pom.xml: Upgrade to test with spring-context-support 4.2.5
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
3d8f1c2f1c
commit
1a30f8a9d9
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -66,7 +66,7 @@
|
|||
<dependency><!-- for Issue6Test -->
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>4.2.4.RELEASE</version>
|
||||
<version>4.2.5.RELEASE</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in a new issue