Skip to content

Commit

Permalink
upgrade kafka dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanree00 committed May 16, 2024
1 parent e3d4c23 commit 6d27818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.jwplayer</groupId>
<artifactId>southpaw</artifactId>
<packaging>jar</packaging>
<version>0.8.0</version>
<version>0.8.1</version>
<name>southpaw</name>
<repositories>
<repository>
Expand All @@ -29,8 +29,8 @@
<!-- These Kafka dependencies need to be kept in sync -->
<!-- As well as the TestContainer Kafka image version found in -->
<!-- src/test/java/com/jwplayer/southpaw/topic/KafkaTopicTest.java -->
<version.confluent>7.1.1</version.confluent>
<version.kafka>3.1.1</version.kafka>
<version.confluent>7.6.0</version.confluent>
<version.kafka>3.7.0</version.kafka>


<version.amazonaws>1.12.261</version.amazonaws>
Expand All @@ -53,7 +53,7 @@
<version.junit>4.13.1</version.junit>
<version.mockito>2.25.1</version.mockito>
<version.s3mock>0.2.5</version.s3mock>
<version.testcontainers>1.17.3</version.testcontainers>
<version.testcontainers>1.19.8</version.testcontainers>

<modules.argline />

Expand Down

0 comments on commit 6d27818

Please sign in to comment.