dongjoon-hyun opened a new pull request, #818:
URL: https://github.com/apache/spark-kubernetes-operator/pull/818

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `Vert.x` to 4.5.33.
   
   `Vert.x` is a transitive dependency of 
`io.fabric8:kubernetes-httpclient-vertx` (fabric8 7.8.0 resolves 4.5.26). Like 
`Netty` and `Hadoop`, this PR pins it explicitly in `gradle/libs.versions.toml` 
and forces the version via `resolutionStrategy.eachDependency` so that it can 
be upgraded independently of fabric8. `gradle/verification-metadata.xml` is 
regenerated from scratch.
   
   Note that `vertx-dependencies` 4.5.33 BOM declares `Jackson` 2.21.6, so the 
transitively resolved `Jackson` artifacts on the runtime classpath move from 
2.21.4 to 2.21.6 as well.
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes and security fixes:
   
   - [4.5.33](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.33) 
(2026-09-01)
   - [4.5.32](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.32) 
(2026-08-07)
   - [4.5.31](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.31) 
(2026-07-20)
   - [4.5.30](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.30) 
(2026-07-13)
     - 
[CVE-2026-15075](https://github.com/eclipse-vertx/vert.x/security/advisories/GHSA-5x9c-p4p5-8v9w):
 default HTTP client redirect handler should strip sensitive headers in 
io.vertx:vertx-core (high).
     - 
[CVE-2026-15076](https://github.com/vert-x3/vertx-web/security/advisories/GHSA-jwpr-55qp-7mm8):
 Web Client cross domain cookie injection in io.vertx:vertx-web-client (high).
   - [4.5.29](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.29) 
(2026-07-09)
   - [4.5.28](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.28) 
(2026-06-03)
   - [4.5.27](https://github.com/eclipse-vertx/vert.x/releases/tag/4.5.27) 
(2026-05-05)
     - 
[CVE-2026-6860](https://github.com/eclipse-vertx/vert.x/security/advisories/GHSA-3g76-f9xq-8vp6):
 DoS via unbounded server-side SNI SslContext cache growth in 
io.vertx:vertx-core (medium).
     - Fix HttpClientResponse body()/end() race
     - Fix HybridJacksonPool stack node publication race
   
   Release notes: 
[4.5.27](https://github.com/vert-x3/wiki/wiki/4.5.27-Release-Notes), 
[4.5.28](https://github.com/vert-x3/wiki/wiki/4.5.28-Release-Notes), 
[4.5.29](https://github.com/vert-x3/wiki/wiki/4.5.29-Release-Notes), 
[4.5.30](https://github.com/vert-x3/wiki/wiki/4.5.30-Release-Notes), 
[4.5.31](https://github.com/vert-x3/wiki/wiki/4.5.31-Release-Notes), 
[4.5.32](https://github.com/vert-x3/wiki/wiki/4.5.32-Release-Notes), 
[4.5.33](https://github.com/vert-x3/wiki/wiki/4.5.33-Release-Notes)
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   Manually verified that all `io.vertx` artifacts resolve to 4.5.33:
   
   ```
   $ gradle :spark-operator:dependencies --configuration runtimeClasspath | 
grep io.vertx
   io.vertx:vertx-auth-common:4.5.33
   io.vertx:vertx-core:4.5.26 -> 4.5.33
   io.vertx:vertx-uri-template:4.5.33
   io.vertx:vertx-web-client:4.5.26 -> 4.5.33
   io.vertx:vertx-web-common:4.5.33
   ```
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5.1


-- 
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]

Reply via email to