Skip to content

Commit 5cf21f7

Browse files
CIRCSTORE-656 Upgrade dependencies for Kafka 4.2 compatibility (#577)
* CIRCSTORE-656 Upgrade dependencies for Kafka 4.2 compatibility * CIRCSTORE-656 remove redundant changes related to sidecar * CIRCSTORE-656 fix formatting * CIRCSTORE-656 remove redundant dependency
1 parent ce24c3d commit 5cf21f7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3030
<ramlfiles_path>${basedir}/ramls</ramlfiles_path>
31-
<vertx-version>5.0.5</vertx-version>
31+
<vertx-version>5.0.12</vertx-version>
3232
<raml-module-builder-version>36.0.0</raml-module-builder-version>
3333
<spring.version>6.2.3</spring.version>
3434
<junit5.version>5.10.2</junit5.version>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.folio</groupId>
8686
<artifactId>folio-kafka-wrapper</artifactId>
87-
<version>4.0.0</version>
87+
<version>4.1.0-SNAPSHOT</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>junit</groupId>

src/test/java/org/folio/rest/api/StorageTestSuite.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ public class StorageTestSuite {
9898
private static MockServer mockServer;
9999
private static final WireMockServer wireMockServer = new WireMockServer(PROXY_PORT);
100100

101-
private static final KafkaContainer kafkaContainer = new KafkaContainer(DockerImageName.parse("apache/kafka-native:3.8.0"))
102-
.withStartupAttempts(3);
101+
private static final KafkaContainer kafkaContainer = new KafkaContainer(DockerImageName.parse("apache/kafka-native:4.2.0"))
102+
.withStartupAttempts(3);
103103

104104
/**
105105
* Return a URL for the path and the parameters.

0 commit comments

Comments
 (0)