Skip to content

Commit 2913741

Browse files
committed
Version 7.14
1 parent 75eadf3 commit 2913741

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
<groupId>io.ebean</groupId>
1212
<artifactId>ebean-test-containers</artifactId>
13-
<version>7.13</version>
13+
<name>ebean-test-containers</name>
14+
<description>Manage docker test containers for testing purposes</description>
15+
<version>7.14</version>
1416

1517
<scm>
1618
<developerConnection>scm:git:[email protected]:ebean-orm/ebean-test-containers.git</developerConnection>

src/test/java/io/ebean/test/containers/YugabyteContainerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ class YugabyteContainerTest {
1010

1111
@Test
1212
void start_run_stop() {
13-
YugabyteContainer yugaContainer = YugabyteContainer.builder("2.11.2.0-b89")
13+
YugabyteContainer yugaContainer = YugabyteContainer.builder("2.20.11.0-b34")
1414
.containerName("temp_yugabyte")
1515
.extensions("pgcrypto")
1616
.port(9844)
17+
.port7000(7001)
1718
.build();
1819

1920
yugaContainer.stopRemove();

0 commit comments

Comments
 (0)