Merge pull request #10607 from kwoyke/JAVA-3593

JAVA-3593: Upgrade byte-buddy to 1.10.22
This commit is contained in:
Loredana Crusoveanu
2021-03-30 19:37:44 +03:00
committed by GitHub
7 changed files with 3 additions and 31 deletions
-6
View File
@@ -66,11 +66,6 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
</dependency>
<!-- test scoped -->
<dependency>
@@ -97,7 +92,6 @@
<!-- utilities -->
<guava.version>21.0</guava.version>
<byte-buddy.version>1.10.16</byte-buddy.version>
</properties>
</project>