Skip to content

Bump io.quarkus:quarkus-bom from 3.22.2 to 3.23.3 #471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps io.quarkus:quarkus-bom from 3.22.2 to 3.23.3.

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.23.3

Complete changelog

  • #47656 - Unable to run QuarkusTests in Eclipse since Quarkus 3.22
  • #47734 - Cannot run Quarkus tasks with dependencies from an external project using Gradle composite build
  • #48014 - Non-viable test classloader when running a group of tests (Class or Package) in VSCode
  • #48100 - ClassNotFoundException with certain Gradle multi-project setup and dev mode
  • #48206 - Initialize only one ObjectMapper in Analytics
  • #48218 - Quarkus OIDC Default tenant unable to decrypt state cookie from Google IdP
  • #48228 - Bump bouncycastle.version from 1.80 to 1.81
  • #48229 - Bump narayana-lra.version from 1.0.0.Final to 1.0.1.Final
  • #48232 - Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 4.20.0 to 4.20.1
  • #48238 - Annotation attributes are not used when comparing test resources
  • #48239 - Optimizing the native image Kubernetes Client guidelines
  • #48240 - Respect annotation configuration values when comparing test resources
  • #48242 - Panache Kotlin MongoDB
  • #48243 - Update PanacheMongoEntityBase.kt kotlin - opened functions
  • #48244 - Quarkus 3.23.2 tests fail with java.lang.RuntimeException: Failed to locate <class> among the application dependencies
  • #48246 - Add OIDC GitHub wiremock credential provider test
  • #48250 - Fix Gradle composite build with Kotlin Multiplatform dependencies
  • #48251 - JWT dev mode keys: add two build items to customise
  • #48257 - Quarkus 3.20 LTS does not handle pom.xml quarkus.application.version the same way as 3.15 LTS
  • #48258 - Add more helpful error message for unfixable problem launching tests in Eclipse
  • #48268 - Update SmallRye Config to 3.13.1
  • #48269 - Handle VS Code case and improve exception message for IDE test launch failures
  • #48274 - Record expanded value for build time runtime fixed configuration
  • #48275 - Add test sources in the ProjectDescriptorBuilder
  • #48277 - Use tenuous pattern to detect VS Code in cases where classpath check does not work
  • #48279 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.13.0 to 3.13.1 in /devtools/gradle
  • #48281 - Bump com.gradle:common-custom-user-data-maven-extension from 2.0.2 to 2.0.3
  • #48286 - MP fault tolerance and quarkus rest client issue
  • #48288 - Bump gradle/develocity-actions from 1.3 to 1.4
  • #48291 - RESTEasy Reactive Client: propagate declared exceptions
  • #48300 - Bump mongo-client.version from 5.5.0 to 5.5.1
  • #48307 - Update Njord to 0.7.4

3.23.2

Complete changelog

  • #48226 - Be more cautious when manipulating projectData in ToolsUtils

3.23.1

Complete changelog

  • #30904 - Add a section on kotlinx.serialization to the "Using Kotlin" guide
  • #45742 - Native Build fails with io.confluent:kafka-streams-avro-serde to v7.8.0
  • #46363 - Undertow - Session context lifecycle events should be observable from session scoped beans

... (truncated)

Commits
  • befdd8e [RELEASE] - Bump version to 3.23.3
  • 7ab57a6 Merge pull request #48314 from gsmet/3.23.3-backports-1
  • 47a3cc2 Bump mongo-client.version from 5.5.0 to 5.5.1
  • e30c412 Update Njord to 0.7.4
  • afca593 Rename test classes to match *Test pattern
  • 5201e10 Respect annotation configuration values when comparing test resources
  • a8bf82e doc(kubernetes-client): optimizing the native image guidelines
  • 258c278 Bump narayana-lra.version from 1.0.0.Final to 1.0.1.Final
  • 662280f Record expanded value for build time runtime fixed configuration
  • 9983c1e Bump gradle/develocity-actions from 1.3 to 1.4
  • 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)

Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.22.2 to 3.23.3.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.22.2...3.23.3)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.23.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants