File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/github/dariobalinzo Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
steps :
8
8
- checkout
9
9
10
- - run : sudo apt-get install openjdk-8-jdk
10
+ - run : sudo apt-get update && sudo apt-get install openjdk-8-jdk
11
11
- run : export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 && mvn -B clean install
Original file line number Diff line number Diff line change 27
27
28
28
<groupId >com.github.dariobalinzo</groupId >
29
29
<artifactId >elastic-source-connect</artifactId >
30
- <version >1.5.2 </version >
30
+ <version >1.5.3 </version >
31
31
32
32
<licenses >
33
33
<license >
103
103
<dependency >
104
104
<groupId >org.yaml</groupId >
105
105
<artifactId >snakeyaml</artifactId >
106
- <version >1.32 </version >
106
+ <version >2.0 </version >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change 17
17
package com .github .dariobalinzo ;
18
18
19
19
public class Version {
20
- public static final String VERSION = "1.5.2 " ;
20
+ public static final String VERSION = "1.5.3 " ;
21
21
}
You can’t perform that action at this time.
0 commit comments