Skip to content

Commit

Permalink
chore(spring): upgrade to spring 6.0.0
Browse files Browse the repository at this point in the history
refs #1796
  • Loading branch information
jo-elimu committed Jul 29, 2024
1 parent 0c2b19b commit f0eba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<hibernate.version>5.6.15.Final</hibernate.version> <!-- https://repo.maven.apache.org/maven2/org/hibernate/ -->
<jetty.version>10.0.21</jetty.version> <!-- https://repo.maven.apache.org/maven2/org/eclipse/jetty/ -->
<spring.version>6.0.0</spring.version> <!-- https://repo.maven.apache.org/maven2/org/springframework/ -->
<spring.security.version>5.8.13</spring.security.version> <!-- https://repo.maven.apache.org/maven2/org/springframework/security/ -->
<spring.security.version>6.0.0</spring.security.version> <!-- https://repo.maven.apache.org/maven2/org/springframework/security/ -->
<surefire-plugin.version>3.1.2</surefire-plugin.version> <!-- https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/ -->
</properties>

Expand Down

0 comments on commit f0eba24

Please sign in to comment.