nrknithin commented on code in PR #3454:
URL:
https://github.com/apache/incubator-kie-tools/pull/3454#discussion_r2834450255
##########
packages/dev-deployment-quarkus-blank-app/pom.xml:
##########
@@ -60,13 +60,13 @@
<version.org.iq80.snappy>0.5</version.org.iq80.snappy>
<version.commons-io>2.16.1</version.commons-io>
<version.com.google.protobuf>3.25.5</version.com.google.protobuf>
- <version.io.netty>4.1.129.Final</version.io.netty>
+ <version.io.netty>4.1.130.Final</version.io.netty>
<!-- These versions are overrides for transitive dependencies, to fix
security vulnerabilities.
They need to be checked with Quarkus and Spring Boot upgrades and
eventually removed, if they are not needed anymore. -->
<version.angus.mail>2.0.5</version.angus.mail>
- <version.nimbus.jose.jwt>9.37.4</version.nimbus.jose.jwt>
- <version.io.vertx>4.5.22</version.io.vertx>
+ <version.nimbus.jose.jwt>10.4.2</version.nimbus.jose.jwt>
+ <version.io.vertx>4.5.23</version.io.vertx>
Review Comment:
Removed nimbus-jose-jwt and vertx-web overrides
Checked angus-mail — the Quarkus 3.27.2 BOM only provides 2.0.4, so kept the
2.0.5 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]