adoroszlai opened a new pull request, #10776: URL: https://github.com/apache/ozone/pull/10776
## What changes were proposed in this pull request? ``` [INFO] org.apache.ozone:ozone-main:pom:2.3.0-SNAPSHOT [INFO] +- org.assertj:assertj-core:jar:3.27.7:test [INFO] | \- net.bytebuddy:byte-buddy:jar:1.18.3:test ... [INFO] +- org.mockito:mockito-core:jar:4.11.0:test [INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.12.19:test ``` Goals of this change: - Ensure consistent version of `byte-buddy` artifacts. - Upgrade to latest version 1.18.11 for JDK25 support. https://issues.apache.org/jira/browse/HDDS-15867 ## How was this patch tested? Dependency tree: ``` [INFO] org.apache.ozone:ozone-main:pom:2.3.0-SNAPSHOT [INFO] +- org.assertj:assertj-core:jar:3.27.7:test [INFO] | \- net.bytebuddy:byte-buddy:jar:1.18.11:test ... [INFO] +- org.mockito:mockito-core:jar:4.11.0:test [INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.18.11:test ``` CI: https://github.com/adoroszlai/ozone/actions/runs/29427835830 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
