Skip to content

Commit e4cecaf

Browse files
1 parent 3d3cdb9 commit e4cecaf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.confluent</groupId>
2222
<artifactId>common-parent</artifactId>
23-
<version>6.0.0</version>
23+
<version>6.0.3</version>
2424
</parent>
2525

2626
<groupId>io.confluent.kafka.connect</groupId>
@@ -30,10 +30,11 @@
3030

3131

3232
<properties>
33+
<commons.compress.version>1.21</commons.compress.version>
3334
<connect-runtime-version>2.0.0</connect-runtime-version>
3435
<confluent.avro.generator.version>0.4.0</confluent.avro.generator.version>
3536
<junit.version>4.12</junit.version>
36-
<guava.version>29.0-jre</guava.version>
37+
<guava.version>30.0-jre</guava.version>
3738
<avro.version>1.8.1</avro.version>
3839
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
3940
<!-- temporary fix by pinning the version until we upgrade to a version of common that contains this or newer version.
@@ -138,6 +139,12 @@
138139
<artifactId>slf4j-log4j12</artifactId>
139140
<scope>test</scope>
140141
</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>
141148
</dependencies>
142149

143150
<build>

0 commit comments

Comments
 (0)