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.
1 parent 124ad30 commit f00c512Copy full SHA for f00c512
pom.xml
@@ -19,7 +19,7 @@
19
<junit.vintage.version>5.9.2</junit.vintage.version>
20
<junit.platform.version>1.9.2</junit.platform.version>
21
<jackson.version>2.14.2</jackson.version>
22
- <kafka.version>3.4.0</kafka.version>
+ <kafka.version>3.9.1</kafka.version>
23
<slf4j.version>2.0.7</slf4j.version>
24
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
25
</properties>
@@ -199,7 +199,7 @@
199
<dependency>
200
<groupId>org.apache.avro</groupId>
201
<artifactId>avro</artifactId>
202
- <version>1.11.3</version>
+ <version>1.11.4</version>
203
</dependency>
204
205
<groupId>org.jacoco</groupId>
0 commit comments