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 2727
2828 <groupId >com.github.dariobalinzo</groupId >
2929 <artifactId >elastic-source-connect</artifactId >
30- <version >1.5.1 </version >
30+ <version >1.5.2 </version >
3131
3232 <licenses >
3333 <license >
3838 </licenses >
3939
4040 <dependencies >
41+ <dependency >
42+ <groupId >org.apache.logging.log4j</groupId >
43+ <artifactId >log4j-api</artifactId >
44+ <version >2.19.0</version >
45+ </dependency >
4146 <dependency >
4247 <groupId >org.apache.kafka</groupId >
4348 <artifactId >connect-api</artifactId >
9398 <dependency >
9499 <groupId >com.fasterxml.jackson.core</groupId >
95100 <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 >
97112 </dependency >
98113 </dependencies >
99114
Original file line number Diff line number Diff line change 1717package com .github .dariobalinzo ;
1818
1919public class Version {
20- public static final String VERSION = "1.5.0 " ;
20+ public static final String VERSION = "1.5.2 " ;
2121}
You can’t perform that action at this time.
0 commit comments