Skip to content

Commit 16fe0c8

Browse files
Dassi orleandomaibin
authored andcommitted
BAEL-976: Update spring rest article (eugenp#3455)
* BAEL-1216: improve tests * BAEL-1448: Update Spring 5 articles to use the release version * Setting up the Maven Wrapper on a maven project * Add Maven Wrapper on spring-boot module * simple add * BAEL-976: Update spring version
1 parent c8d11b4 commit 16fe0c8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spring-rest-embedded-tomcat/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,13 @@
8484
<exclude>**/JdbcTest.java</exclude>
8585
<exclude>**/*LiveTest.java</exclude>
8686
</excludes>
87-
8887
</configuration>
8988
</plugin>
9089
</plugins>
9190
</build>
9291

9392
<properties>
94-
<spring.version>5.0.1.RELEASE</spring.version>
93+
<spring.version>5.0.2.RELEASE</spring.version>
9594
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
9695
<junit.version>4.12</junit.version>
9796
<jackson.library>2.9.2</jackson.library>

0 commit comments

Comments
 (0)