Skip to content

Commit cbef0ed

Browse files
author
Gerald Unterrainer
committed
Merge branch 'develop'
2 parents a82c62d + df1a449 commit cbef0ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.hibernate</groupId>
4141
<artifactId>hibernate-core</artifactId>
42-
<version>5.4.15.Final</version>
42+
<version>5.4.24.Final</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.hibernate</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.liquibase</groupId>
5151
<artifactId>liquibase-core</artifactId>
52-
<version>4.6.2</version>
52+
<version>4.8.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.mariadb.jdbc</groupId>

src/main/java/info/unterrainer/commons/rdbutils/Information.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
public static final String name = "RDB-Utils";
5-
public static final String buildTime = "2022-03-14T14:27:25Z";
5+
public static final String buildTime = "2022-03-14T14:34:56Z";
66
public static final String pomVersion = "0.1.15";
77
}

0 commit comments

Comments
 (0)