Skip to content

Commit 1def62d

Browse files
Merge branch '11.0.x' into 11.1.x
2 parents c50e2d7 + 83ee05b commit 1def62d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.confluent</groupId>
77
<artifactId>common</artifactId>
8-
<version>6.0.1</version>
8+
<version>6.0.3</version>
99
</parent>
1010

1111
<groupId>io.confluent</groupId>
@@ -84,6 +84,11 @@
8484
<artifactId>elasticsearch</artifactId>
8585
<version>${es.version}</version>
8686
</dependency>
87+
<!-- pin jackson-dataformat-cbor for CVE - the version comes from confluentinc/common -->
88+
<dependency>
89+
<groupId>com.fasterxml.jackson.dataformat</groupId>
90+
<artifactId>jackson-dataformat-cbor</artifactId>
91+
</dependency>
8792
<!-- pin commons-codec for CVE -->
8893
<dependency>
8994
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)