You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/09/30 06:47:51 UTC

[maven-indexer] branch master updated: Bump logback-classic from 1.2.3 to 1.2.6

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 037a50b  Bump logback-classic from 1.2.3 to 1.2.6
037a50b is described below

commit 037a50bfb7bb1461c18a7c5f81fbde4948a5e6ad
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 10 04:14:27 2021 +0000

    Bump logback-classic from 1.2.3 to 1.2.6
    
    Bumps logback-classic from 1.2.3 to 1.2.6.
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1ec9cd..2d3def9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@ under the License.
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.6</version>
         <optional>true</optional>
       </dependency>
       <dependency>