@@ -28,7 +28,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2828 <java .version>8</java .version>
2929 <gson .version>2.2.4</gson .version>
3030 <kafka .version>8.4.0-0-ccs</kafka .version>
31- <avro .version>1.11.5 </avro .version>
31+ <avro .version>1.12.1 </avro .version>
3232 <!-- Maven properties for compilation -->
3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3434 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
@@ -68,12 +68,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
6868 <dependency >
6969 <groupId >org.slf4j</groupId >
7070 <artifactId >slf4j-simple</artifactId >
71- <version >2.0.7 </version >
71+ <version >2.0.18 </version >
7272 </dependency >
7373 <dependency >
7474 <groupId >commons-cli</groupId >
7575 <artifactId >commons-cli</artifactId >
76- <version >1.4 </version >
76+ <version >1.11.0 </version >
7777 </dependency >
7878 <dependency >
7979 <groupId >io.confluent</groupId >
@@ -108,7 +108,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
108108 <dependency >
109109 <groupId >javax.ws.rs</groupId >
110110 <artifactId >javax.ws.rs-api</artifactId >
111- <version >2.1</version >
111+ <version >2.1.1.redhat-00002 </version >
112112 </dependency >
113113 <dependency >
114114 <groupId >org.eclipse.jetty</groupId >
@@ -168,7 +168,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
168168 <dependency >
169169 <groupId >org.mockito</groupId >
170170 <artifactId >mockito-core</artifactId >
171- <version >2.7.14 </version >
171+ <version >2.28.2 </version >
172172 </dependency >
173173 <dependency >
174174 <groupId >org.apache.kafka</groupId >
@@ -206,7 +206,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
206206 <dependency >
207207 <groupId >org.apache.curator</groupId >
208208 <artifactId >curator-test</artifactId >
209- <version >2.9 .0</version >
209+ <version >2.13 .0</version >
210210 <scope >test</scope >
211211 </dependency >
212212 <dependency >
@@ -230,7 +230,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
230230 <plugin >
231231 <groupId >org.apache.maven.plugins</groupId >
232232 <artifactId >maven-compiler-plugin</artifactId >
233- <version >3.8.1 </version >
233+ <version >3.15.0 </version >
234234 <configuration >
235235 <source >${java.version} </source >
236236 <target >${java.version} </target >
0 commit comments