You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/04/01 16:11:29 UTC

[tomcat] branch 8.5.x updated: Replace non-existent com.h2database version.

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

commit a40177b6f8ba561fd1fa484e75afa5b80dbc5897
Author: dsoumis <ds...@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 3988c46..90e10d6 100644
--- a/modules/jdbc-pool/pom.xml
+++ b/modules/jdbc-pool/pom.xml
@@ -80,7 +80,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org