BAEL-3777: Revert spring boot to previous version

This commit is contained in:
Sorin Zamfir 2020-02-16 21:49:31 +02:00
parent f5f29086ba
commit d1814a2711
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@ -93,7 +94,7 @@
<properties>
<joda-money.version>1.0.1</joda-money.version>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
<spring-boot.version>2.0.6.RELEASE</spring-boot.version>
</properties>
</project>