Skip to content

Commit

Permalink
Bump parent pom and junit version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Nov 2, 2023
1 parent 455e2ef commit 2b3959b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.10</version>
<version>3.12</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -143,7 +143,7 @@ mvn install:install-file -Dfile=/some/path/to/ojdbc7.jar -DgroupId=oracle \
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.1</version>
<version>1.3</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 2b3959b

Please sign in to comment.