From 6aada767df8a9ecac55b49a90b37e13a290bdada Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Wed, 12 May 2021 11:23:16 -0400 Subject: [PATCH] bump byte-buddy to 1.11.0 Looks like mostly bugfixes: https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.11.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 64f9019..e9a3892 100644 --- a/pom.xml +++ b/pom.xml @@ -120,12 +120,12 @@ net.bytebuddy byte-buddy - 1.10.20 + 1.11.0 net.bytebuddy byte-buddy-agent - 1.10.20 + 1.11.0