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:
Paul Campbell 2016-03-05 15:09:20 +00:00
parent 3d8f1c2f1c
commit 1a30f8a9d9

View file

@ -66,7 +66,7 @@
<dependency><!-- for Issue6Test --> <dependency><!-- for Issue6Test -->
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId> <artifactId>spring-context-support</artifactId>
<version>4.2.4.RELEASE</version> <version>4.2.5.RELEASE</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>