Skip to content

Commit 997eb29

Browse files
committed
update for jackson and quarkus
1 parent ca1d855 commit 997eb29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kafka-quarkus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.apache.kafka</groupId>
8989
<artifactId>kafka-clients</artifactId>
90-
<version>3.3.1</version>
90+
<version>3.9.0</version>
9191
</dependency>
9292
<!-- Testing -->
9393
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<junit.version>4.13.1</junit.version>
4646
<curator.version>5.0.0</curator.version>
4747
<minio.version>8.5.2</minio.version>
48-
<jackson.version>2.13.1</jackson.version>
48+
<jackson.version>2.13.5</jackson.version>
4949
<json-version>20231013</json-version>
5050
</properties>
5151

0 commit comments

Comments
 (0)