Skip to content

Commit

Permalink
Upgrade infinispan server image to match infinispan version; upgrade …
Browse files Browse the repository at this point in the history
…testcontainers version
  • Loading branch information
cunningt committed Jun 26, 2024
1 parent b931923 commit bceb0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class ApplicationTest {

private static final Logger LOG = LoggerFactory.getLogger(ApplicationTest.class);

private static final String CONTAINER_IMAGE = "quay.io/infinispan/server:13.0.5.Final-1";
private static final String CONTAINER_IMAGE = "quay.io/infinispan/server:15.0.5.Final";

private static GenericContainer<?> container;

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<jkube-maven-plugin-version>1.14.0</jkube-maven-plugin-version>
<kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
<reactor-version>3.5.11</reactor-version>
<testcontainers-version>1.19.1</testcontainers-version>
<testcontainers-version>1.19.8</testcontainers-version>
<hapi-structures-v24-version>2.3</hapi-structures-v24-version>
<narayana-spring-boot-version>2.6.7</narayana-spring-boot-version>
<artemis-jakarta-version>2.31.0</artemis-jakarta-version>
Expand Down

0 comments on commit bceb0ff

Please sign in to comment.