We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079eca6 commit 5fa1b47Copy full SHA for 5fa1b47
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.avaje</groupId>
6
<artifactId>java11-oss</artifactId>
7
- <version>3.12</version>
+ <version>4.0</version>
8
</parent>
9
10
<groupId>io.ebean</groupId>
@@ -34,7 +34,7 @@
34
<jackson.version>2.15.0</jackson.version>
35
<h2database.version>2.1.214</h2database.version>
36
<ebean-types.version>3.0</ebean-types.version>
37
- <ebean-datasource.version>8.8</ebean-datasource.version>
+ <ebean-datasource.version>8.12</ebean-datasource.version>
38
<surefire.useModulePath>false</surefire.useModulePath>
39
</properties>
40
@@ -43,7 +43,7 @@
43
<dependency>
44
<groupId>ch.qos.logback</groupId>
45
<artifactId>logback-classic</artifactId>
46
- <version>1.2.11</version>
+ <version>1.5.0</version>
47
<scope>test</scope>
48
</dependency>
49
0 commit comments