File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 265265 <groupId >dev.cel</groupId >
266266 <artifactId >cel</artifactId >
267267 </dependency >
268+ <!-- CVE fixes -->
269+ <dependency >
270+ <groupId >ch.qos.logback</groupId >
271+ <artifactId >logback-classic</artifactId >
272+ <version >1.4.12</version >
273+ </dependency >
274+ <!-- CVE fixes -->
275+ <dependency >
276+ <groupId >ch.qos.logback</groupId >
277+ <artifactId >logback-core</artifactId >
278+ <version >1.4.12</version >
279+ </dependency >
280+ <!-- CVE fixes -->
281+ <dependency >
282+ <groupId >com.squareup.okhttp3</groupId >
283+ <artifactId >logging-interceptor</artifactId >
284+ <version >4.12.0</version >
285+ </dependency >
286+ <!-- CVE fixes -->
287+ <dependency >
288+ <groupId >org.apache.commons</groupId >
289+ <artifactId >commons-compress</artifactId >
290+ <version >1.26.0</version >
291+ </dependency >
268292 </dependencies >
269293
270294 <build >
Original file line number Diff line number Diff line change 3333 <antlr4-maven-plugin .version>4.12.0</antlr4-maven-plugin .version>
3434 <apache .commons.version>2.12.0</apache .commons.version>
3535 <assertj .version>3.25.3</assertj .version>
36- <avro .version>1.11.3 </avro .version>
36+ <avro .version>1.11.4 </avro .version>
3737 <byte-buddy .version>1.12.19</byte-buddy .version>
3838 <confluent .version>7.4.4</confluent .version>
3939 <datasketches-java .version>3.1.0</datasketches-java .version>
You can’t perform that action at this time.
0 commit comments