Bump parent to 4.1 with Byte-Buddy net.bytebuddy.experimental=true

Uses maven-surefire-plugin with:
<argLine>-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine>
This commit is contained in:
Rob Bygrave
2024-04-09 21:03:59 +12:00
parent 08466d42e9
commit f0f4f13ec6
+1 -1
View File
@@ -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>