Skip to content

Commit

Permalink
Resolve dependency convergence issues by upgrading Spring Boot & Spri…
Browse files Browse the repository at this point in the history
…ng Security as well
  • Loading branch information
tdonohue committed May 1, 2024
1 parent 2279068 commit f3a81ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
<java.version>17</java.version>
<spring.version>6.1.6</spring.version>
<spring-boot.version>3.2.4</spring-boot.version>
<spring-security.version>6.2.3</spring-security.version> <!-- sync with version used by spring-boot-->
<spring-boot.version>3.2.5</spring-boot.version>
<spring-security.version>6.2.4</spring-security.version> <!-- sync with version used by spring-boot-->
<hibernate.version>6.4.4.Final</hibernate.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<postgresql.driver.version>42.7.3</postgresql.driver.version>
Expand Down

0 comments on commit f3a81ad

Please sign in to comment.