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 99372e6  Replace non-existent com.h2database version.
99372e6 is described below

commit 99372e638898e32a7af83c5a7b0b760dfb6d02f3
Author: dsoumis <dsou...@redhat.com>
AuthorDate: Fri Apr 1 17:39:17 2022 +0300

    Replace non-existent com.h2database version.
---
 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 b56b2f6..3089525 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.210</version>
+      <version>2.1.210</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

Reply via email to