File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/github/dariobalinzo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.3 </version >
30
+ <version >1.5.4 </version >
31
31
32
32
<licenses >
33
33
<license >
98
98
<dependency >
99
99
<groupId >com.fasterxml.jackson.core</groupId >
100
100
<artifactId >jackson-databind</artifactId >
101
- <version >2.14.0-rc1 </version >
101
+ <version >2.12.1 </version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >org.yaml</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.3 " ;
20
+ public static final String VERSION = "1.5.4 " ;
21
21
}
You can’t perform that action at this time.
0 commit comments