You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2022/03/17 14:51:00 UTC

[empire-db] branch master updated: EMPIREDB-383 Parent pom and h2 dependency update

This is an automated email from the ASF dual-hosted git repository.

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new c3782f7  EMPIREDB-383 Parent pom and h2 dependency update
c3782f7 is described below

commit c3782f7fed8ab110cd3b2ec947941021cd9daddc
Author: Rainer Döbele <do...@apache.org>
AuthorDate: Thu Mar 17 15:50:53 2022 +0100

    EMPIREDB-383 Parent pom and h2 dependency update
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e7a78f..3e88528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>18</version>
+		<version>23</version>
 	</parent>
 	
 	<groupId>org.apache.empire-db</groupId>
@@ -305,7 +305,7 @@
 			<dependency>
 			    <groupId>com.h2database</groupId>
 			    <artifactId>h2</artifactId>
-			    <version>1.4.200</version>
+			    <version>2.1.210</version>
 			</dependency>
 			<dependency>
 			    <groupId>org.apache.derby</groupId>