|
5 | 5 | <parent>
|
6 | 6 | <groupId>info.unterrainer.commons</groupId>
|
7 | 7 | <artifactId>parent-pom</artifactId>
|
8 |
| - <version>0.1.22</version> |
| 8 | + <version>0.1.26</version> |
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <modelVersion>4.0.0</modelVersion>
|
12 | 12 | <artifactId>rdb-utils</artifactId>
|
13 |
| - <version>0.1.17</version> |
| 13 | + <version>0.1.18</version> |
14 | 14 | <name>RdbUtils</name>
|
15 | 15 | <packaging>jar</packaging>
|
16 | 16 |
|
|
24 | 24 | <dependency>
|
25 | 25 | <groupId>info.unterrainer.commons</groupId>
|
26 | 26 | <artifactId>jre-utils</artifactId>
|
27 |
| - <version>0.2.11</version> |
| 27 | + <version>0.2.13</version> |
28 | 28 | </dependency>
|
29 | 29 | <dependency>
|
30 | 30 | <groupId>javax.persistence</groupId>
|
|
34 | 34 | <dependency>
|
35 | 35 | <groupId>org.hibernate</groupId>
|
36 | 36 | <artifactId>hibernate-c3p0</artifactId>
|
37 |
| - <version>5.4.15.Final</version> |
| 37 | + <version>6.0.2.Final</version> |
38 | 38 | </dependency>
|
39 | 39 | <dependency>
|
40 | 40 | <groupId>org.hibernate</groupId>
|
41 | 41 | <artifactId>hibernate-core</artifactId>
|
42 |
| - <version>5.4.24.Final</version> |
| 42 | + <version>6.0.2.Final</version> |
43 | 43 | </dependency>
|
44 | 44 | <dependency>
|
45 | 45 | <groupId>org.hibernate</groupId>
|
46 | 46 | <artifactId>hibernate-entitymanager</artifactId>
|
47 |
| - <version>5.4.15.Final</version> |
| 47 | + <version>6.0.0.Alpha7</version> |
48 | 48 | </dependency>
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.liquibase</groupId>
|
51 | 51 | <artifactId>liquibase-core</artifactId>
|
52 |
| - <version>4.8.0</version> |
| 52 | + <version>4.11.0</version> |
53 | 53 | </dependency>
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>org.mariadb.jdbc</groupId>
|
56 | 56 | <artifactId>mariadb-java-client</artifactId>
|
57 |
| - <version>2.7.4</version> |
| 57 | + <version>3.0.5</version> |
58 | 58 | </dependency>
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>org.yaml</groupId>
|
|
0 commit comments