File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22
22
# script-phase. So you cannot even source from there directly. That's why the source
23
23
# command is IN the deploy.sh script.
24
24
25
+ branches :
26
+ only :
27
+ - master
25
28
language : java
26
29
jdk :
27
30
- openjdk14
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >info.unterrainer.commons</groupId >
7
7
<artifactId >parent-pom</artifactId >
8
- <version >0.1.19 </version >
8
+ <version >0.1.22 </version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >rdb-utils</artifactId >
13
- <version >0.1.13 </version >
13
+ <version >0.1.14 </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.5 </version >
27
+ <version >0.2.6 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >javax.persistence</groupId >
49
49
<dependency >
50
50
<groupId >org.liquibase</groupId >
51
51
<artifactId >liquibase-core</artifactId >
52
- <version >4.1.1 </version >
52
+ <version >4.6.2 </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.0 </version >
57
+ <version >2.7.4 </version >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >org.yaml</groupId >
61
61
<artifactId >snakeyaml</artifactId >
62
- <version >1.27 </version >
62
+ <version >1.30 </version >
63
63
</dependency >
64
64
65
65
</dependencies >
You can’t perform that action at this time.
0 commit comments