Merge pull request #13 from kemitix/upgrade-spring-context-support-to-4.2.6
Upgrade spring-context-support to 4.2.6
This commit is contained in:
commit
2b04178b33
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