bito-code-review[bot] commented on PR #16358: URL: https://github.com/apache/grails-core/pull/16358#issuecomment-5762181600
<!-- Bito Reply --> The changes in this pull request consist of routine dependency version updates across `dependencies.gradle` and `gradle.properties`. These updates include various libraries such as Ant, Byte Buddy, JUnit, Apache Maven, and Micronaut components. While these are standard maintenance updates, they should be verified by running the project's test suite to ensure compatibility with the new versions. **dependencies.gradle** ``` - 'ant.version' : '1.10.15', + 'ant.version' : '1.10.18', ``` **gradle.properties** ``` -apacheMavenVersion=3.9.9 -apacheMavenResolverVersion=1.9.22 +apacheMavenVersion=3.9.16 +apacheMavenResolverVersion=1.9.27 ``` -- 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]
