Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Bump spring-web from 3.1.1.RELEASE to 3.2.18.RELEASE #56

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dspace-oai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<!-- This is the path to the root [dspace-src] directory. -->
<root.basedir>${basedir}/..</root.basedir>
<spring.version>3.2.5.RELEASE</spring.version>
<spring.version>3.2.18.RELEASE</spring.version>
<xoai.version>3.2.10</xoai.version>
<jtwig.version>2.0.1</jtwig.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
<dependency>
<artifactId>spring-web</artifactId>
<groupId>org.springframework</groupId>
<version>3.1.1.RELEASE</version>
<version>3.2.18.RELEASE</version>
</dependency>

<dependency>
Expand Down