We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c50e2d7 + 83ee05b commit 1def62dCopy full SHA for 1def62d
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>io.confluent</groupId>
7
<artifactId>common</artifactId>
8
- <version>6.0.1</version>
+ <version>6.0.3</version>
9
</parent>
10
11
@@ -84,6 +84,11 @@
84
<artifactId>elasticsearch</artifactId>
85
<version>${es.version}</version>
86
</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>
92
<!-- pin commons-codec for CVE -->
93
<dependency>
94
<groupId>commons-codec</groupId>
0 commit comments