We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eb5eb commit 7b5d740Copy full SHA for 7b5d740
pom.xml
@@ -27,7 +27,7 @@
27
<parent>
28
<groupId>org.springframework.boot</groupId>
29
<artifactId>spring-boot-starter-parent</artifactId>
30
- <version>2.1.5.RELEASE</version>
+ <version>2.3.7.RELEASE</version>
31
<relativePath /> <!-- lookup parent from repository -->
32
</parent>
33
@@ -73,9 +73,6 @@
73
<groupId>com.h2database</groupId>
74
<artifactId>h2</artifactId>
75
<scope>runtime</scope>
76
- <!-- overwriting managed version as newer version is not supported by flyway: H2 1.4.199 is newer than this version
77
- of Flyway and support has not been tested. -->
78
- <version>1.4.200</version>
79
</dependency>
80
<dependency>
81
0 commit comments