File tree Expand file tree Collapse file tree
src/test/java/org/folio/rest/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments