Skip to content

Commit

Permalink
Bump parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Mar 3, 2024
1 parent dfcd610 commit 4d91fa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ebean-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.12</version>
<version>4.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -136,21 +136,21 @@ mvn install:install-file -Dfile=/some/path/to/ojdbc7.jar -DgroupId=oracle \
<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.3</version>
<version>1.4</version>
<scope>test</scope>
</dependency>

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

Expand Down

0 comments on commit 4d91fa4

Please sign in to comment.