Skip to content

Commit 10bbfcb

Browse files
author
Gerald Unterrainer
committed
update pom versions
1 parent 54b25b9 commit 10bbfcb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.19</version>
8+
<version>0.1.22</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>rdb-utils</artifactId>
13-
<version>0.1.13</version>
13+
<version>0.1.14</version>
1414
<name>RdbUtils</name>
1515
<packaging>jar</packaging>
1616

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>info.unterrainer.commons</groupId>
2626
<artifactId>jre-utils</artifactId>
27-
<version>0.2.5</version>
27+
<version>0.2.6</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>javax.persistence</groupId>
@@ -49,17 +49,17 @@
4949
<dependency>
5050
<groupId>org.liquibase</groupId>
5151
<artifactId>liquibase-core</artifactId>
52-
<version>4.1.1</version>
52+
<version>4.6.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.mariadb.jdbc</groupId>
5656
<artifactId>mariadb-java-client</artifactId>
57-
<version>2.7.0</version>
57+
<version>2.7.4</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.yaml</groupId>
6161
<artifactId>snakeyaml</artifactId>
62-
<version>1.27</version>
62+
<version>1.30</version>
6363
</dependency>
6464

6565
</dependencies>

0 commit comments

Comments
 (0)