Skip to content

Commit

Permalink
NIFI-12653 Upgraded Spring from 6.0.15 to 6.0.16
Browse files Browse the repository at this point in the history
- Upgraded Spring Boot from 3.2.0 to 3.2.2 for Registry

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8284.
  • Loading branch information
exceptionfactory authored and pvillard31 committed Jan 22, 2024
1 parent e1eeed9 commit 27d57af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.0</spring.boot.version>
<spring.version>6.1.3</spring.version>
<spring.boot.version>3.2.2</spring.boot.version>
<flyway.version>9.22.3</flyway.version>
<flyway.tests.version>9.5.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<netty.4.version>4.1.106.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
<spring.version>6.0.15</spring.version>
<spring.version>6.0.16</spring.version>
<spring.security.version>6.2.0</spring.security.version>
<swagger.annotations.version>2.2.20</swagger.annotations.version>
<h2.version>2.2.224</h2.version>
Expand Down

0 comments on commit 27d57af

Please sign in to comment.