File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/main/java/com/github/dariobalinzo Expand file tree Collapse file tree 2 files changed +8
-2
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.4 </version >
30
+ <version >1.5.5 </version >
31
31
32
32
<licenses >
33
33
<license >
100
100
<artifactId >jackson-databind</artifactId >
101
101
<version >2.12.7.1</version >
102
102
</dependency >
103
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor -->
104
+ <dependency >
105
+ <groupId >com.fasterxml.jackson.dataformat</groupId >
106
+ <artifactId >jackson-dataformat-cbor</artifactId >
107
+ <version >2.14.2</version >
108
+ </dependency >
103
109
<dependency >
104
110
<groupId >org.yaml</groupId >
105
111
<artifactId >snakeyaml</artifactId >
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.4 " ;
20
+ public static final String VERSION = "1.5.5 " ;
21
21
}
You can’t perform that action at this time.
0 commit comments