Skip to content

Commit

Permalink
NIFI-12910 Upgraded Spring Framework from 6.0.17 to 6.0.18
Browse files Browse the repository at this point in the history
This closes apache#8520.

- Upgraded Spring Boot from 3.2.2 to 3.2.3 for Registry
- Upgraded Spring Framework from 6.1.4 to 6.1.5 for Registry

Signed-off-by: Joseph Witt <joewitt@apache.org>
  • Loading branch information
exceptionfactory authored and joewitt committed Mar 15, 2024
1 parent 82e11df commit 82ea7a2
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.4</spring.version>
<spring.boot.version>3.2.2</spring.boot.version>
<spring.version>6.1.5</spring.version>
<spring.boot.version>3.2.3</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 @@ -151,7 +151,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.17</spring.version>
<spring.version>6.0.18</spring.version>
<spring.security.version>6.2.2</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 82ea7a2

Please sign in to comment.