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 e21636bb87 Bump h2 from 2.1.210 to 2.2.220 in /modules/jdbc-pool
e21636bb87 is described below

commit e21636bb87e4fb73fe8e52f3d5569a28b77d082b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 7 21:54:07 2023 +0000

    Bump h2 from 2.1.210 to 2.2.220 in /modules/jdbc-pool
    
    Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 
2.2.220.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - 
[Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 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 40e7f286f9..dfe5639cbf 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.1.210</version>
+      <version>2.2.220</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