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 a6da92b commit d333c80Copy full SHA for d333c80
pom.xml
@@ -15,7 +15,7 @@
15
<parent>
16
<groupId>org.springframework.boot</groupId>
17
<artifactId>spring-boot-starter-parent</artifactId>
18
- <version>2.6.1</version>
+ <version>2.6.7</version>
19
<relativePath/>
20
</parent>
21
@@ -84,6 +84,7 @@
84
<dependency>
85
<groupId>org.liquibase</groupId>
86
<artifactId>liquibase-core</artifactId>
87
+ <version>4.10.0</version>
88
</dependency>
89
<!-- Postgres -->
90
@@ -136,7 +137,7 @@
136
137
138
<groupId>org.eclipse.jgit</groupId>
139
<artifactId>org.eclipse.jgit</artifactId>
- <version>5.13.0.202109080827-r</version>
140
+ <version>6.1.0.202203080745-r</version>
141
142
<!-- Compress -->
143
0 commit comments