You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/05/31 14:42:20 UTC

[commons-dbcp] branch master updated: Bump jboss-logging from 3.4.1.Final to 3.4.2.Final (#109)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new dec160f  Bump jboss-logging from 3.4.1.Final to 3.4.2.Final (#109)
dec160f is described below

commit dec160fd80ff83c43de738547868642eeac323c5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 31 10:42:12 2021 -0400

    Bump jboss-logging from 3.4.1.Final to 3.4.2.Final (#109)
    
    Bumps [jboss-logging](https://github.com/jboss-logging/jboss-logging) from 3.4.1.Final to 3.4.2.Final.
    - [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
    - [Commits](https://github.com/jboss-logging/jboss-logging/compare/3.4.1.Final...3.4.2.Final)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8233a42..3a67660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
     <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging</artifactId>
-      <version>3.4.1.Final</version>
+      <version>3.4.2.Final</version>
       <scope>test</scope>
     </dependency>
   </dependencies>