From 9cca73c9950d9c402d115b2f97a3c230786af6e0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 25 May 2022 05:55:31 +0000
Subject: [PATCH] Bump spring-core from 3.1.1.RELEASE to 5.2.22.RELEASE

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.1.1.RELEASE to 5.2.22.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.1.RELEASE...v5.2.22.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 dspace-oai/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dspace-oai/pom.xml b/dspace-oai/pom.xml
index 4c8069ee..5e2289ca 100644
--- a/dspace-oai/pom.xml
+++ b/dspace-oai/pom.xml
@@ -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>5.2.22.RELEASE</spring.version>
         <xoai.version>3.2.10</xoai.version>
         <jtwig.version>2.0.1</jtwig.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index 2a8a83c1..35a85ff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -871,7 +871,7 @@
         <dependency>
             <artifactId>spring-core</artifactId>
             <groupId>org.springframework</groupId>
-            <version>3.1.1.RELEASE</version>
+            <version>5.2.22.RELEASE</version>
         </dependency>
 
         <dependency>