Skip to content

Commit 90f4c7b

Browse files
committed
Update dependencies for test-native-image
1 parent d30bff3 commit 90f4c7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test-native-image/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<groupId>org.avaje</groupId>
88
<artifactId>java11-oss</artifactId>
9-
<version>3.12</version>
9+
<version>4.0</version>
1010
<relativePath/>
1111
</parent>
1212

1313
<groupId>org.example</groupId>
1414
<artifactId>test-native-image</artifactId>
1515

1616
<properties>
17-
<java.release>21</java.release>
17+
<maven.compiler.release>21</maven.compiler.release>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<version.plugin.nativeimage>0.9.27</version.plugin.nativeimage>
2020
<mainClass>org.example.Main</mainClass>
@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>io.ebean</groupId>
2626
<artifactId>ebean-migration</artifactId>
27-
<version>13.10.1-SNAPSHOT</version>
27+
<version>13.12.0</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>io.ebean</groupId>
3232
<artifactId>ebean-datasource</artifactId>
33-
<version>8.0</version>
33+
<version>8.12</version>
3434
</dependency>
3535

3636
<dependency>
@@ -42,14 +42,14 @@
4242
<dependency>
4343
<groupId>io.ebean</groupId>
4444
<artifactId>ebean-test-containers</artifactId>
45-
<version>7.1</version>
45+
<version>7.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848

4949
<dependency>
5050
<groupId>io.avaje</groupId>
5151
<artifactId>junit</artifactId>
52-
<version>1.1</version>
52+
<version>1.4</version>
5353
<scope>test</scope>
5454
</dependency>
5555

0 commit comments

Comments
 (0)