You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/05/06 03:04:14 UTC

[aries-cdi] branch master updated: Bump logback-classic from 1.2.3 to 1.2.11

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


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

commit 6bfe72b4b893c5ba9b6f0191a11aea242133b635
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 5 21:36:27 2022 +0000

    Bump logback-classic from 1.2.3 to 1.2.11
    
    Bumps logback-classic from 1.2.3 to 1.2.11.
    
    ---
    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>
---
 cdi-extender/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdi-extender/pom.xml b/cdi-extender/pom.xml
index 2ace086..dc04e7c 100644
--- a/cdi-extender/pom.xml
+++ b/cdi-extender/pom.xml
@@ -181,7 +181,7 @@
 		<dependency>
 			<groupId>ch.qos.logback</groupId>
 			<artifactId>logback-classic</artifactId>
-			<version>1.2.3</version>
+			<version>1.2.11</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>