File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >io.confluent</groupId >
22
22
<artifactId >common-parent</artifactId >
23
- <version >6.0.0 </version >
23
+ <version >6.0.3 </version >
24
24
</parent >
25
25
26
26
<groupId >io.confluent.kafka.connect</groupId >
30
30
31
31
32
32
<properties >
33
+ <commons .compress.version>1.21</commons .compress.version>
33
34
<connect-runtime-version >2.0.0</connect-runtime-version >
34
35
<confluent .avro.generator.version>0.4.0</confluent .avro.generator.version>
35
36
<junit .version>4.12</junit .version>
36
- <guava .version>29 .0-jre</guava .version>
37
+ <guava .version>30 .0-jre</guava .version>
37
38
<avro .version>1.8.1</avro .version>
38
39
<maven .release.plugin.version>2.5.3</maven .release.plugin.version>
39
40
<!-- temporary fix by pinning the version until we upgrade to a version of common that contains this or newer version.
138
139
<artifactId >slf4j-log4j12</artifactId >
139
140
<scope >test</scope >
140
141
</dependency >
142
+ <!-- pinning for CVEs -->
143
+ <dependency >
144
+ <groupId >org.apache.commons</groupId >
145
+ <artifactId >commons-compress</artifactId >
146
+ <version >${commons.compress.version} </version >
147
+ </dependency >
141
148
</dependencies >
142
149
143
150
<build >
You can’t perform that action at this time.
0 commit comments