Skip to content

Commit

Permalink
Bump bytebuddy version in ebean-test and use experimental=true for EA…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
rbygrave committed Jun 10, 2024
1 parent ac54837 commit 8e77ac8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ebean-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<artifactId>ebean-test</artifactId>

<properties>
<bytebuddy.version>1.14.13</bytebuddy.version>
<assertj.version>3.25.3</assertj.version>
<bytebuddy.version>1.14.17</bytebuddy.version>
<assertj.version>3.26.0</assertj.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -314,6 +314,13 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8e77ac8

Please sign in to comment.