Skip to content

Commit

Permalink
pom.xml: update Spring
Browse files Browse the repository at this point in the history
We need to keep Spring Framework, Spring Boot, and Spring Security
versions updated together:

- Spring Framework: 5.3.28→5.3.31
- Spring Boot: 2.7.13→2.7.18
- Spring Security: 5.7.9→5.7.11
  • Loading branch information
alanorth committed Nov 29, 2023
1 parent 053c551 commit 9211578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<properties>
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
<java.version>11</java.version>
<spring.version>5.3.28</spring.version>
<spring-boot.version>2.7.13</spring-boot.version>
<spring-security.version>5.7.9</spring-security.version> <!-- sync with version used by spring-boot-->
<spring.version>5.3.31</spring.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-security.version>5.7.11</spring-security.version> <!-- sync with version used by spring-boot-->
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
<postgresql.driver.version>42.6.0</postgresql.driver.version>
Expand Down

0 comments on commit 9211578

Please sign in to comment.