matrei opened a new pull request, #16358: URL: https://github.com/apache/grails-core/pull/16358
Patch-level dependency updates ahead of the 7.0.17 release. Spring Boot (3.5.16), Groovy (4.0.33), Jackson (2.21.6), Logback (1.5.38), Log4j (2.25.5), Micrometer (1.16.7), MongoDB driver (5.9.2) and pac4j (6.4.3) are already at the newest release of their line, so they are unchanged. ### `dependencies.gradle` (BOM managed) | Dependency | From | To | |---|---|---| | ant | 1.10.15 | 1.10.18 | | asciidoctorj | 3.0.0 | 3.0.1 | | asset-pipeline (gradle plugin + bom) | 5.0.34 | 5.0.35 | | byte-buddy | 1.18.3 | 1.18.14 | | junit / junit-platform | 5.13.3 / 1.13.3 | 5.13.4 / 1.13.4 | | spring-boot-starter-sitemesh | 3.2.2 | 3.2.3 | ### `gradle.properties` (not BOM managed) | Dependency | From | To | |---|---|---| | maven / maven-resolver | 3.9.9 / 1.9.22 | 3.9.16 / 1.9.27 (the resolver version Maven 3.9.16 ships with) | | greenmail | 2.1.2 | 2.1.14 | | jnr-posix | 3.1.20 | 3.1.22 | | picocli | 4.7.6 | 4.7.7 | | slf4j | 2.0.17 | 2.0.18 (matches what Spring Boot 3.5.16 manages) | | micronaut-http-client | 4.9.9 | 4.9.12 | ### Deliberately not updated Newer minor/major lines exist but were left alone for a patch release: jna 5.19.1, commons-codec 1.22.1, guava 33.7.1, nimbus-jose-jwt 10.10, cas-client 4.1.1, objenesis 3.6, bnd 7.4.0, h2 2.5.250, plexus-utils 4.1.0 / plexus-xml 3.1.0, log4j 2.26.x, mongodb 5.12, opentelemetry 1.66, selenium 4.49, javaparser 3.28.2 (tied to what Groovy 4 ships), commons-validator 1.11.0, javassist 3.33.0. apacheds 1.5.7 (LDAP functional test app only) was tried and dropped: it breaks compilation of that test app, so it stays on 1.5.4. ### Verification - `./gradlew validateDependencyVersions` passes - `./gradlew build -PskipTests` passes - `:grails-shell-cli:test`, `:grails-core:test`, `:grails-testing-support-core:test`, `:grails-sitemesh3:test` and `:grails-test-examples-mail:check` pass locally -- 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]
