lavanyaj14 opened a new pull request, #3230: URL: https://github.com/apache/incubator-kie-optaplanner/pull/3230
### JIRA [NO-ISSUE] ### Referenced pull requests * https://github.com/apache/incubator-kie-drools/pull/6743 ### Description This PR upgrades Logback from `1.5.32` to `1.5.34`. The shared `version.ch.qos.logback` property is used for both: * `ch.qos.logback:logback-core` * `ch.qos.logback:logback-classic` So both dependencies remain aligned to the same version. ### Changes Updated: * `build/optaplanner-build-parent/pom.xml` Changed: * From: `1.5.32` * To: `1.5.34` ### Validation Verified: ```bash grep -n "version.ch.qos.logback" build/optaplanner-build-parent/pom.xml grep -R "1.5.32" build/optaplanner-build-parent/pom.xml ``` Result: * `version.ch.qos.logback` is updated to `1.5.34` * `1.5.32` is no longer present in `build/optaplanner-build-parent/pom.xml` ### Checklist * [ ] Documentation updated if applicable. Not applicable. * [ ] Release notes updated if applicable. Not applicable. * [ ] Upgrade recipe provided if applicable. Not applicable. -- 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]
