File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/info/unterrainer/commons/rdbutils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.hibernate</groupId >
41
41
<artifactId >hibernate-core</artifactId >
42
- <version >5.4.15 .Final</version >
42
+ <version >5.4.24 .Final</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.hibernate</groupId >
49
49
<dependency >
50
50
<groupId >org.liquibase</groupId >
51
51
<artifactId >liquibase-core</artifactId >
52
- <version >4.6.2 </version >
52
+ <version >4.8.0 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >org.mariadb.jdbc</groupId >
Original file line number Diff line number Diff line change 2
2
3
3
public class Information {
4
4
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 " ;
6
6
public static final String pomVersion = "0.1.15" ;
7
7
}
You can’t perform that action at this time.
0 commit comments