This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new b3ffbb0 Update h2 to avoid github security nag
b3ffbb0 is described below
commit b3ffbb0c834c19c7a03ffc54c2377d4fdfcdfaa1
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 7 19:51:29 2022 +0000
Update h2 to avoid github security nag
---
modules/jdbc-pool/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/jdbc-pool/pom.xml b/modules/jdbc-pool/pom.xml
index 1d49083..5daf760 100644
--- a/modules/jdbc-pool/pom.xml
+++ b/modules/jdbc-pool/pom.xml
@@ -82,7 +82,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.0.204</version>
+ <version>2.0.206</version>
<scope>test</scope>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]