Skip to content

Commit 7b5d740

Browse files
author
Martin Plieske
committed
IPTE-19: removed version tag of h2 in pom
1 parent 24eb5eb commit 7b5d740

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-parent</artifactId>
30-
<version>2.1.5.RELEASE</version>
30+
<version>2.3.7.RELEASE</version>
3131
<relativePath /> <!-- lookup parent from repository -->
3232
</parent>
3333

@@ -73,9 +73,6 @@
7373
<groupId>com.h2database</groupId>
7474
<artifactId>h2</artifactId>
7575
<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>
7976
</dependency>
8077
<dependency>
8178
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)