You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/06/16 11:37:21 UTC

[syncope] 02/03: Upgrading H2

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit bc1f7c7c451285e8db80d42d5634d01afd611dd3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jun 15 08:41:59 2022 +0200

    Upgrading H2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 46b3defd42..56b65410d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
     <cas.version>6.5.5</cas.version>
     <cas-client.version>3.6.4</cas-client.version>
 
-    <h2.version>2.1.212</h2.version>
+    <h2.version>2.1.214</h2.version>
 
     <swagger-core.version>2.1.13</swagger-core.version>
     <swagger-ui.version>4.11.1</swagger-ui.version>