Upgrade spring-context-support to 4.2.6
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
5f13a66386
commit
286d1ad515
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -26,6 +26,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring-framework.version>4.2.6.RELEASE</spring-framework.version>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
|
@ -66,7 +67,7 @@
|
|||
<dependency><!-- for Issue6Test -->
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>4.2.5.RELEASE</version>
|
||||
<version>${spring-framework.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in a new issue