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 2018/07/08 17:30:53 UTC

commons-dbcp git commit: Update tests from jboss-logging 3.1.4.GA to 3.3.2.Final.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master e981cae13 -> 1b6ead19c


Update tests from jboss-logging 3.1.4.GA to 3.3.2.Final.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/1b6ead19
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/1b6ead19
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/1b6ead19

Branch: refs/heads/master
Commit: 1b6ead19c05308c4b8e561115ed58d59361249ba
Parents: e981cae
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jul 8 11:30:50 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jul 8 11:30:50 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/1b6ead19/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 67b6f3f..d672dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
     <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging</artifactId>
-      <version>3.1.4.GA</version>
+      <version>3.3.2.Final</version>
       <scope>test</scope>
     </dependency>
   </dependencies>