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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 01dadf10de NIFI-12044 Upgraded H2 DB from 2.2.220 to 2.2.222
01dadf10de is described below

commit 01dadf10de173d665905b54a0785244517e2a6bf
Author: mr1716 <[email protected]>
AuthorDate: Tue Sep 12 12:24:14 2023 -0400

    NIFI-12044 Upgraded H2 DB from 2.2.220 to 2.2.222
    
    This closes #7682
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff4ce8e608..3fdb6a3325 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <spring.version>5.3.29</spring.version>
         <spring.security.version>5.8.6</spring.security.version>
         <swagger.annotations.version>1.6.11</swagger.annotations.version>
-        <h2.version>2.2.220</h2.version>
+        <h2.version>2.2.222</h2.version>
         <zookeeper.version>3.9.0</zookeeper.version>
         <caffeine.version>3.1.6</caffeine.version>
     </properties>

Reply via email to