We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d885494 commit 669dc79Copy full SHA for 669dc79
2 files changed
ebean-datasource/pom.xml
@@ -36,7 +36,7 @@
36
<dependency>
37
<groupId>io.ebean</groupId>
38
<artifactId>ebean-test-containers</artifactId>
39
- <version>7.6</version>
+ <version>7.8</version>
40
<scope>test</scope>
41
</dependency>
42
ebean-datasource/src/test/java/io/ebean/datasource/test/Db2Test.java
@@ -46,7 +46,7 @@ class Db2Test {
46
47
@BeforeAll
48
static void before() {
49
- container = Db2Container.builder("11.5.6.0a")
+ container = Db2Container.builder("11.5.9.0")
50
.dbName("unit")
51
.user("unit")
52
.password("unit")
0 commit comments