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

pvillard 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 6c8cc2dd3a NIFI-13320 Upgraded Spring Boot from 3.2.6 to 3.3.0
6c8cc2dd3a is described below

commit 6c8cc2dd3a9a74ee134fc3d620eba6c6466a6891
Author: exceptionfactory <[email protected]>
AuthorDate: Thu May 30 09:43:15 2024 -0500

    NIFI-13320 Upgraded Spring Boot from 3.2.6 to 3.3.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8899.
---
 nifi-registry/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 29b55b48b4..e51e3ffe56 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,7 +35,7 @@
         <module>nifi-registry-docker-maven</module>
     </modules>
     <properties>
-        <spring.boot.version>3.2.6</spring.boot.version>
+        <spring.boot.version>3.3.0</spring.boot.version>
         <flyway.version>10.13.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>

Reply via email to