BAEL-3777: Bumped spring boot version

This commit is contained in:
Sorin Zamfir
2020-01-30 18:55:50 +02:00
parent 8144040512
commit 1981d10ffd
+1 -4
View File
@@ -27,13 +27,11 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
<!-- JUnit platform launcher -->
@@ -41,7 +39,6 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -96,7 +93,7 @@
<properties>
<joda-money.version>1.0.1</joda-money.version>
<spring-boot.version>2.0.6.RELEASE</spring-boot.version>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
</properties>
</project>