Skip to content

Commit

Permalink
Update dependencies for test-native-image
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Mar 3, 2024
1 parent d30bff3 commit 90f4c7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.12</version>
<version>4.0</version>
<relativePath/>
</parent>

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

<properties>
<java.release>21</java.release>
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.plugin.nativeimage>0.9.27</version.plugin.nativeimage>
<mainClass>org.example.Main</mainClass>
Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-migration</artifactId>
<version>13.10.1-SNAPSHOT</version>
<version>13.12.0</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-datasource</artifactId>
<version>8.0</version>
<version>8.12</version>
</dependency>

<dependency>
Expand All @@ -42,14 +42,14 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test-containers</artifactId>
<version>7.1</version>
<version>7.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.1</version>
<version>1.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 90f4c7b

Please sign in to comment.