Update ByteBuddy dependency (#1156)

- Updated ByteBuddy dependency to add support for Java 17 (introduced in 1.10.21) and to take advantage of any fixes and improvements made between versions.
This commit is contained in:
Pim van der Loos 2021-05-29 19:01:45 +02:00 committed by GitHub
parent 5acdb2b3c5
commit 45c293df7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.16</version>
<version>1.11.0</version>
</dependency>
<!-- Testing dependencies -->