jomarko opened a new issue, #634: URL: https://github.com/apache/incubator-kie-issues/issues/634
During investigation of apache/incubator-kie-issues#270 we found out an issue in `drools` codebase that we addressed as https://github.com/apache/incubator-kie-drools/pull/5461 Similar fix for kie-tools implemented in its dependencies points to need of dependencies bump. To be more precise, we need to bump up `kogito-runtimes` and `kogito-apps` dependencies of kie-tools. Currently - kie-tools depends on kogito-runtimes or kogtio-apps version 1.40.0.Final see https://github.com/kiegroup/kie-tools/blob/main/packages/root-env/env/index.js#L57-L59 - kogito-runtimes / kogito-apps 1.40.0.Final depend on drools version 8.40.0.Final see https://github.com/apache/incubator-kie-kogito-runtimes/blob/1.40.0.Final/kogito-build/kogito-kie-bom/pom.xml#L21 However the `drools` fix was delivered in `8.45.0.Final`. So we need to ensure transitive dependencies of kie-tools points to drools 8.45.0.Final and higher. _Originally posted by @jomarko in https://github.com/apache/incubator-kie-issues/issues/270#issuecomment-1757002297_ -- 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]
