Skip to content

Commit

Permalink
update spring.boot.version to 2.2.7.
Browse files Browse the repository at this point in the history
With 2.2.6 there was a bug which resulted in a bunch of DDL errors.

spring-projects/spring-boot#20866
  • Loading branch information
Gittenburg committed May 11, 2020
1 parent b92a076 commit 2ded5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.plugin>3.8.1</maven.compiler.plugin>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<spring.boot.version>2.2.6.RELEASE</spring.boot.version>
<spring.boot.version>2.2.7.RELEASE</spring.boot.version>
<spring-security.version>5.3.2.RELEASE</spring-security.version>
<mapstruct.version>1.3.1.Final</mapstruct.version>
<springfox.swagger.version>2.9.2</springfox.swagger.version>
Expand Down

0 comments on commit 2ded5ed

Please sign in to comment.