Skip to content

Commit

Permalink
Merge pull request #3387 from ebean-orm/feature/bump-parent-4_1-byteB…
Browse files Browse the repository at this point in the history
…uddy

Bump parent to 4.1 with Byte-Buddy net.bytebuddy.experimental=true
  • Loading branch information
rbygrave authored Apr 9, 2024
2 parents 08466d4 + 36f3986 commit d6c76de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ebean-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>ebean-test</artifactId>

<properties>
<bytebuddy.version>1.14.12</bytebuddy.version>
<bytebuddy.version>1.14.13</bytebuddy.version>
<assertj.version>3.25.3</assertj.version>
</properties>

Expand Down Expand Up @@ -293,7 +293,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions 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.1</version>
</parent>

<groupId>io.ebean</groupId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion tests/test-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit d6c76de

Please sign in to comment.