From 67ac129b815d064bb06b13f48ad64b7e34acb70f Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Thu, 10 Aug 2023 00:51:51 +0200 Subject: [PATCH] Fix compatibility warning (false positive). --- byte-buddy-dep/pom.xml | 1 - byte-buddy-maven-plugin/pom.xml | 2 +- pom.xml | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/byte-buddy-dep/pom.xml b/byte-buddy-dep/pom.xml index 5d3094cb30..75fe129d51 100644 --- a/byte-buddy-dep/pom.xml +++ b/byte-buddy-dep/pom.xml @@ -227,7 +227,6 @@ net.bytebuddy.asm.MemberSubstitution - net.bytebuddy.implementation.FieldAccessor diff --git a/byte-buddy-maven-plugin/pom.xml b/byte-buddy-maven-plugin/pom.xml index e68d4a93ab..41bde6af02 100644 --- a/byte-buddy-maven-plugin/pom.xml +++ b/byte-buddy-maven-plugin/pom.xml @@ -21,7 +21,7 @@ 0.0.7 3.3.0 1.7.36 - 3.7.0 + 4.8.0 3.4.2 2.11.0 1.21 diff --git a/pom.xml b/pom.xml index 3152d050a8..39bba0475e 100644 --- a/pom.xml +++ b/pom.xml @@ -1130,6 +1130,9 @@ true true true + + net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor$ForBeanProperty +