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 77 steps :
88 - checkout
99
10- - run : sudo apt-get install openjdk-8-jdk
10+ - run : sudo apt-get update && sudo apt-get install openjdk-8-jdk
1111 - 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 2727
2828 <groupId >com.github.dariobalinzo</groupId >
2929 <artifactId >elastic-source-connect</artifactId >
30- <version >1.5.2 </version >
30+ <version >1.5.3 </version >
3131
3232 <licenses >
3333 <license >
103103 <dependency >
104104 <groupId >org.yaml</groupId >
105105 <artifactId >snakeyaml</artifactId >
106- <version >1.32 </version >
106+ <version >2.0 </version >
107107 </dependency >
108108 <dependency >
109109 <groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change 1717package com .github .dariobalinzo ;
1818
1919public class Version {
20- public static final String VERSION = "1.5.2 " ;
20+ public static final String VERSION = "1.5.3 " ;
2121}
You can’t perform that action at this time.
0 commit comments