This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 4da1ceb Version updates 4da1ceb is described below commit 4da1ceb3d7181817b66c94231486dac0d7002e36 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Jan 2 17:43:52 2022 +0000 Version updates --- modules/jdbc-pool/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/jdbc-pool/pom.xml b/modules/jdbc-pool/pom.xml index ff3adf9..ad0cb18 100644 --- a/modules/jdbc-pool/pom.xml +++ b/modules/jdbc-pool/pom.xml @@ -64,25 +64,25 @@ <dependencies> <dependency> <groupId>org.apache.tomcat</groupId> - <artifactId>juli</artifactId> - <version>6.0.32</version> + <artifactId>tomcat-juli</artifactId> + <version>9.0.56</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-dbcp</artifactId> - <version>8.0.14</version> + <version>9.0.56</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.200</version> + <version>2.0.204</version> <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org