Skip to content

Commit

Permalink
Merge pull request apache#94 from slievrly/master
Browse files Browse the repository at this point in the history
fix spring potential security vulnerabilities
  • Loading branch information
slievrly authored Jan 15, 2019
2 parents 16d892a + b06fe09 commit c0d5b0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,22 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.11.RELEASE</version>
<version>4.3.18.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.11.RELEASE</version>
<version>4.3.18.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.3.11.RELEASE</version>
<version>4.3.18.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.3.11.RELEASE</version>
<version>4.3.18.RELEASE</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit c0d5b0f

Please sign in to comment.