Skip to content

Commit

Permalink
Update to Spring v5.2.20. Requires also explicitly specifying version…
Browse files Browse the repository at this point in the history
… of spring-context-support to avoid dependency convergence issues.
  • Loading branch information
tdonohue committed Mar 31, 2022
1 parent 122924a commit f863866
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<properties>
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
<java.version>11</java.version>
<spring.version>5.2.5.RELEASE</spring.version>
<spring.version>5.2.20.RELEASE</spring.version>
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
<spring-security.version>5.2.2.RELEASE</spring-security.version> <!-- sync with version used by spring-boot-->
<hibernate.version>5.4.10.Final</hibernate.version>
Expand Down Expand Up @@ -1218,6 +1218,12 @@
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
Expand Down

0 comments on commit f863866

Please sign in to comment.