Skip to content

Commit

Permalink
Updated Spring version to 4.3.20 due to security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Oct 18, 2018
1 parent d2c6062 commit 4608228
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>3.2.17.RELEASE</spring.version>
<spring.version>4.3.20.RELEASE</spring.version>
<log4j.version>1.2.17</log4j.version>
</properties>

Expand Down Expand Up @@ -161,11 +161,6 @@
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>3.2.9.RELEASE</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
Expand Down

0 comments on commit 4608228

Please sign in to comment.