diff --git a/byte-buddy-benchmark/pom.xml b/byte-buddy-benchmark/pom.xml index 2750b0f9b7b..9352ed16425 100644 --- a/byte-buddy-benchmark/pom.xml +++ b/byte-buddy-benchmark/pom.xml @@ -25,7 +25,7 @@ net.bytebuddy.benchmark.runner.BenchmarkRunner - 1.19 + 1.16 3.2.5 3.22.0-GA diff --git a/byte-buddy-dep/src/test/java/net/bytebuddy/ByteBuddyTest.java b/byte-buddy-dep/src/test/java/net/bytebuddy/ByteBuddyTest.java index 6b1bbfb005d..ea2965fdbd8 100644 --- a/byte-buddy-dep/src/test/java/net/bytebuddy/ByteBuddyTest.java +++ b/byte-buddy-dep/src/test/java/net/bytebuddy/ByteBuddyTest.java @@ -1,10 +1,8 @@ package net.bytebuddy; -import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.dynamic.TypeResolutionStrategy; import net.bytebuddy.dynamic.loading.ByteArrayClassLoader; import net.bytebuddy.dynamic.loading.ClassLoadingStrategy; -import net.bytebuddy.dynamic.loading.PackageDefinitionStrategy; import net.bytebuddy.implementation.MethodDelegation; import net.bytebuddy.test.utility.ObjectPropertyAssertion; import org.junit.Test;