File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
src/main/java/com/github/dariobalinzo Expand file tree Collapse file tree 2 files changed +18
-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.1 </version >
30
+ <version >1.5.2 </version >
31
31
32
32
<licenses >
33
33
<license >
38
38
</licenses >
39
39
40
40
<dependencies >
41
+ <dependency >
42
+ <groupId >org.apache.logging.log4j</groupId >
43
+ <artifactId >log4j-api</artifactId >
44
+ <version >2.19.0</version >
45
+ </dependency >
41
46
<dependency >
42
47
<groupId >org.apache.kafka</groupId >
43
48
<artifactId >connect-api</artifactId >
93
98
<dependency >
94
99
<groupId >com.fasterxml.jackson.core</groupId >
95
100
<artifactId >jackson-databind</artifactId >
96
- <version >2.13.2.1</version >
101
+ <version >2.14.0-rc1</version >
102
+ </dependency >
103
+ <dependency >
104
+ <groupId >org.yaml</groupId >
105
+ <artifactId >snakeyaml</artifactId >
106
+ <version >1.32</version >
107
+ </dependency >
108
+ <dependency >
109
+ <groupId >org.apache.httpcomponents</groupId >
110
+ <artifactId >httpclient</artifactId >
111
+ <version >4.5.13</version >
97
112
</dependency >
98
113
</dependencies >
99
114
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.0 " ;
20
+ public static final String VERSION = "1.5.2 " ;
21
21
}
You can’t perform that action at this time.
0 commit comments