Skip to content

Commit d333c80

Browse files
kinowmr-c
authored andcommitted
Update spring boot, liquibase, jgit
1 parent a6da92b commit d333c80

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
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.6.1</version>
18+
<version>2.6.7</version>
1919
<relativePath/>
2020
</parent>
2121

@@ -84,6 +84,7 @@
8484
<dependency>
8585
<groupId>org.liquibase</groupId>
8686
<artifactId>liquibase-core</artifactId>
87+
<version>4.10.0</version>
8788
</dependency>
8889
<!-- Postgres -->
8990
<dependency>
@@ -136,7 +137,7 @@
136137
<dependency>
137138
<groupId>org.eclipse.jgit</groupId>
138139
<artifactId>org.eclipse.jgit</artifactId>
139-
<version>5.13.0.202109080827-r</version>
140+
<version>6.1.0.202203080745-r</version>
140141
</dependency>
141142
<!-- Compress -->
142143
<dependency>

0 commit comments

Comments
 (0)