Skip to content

Commit 879d7bb

Browse files
ddamkeddamke
authored andcommitted
updated dependency and spring boot version
1 parent c50944f commit 879d7bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 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.3.7.RELEASE</version>
30+
<version>2.7.3</version>
3131
<relativePath /> <!-- lookup parent from repository -->
3232
</parent>
3333

@@ -37,7 +37,7 @@
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

40-
<h2.version>1.4.197</h2.version>
40+
<h2.version>2.1.214</h2.version>
4141

4242
<maven-dependency-check.version>6.0.5</maven-dependency-check.version>
4343
<!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 -->
@@ -69,6 +69,7 @@
6969
<dependency>
7070
<groupId>org.flywaydb</groupId>
7171
<artifactId>flyway-core</artifactId>
72+
<version>9.4.0</version>
7273
</dependency>
7374

7475
<!-- https://mvnrepository.com/artifact/com.1stleg/jnativehook -->

0 commit comments

Comments
 (0)