We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e497938 commit a44fd3dCopy full SHA for a44fd3d
2 files changed
ebean-datasource/pom.xml
@@ -29,7 +29,7 @@
29
<dependency>
30
<groupId>io.ebean</groupId>
31
<artifactId>ebean-test-containers</artifactId>
32
- <version>7.6</version>
+ <version>7.8</version>
33
<scope>test</scope>
34
</dependency>
35
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