File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -285,8 +285,8 @@ under the License.
285285 <dependency prefix =" main.hamcrest" artifact =" org.hamcrest:hamcrest:3.0" usage =" main-tests" />
286286 <dependency prefix =" main.xmlunit" artifact =" org.xmlunit:xmlunit-core:2.10.0" usage =" main-tests" />
287287 <dependency prefix =" main.mockito" artifact =" org.mockito:mockito-core:4.11.0" usage =" main-tests" />
288- <dependency prefix =" main.byte-buddy" artifact =" net.bytebuddy:byte-buddy:1.15.11 " usage =" main-tests" />
289- <dependency prefix =" main.byte-buddy-agent" artifact =" net.bytebuddy:byte-buddy-agent:1.15.11 " usage =" main-tests" />
288+ <dependency prefix =" main.byte-buddy" artifact =" net.bytebuddy:byte-buddy:1.16.1 " usage =" main-tests" />
289+ <dependency prefix =" main.byte-buddy-agent" artifact =" net.bytebuddy:byte-buddy-agent:1.16.1 " usage =" main-tests" />
290290 <dependency prefix =" main.objenesis" artifact =" org.objenesis:objenesis:3.1" usage =" main-tests" />
291291 <dependency prefix =" main.log4j-core" artifact =" org.apache.logging.log4j:log4j-core:2.24.3" usage =" main-tests" />
292292 <dependency prefix =" main.commons-logging" artifact =" commons-logging:commons-logging:1.2" usage =" main-tests" />
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ sourceSets {
2222}
2323
2424dependencies {
25- api ' net.bytebuddy:byte-buddy:1.15.11 '
26- api ' net.bytebuddy:byte-buddy-agent:1.15.11 '
25+ api ' net.bytebuddy:byte-buddy:1.16.1 '
26+ api ' net.bytebuddy:byte-buddy-agent:1.16.1 '
2727 api " org.apache.xmlbeans:xmlbeans:${ xmlbeansVersion} "
2828}
2929
You can’t perform that action at this time.
0 commit comments