This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a05603d Silence a dependabot nag (it is a test dependency)
a05603d is described below
commit a05603de0fc5ae1ee60d41ea8677f96818a9b11f
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jan 26 15:43:53 2022 +0000
Silence a dependabot nag (it is a test dependency)
---
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 8366753..b56b2f6 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.206</version>
+ <version>2.0.210</version>
<scope>test</scope>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]