Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2025

Bumps io.vertx:vertx-web from 4.5.21 to 4.5.22.

Commits
  • 188938c Releasing 4.5.22
  • 284cf73 StaticHandler should not serve files under hidden directories
  • b3edd39 Fix failing test due to Java 11 syntax usage
  • 83fb341 Update StaticDirectoryListHandlerTest
  • 78e61fc Make sure test dir is cleaned up
  • f2dbc2a StaticHandler should encode file names in directory listing
  • 6c6aab0 Upgrade CI to Java 25
  • 2c18f46 fix #2765: CookieSessionStore requires twice auth on first login (#2802)
  • 2417a02 feature #2800 CORS: support moz-extension (#2804)
  • a02afbb This test fails repeatedly on Windows (gets 400 BAD Request). (#2791)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [io.vertx:vertx-web](https://github.com/vert-x3/vertx-web) from 4.5.21 to 4.5.22.
- [Commits](vert-x3/vertx-web@4.5.21...4.5.22)

---
updated-dependencies:
- dependency-name: io.vertx:vertx-web
  dependency-version: 4.5.22
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 22, 2025
@quarkus-bot quarkus-bot bot added area/rest area/vertx env/windows Impacts Windows machines labels Oct 22, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 22, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit d211bd0.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 25

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.CompletionStageTest.testSourcePost - History

  • 1 expectation failed. Expected status code <200> but was <500>. - java.lang.AssertionError
Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)

@marcosgopen
Copy link
Contributor

Please merge this to address GHSA-45p5-v273-3qqr

@mabartos
Copy link
Contributor

mabartos commented Oct 29, 2025

EDIT: Sorry, just noticed this issue that has all the requirements: #50753


It should also be backported to 3.27 to resolve this on the Keycloak side: keycloak/keycloak#43787

https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/304

However, I do not think Keycloak is directly affected, as we do not handle the StaticHandler.setIncludeHidden(), but it should be resolved to reduce the number of warnings of security errors.

Even the Vert.x upgrade should be propagated to the BOM.

@jmartisk
Copy link
Contributor

already done in #50753

@jmartisk jmartisk closed this Oct 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Oct 29, 2025
@dependabot dependabot bot deleted the dependabot/maven/independent-projects/resteasy-reactive/io.vertx-vertx-web-4.5.22 branch October 29, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/rest area/vertx dependencies Pull requests that update a dependency file env/windows Impacts Windows machines java Pull requests that update Java code triage/flaky-test triage/invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants