Skip to content

Commit

Permalink
NIFI-11752 Upgraded Spring Framework from 5.3.27 to 5.3.28
Browse files Browse the repository at this point in the history
- Upgraded Spring Security from 5.8.3 to 5.8.4
- Upgraded Spring Boot from 2.7.12 to 2.7.13 for Registry

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes apache#7435
  • Loading branch information
exceptionfactory authored and mattyb149 committed Jun 26, 2023
1 parent 3f5ed23 commit 07e797a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</modules>
<properties>
<jax.rs.api.version>2.1</jax.rs.api.version>
<spring.boot.version>2.7.12</spring.boot.version>
<spring.boot.version>2.7.13</spring.boot.version>
<flyway.version>8.5.13</flyway.version>
<flyway.tests.version>7.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.0</snakeyaml.version>
<netty.4.version>4.1.94.Final</netty.4.version>
<spring.version>5.3.27</spring.version>
<spring.security.version>5.8.3</spring.security.version>
<spring.version>5.3.28</spring.version>
<spring.security.version>5.8.4</spring.security.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>
<h2.version>2.1.214</h2.version>
<zookeeper.version>3.8.1</zookeeper.version>
Expand Down

0 comments on commit 07e797a

Please sign in to comment.