Skip to content

Commit 7132ac9

Browse files
authored
#security update (#92)
1 parent ec93801 commit 7132ac9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3</version>
30+
<version>1.5.4</version>
3131

3232
<licenses>
3333
<license>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.fasterxml.jackson.core</groupId>
100100
<artifactId>jackson-databind</artifactId>
101-
<version>2.14.0-rc1</version>
101+
<version>2.12.1</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.yaml</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.3";
20+
public static final String VERSION = "1.5.4";
2121
}

0 commit comments

Comments
 (0)