gitgabrio commented on code in PR #6873:
URL: https://github.com/apache/incubator-kie/pull/6873#discussion_r3727906391
##########
kogito-quarkus/bom/pom.xml:
##########
@@ -104,6 +106,17 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <!-- CVE-2026-56624: override sshd-common and sshd-core pinned at 2.12.1
by quarkus-bom -->
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-common</artifactId>
+ <version>${version.org.apache.sshd}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sshd</groupId>
+ <artifactId>sshd-core</artifactId>
+ <version>${version.org.apache.sshd}</version>
+ </dependency>
Review Comment:
Yes. If that dependencyManagemnt is declared with the same `version`
variable in a parent pom, those are not needed - only the variable override.
--
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]