Skip to content
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

Bump quarkus.version from 3.18.2 to 3.18.3 #1360

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps quarkus.version from 3.18.2 to 3.18.3.
Updates io.quarkus:quarkus-bom from 3.18.2 to 3.18.3

Release notes

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

3.18.3

Complete changelog

  • #40374 - Error when executing persist() method with an entity having bidirectional one-to-one relationships in Hibernate Reactive with Panache
  • #45948 - Removal of public method in a minor release breaking semantic versioning with utter lack of warnings or anything
  • #45949 - Restore two JWT decoding methods in OidcUtils
  • #46005 - Qute TemplateGlobal throws error on live reload
  • #46014 - Qute: fix template global class generation in the dev mode #2
  • #46035 - QuarkusTest TestProfile pollutes environment of QuarkusComponentTest
  • #46039 - Upgrade to Jandex 3.2.4
  • #46040 - OpenTelemetry extension traces health endpoints when a custom root-path is configured
  • #46046 - Execute simple JUnit tests and @QuarkusComponentTest first
  • #46088 - Fix typo remove extra bracket
  • #46099 - OpenTelemetryLogHandler - Do not read config for each publish
  • #46102 - Live reload classloader memory leak when using hibernate-envers with a custom revision entity
  • #46106 - Bump maven-dependency-plugin in docs
  • #46107 - For synthetic injection points, target can be null
  • #46108 - @Observes @BeforeDestroyed(?Scoped.class) does not work in the same bean and the same scope
  • #46111 - Could not determine the canonical constructor when quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true
  • #46113 - Remove non-existing value "OPTIONAL", fix typo
  • #46115 - Bump to Vert.x Mutiny bindings 3.18.1
  • #46125 - Change timing of @Initialized and @BeforeDestroyed events so that they can be observed from a bean within given context
  • #46135 - Upgrade to Jandex 3.2.5
  • #46136 - Error occurs on tests with @Nested classes and QuarkusMainLauncher
  • #46141 - Replace outdated hostname v1 property for keycloak dev service in shared networks
  • #46150 - Overcome augmentation issue with @Nested QuarkusMainTest
  • #46154 - Docs: Fix some more weaknesses
  • #46156 - Reflection-free Serialization issue when first accessed vs. second access or if multiple methods
  • #46170 - Configuration custom converters fail on primitive type arrays since Quarkus v3.18
  • #46171 - Fix config converter loading issue when arrays are used
  • #46179 - Upgrade to Hibernate ORM 6.6.7.Final
  • #46181 - Simplify and fix building the list of framework endpoints
  • #46186 - Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4
  • #46189 - Upgrade to Hibernate Reactive 2.4.5.Final
  • #46190 - Bump the version of kindContainer from 1.4.7 to 1.4.8
  • #46191 - Bump version of kindcontainer from 1.4.7 to 1.4.8
  • #46194 - Bump to Vert.x 4.5.13 and Netty 4.1.118.Final
  • #46211 - Avoid using generated Jackson serializers for subclasses
  • #46219 - Bump io.smallrye:jandex from 3.2.5 to 3.2.6
Commits
  • 9203832 [RELEASE] - Bump version to 3.18.3
  • a92a24d Merge pull request #46210 from gsmet/3.18.3-backports-1
  • 90daf5c Bump io.smallrye:jandex from 3.2.5 to 3.2.6
  • aa6f0ac Avoid using generated Jackson serializers for subclasses
  • 3862033 Bump to Vert.x 4.5.13 and Netty 4.1.118.Final
  • 7143c83 Bump versdion of kindcontainer from 1.4.7 to 1.4.9 to suppoprt to use podman ...
  • cbdd461 Upgrade to Hibernate Reactive 2.4.5.Final
  • b6dce2e Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4
  • 7d87417 Simplify and fix building the list of framework endpoints
  • 9fb9c41 Properly isolate the ITs in a Failsafe execution
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-security from 3.18.2 to 3.18.3

Updates io.quarkus:quarkus-core from 3.18.2 to 3.18.3

Updates io.quarkus:quarkus-elytron-security-properties-file from 3.18.2 to 3.18.3

Updates io.quarkus:quarkus-rest from 3.18.2 to 3.18.3

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 `quarkus.version` from 3.18.2 to 3.18.3.

Updates `io.quarkus:quarkus-bom` from 3.18.2 to 3.18.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.18.2...3.18.3)

Updates `io.quarkus:quarkus-security` from 3.18.2 to 3.18.3

Updates `io.quarkus:quarkus-core` from 3.18.2 to 3.18.3

Updates `io.quarkus:quarkus-elytron-security-properties-file` from 3.18.2 to 3.18.3

Updates `io.quarkus:quarkus-rest` from 3.18.2 to 3.18.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-elytron-security-properties-file
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-rest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 13, 2025
@karianna
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 14, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.18.3 branch February 14, 2025 22:35
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.

1 participant