Skip to content

Commit ea2e69e

Browse files
author
Gerald Unterrainer
committed
update #minor and other
1 parent 98aa45d commit ea2e69e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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.26</version>
8+
<version>0.2.1</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>rdb-utils</artifactId>
13-
<version>0.1.21</version>
13+
<version>0.2.0</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.13</version>
27+
<version>0.3.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>javax.persistence</groupId>
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>org.liquibase</groupId>
5151
<artifactId>liquibase-core</artifactId>
52-
<version>4.11.0</version>
52+
<version>4.12.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.mariadb.jdbc</groupId>
5656
<artifactId>mariadb-java-client</artifactId>
57-
<version>3.0.5</version>
57+
<version>3.0.6</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)