Skip to content

Commit

Permalink
Merge pull request #195 from uPortal-Project/renovate/spring-core
Browse files Browse the repository at this point in the history
chore(deps): update spring core to v3.2.18.release
  • Loading branch information
bjagg authored Dec 18, 2021
2 parents ab594ab + b45e942 commit d67fb15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -160,7 +160,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -171,7 +171,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -182,7 +182,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -193,7 +193,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -204,7 +204,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -215,7 +215,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.1.4.RELEASE</version>
<version>3.2.18.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit d67fb15

Please sign in to comment.