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/release Commit: 1b6ead19c05308c4b8e561115ed58d59361249ba Parents: e981cae Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sun Jul 8 11:30:50 2018 -0600 Committer: Gary Gregory <garydgreg...@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>