This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new d9cfc93 Version updates
d9cfc93 is described below
commit d9cfc93e66f25a0cee13dc49e8694b50d4fa7b77
Author: Mark Thomas <[email protected]>
AuthorDate: Sun Jan 2 17:43:59 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 76670b4..bb05975 100644
--- a/modules/jdbc-pool/pom.xml
+++ b/modules/jdbc-pool/pom.xml
@@ -62,25 +62,25 @@
<dependencies>
<dependency>
<groupId>org.apache.tomcat</groupId>
- <artifactId>juli</artifactId>
- <version>6.0.32</version>
+ <artifactId>tomcat-juli</artifactId>
+ <version>8.5.73</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>8.5.73</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: [email protected]
For additional commands, e-mail: [email protected]