Skip to content

Commit ec93801

Browse files
authored
#89 security vuln update (#90)
* #89 security vuln update * #89 update ci
1 parent 18db833 commit ec93801

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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>
@@ -103,7 +103,7 @@
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>

src/main/java/com/github/dariobalinzo/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package com.github.dariobalinzo;
1818

1919
public class Version {
20-
public static final String VERSION = "1.5.2";
20+
public static final String VERSION = "1.5.3";
2121
}

0 commit comments

Comments
 (0)