Skip to content

Commit efe07de

Browse files
committed
build with java 18
1 parent 361474e commit efe07de

File tree

4 files changed

+11
-47
lines changed

4 files changed

+11
-47
lines changed

.classpath

Lines changed: 0 additions & 38 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ hs_err_pid*
2424
/target/
2525

2626
.settings/
27+
28+
.classpath

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ branches:
2727
- master
2828
language: java
2929
jdk:
30-
- openjdk14
30+
- openjdk18
3131
before_install:
3232
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
3333
- source travis/functions.Java.sh

pom.xml

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

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>rdb-utils</artifactId>
13-
<version>0.1.17</version>
13+
<version>0.1.18</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.11</version>
27+
<version>0.2.13</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>javax.persistence</groupId>
@@ -34,27 +34,27 @@
3434
<dependency>
3535
<groupId>org.hibernate</groupId>
3636
<artifactId>hibernate-c3p0</artifactId>
37-
<version>5.4.15.Final</version>
37+
<version>6.0.2.Final</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.hibernate</groupId>
4141
<artifactId>hibernate-core</artifactId>
42-
<version>5.4.24.Final</version>
42+
<version>6.0.2.Final</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.hibernate</groupId>
4646
<artifactId>hibernate-entitymanager</artifactId>
47-
<version>5.4.15.Final</version>
47+
<version>6.0.0.Alpha7</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.liquibase</groupId>
5151
<artifactId>liquibase-core</artifactId>
52-
<version>4.8.0</version>
52+
<version>4.11.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.mariadb.jdbc</groupId>
5656
<artifactId>mariadb-java-client</artifactId>
57-
<version>2.7.4</version>
57+
<version>3.0.5</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)