Bump avaje junit composite and bytebuddy to 1.14.13

This commit is contained in:
Rob Bygrave
2024-04-09 21:06:52 +12:00
parent f0f4f13ec6
commit 36f3986689
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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>
@@ -293,7 +293,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -63,7 +63,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>test</scope>
</dependency>
+1 -1
View File
@@ -46,7 +46,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>test</scope>
</dependency>