File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/test/java/io/ebean/test/containers Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments