Skip to content

Bump the maven group with 6 updates#335

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-561ccbd349
May 4, 2026
Merged

Bump the maven group with 6 updates#335
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-561ccbd349

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the maven group with 6 updates:

Package From To
org.openapitools:openapi-generator-maven-plugin 7.21.0 7.22.0
io.quarkus.platform:quarkus-bom 3.34.6 3.35.2
io.quarkus:quarkus-extension-processor 3.34.6 3.35.2
io.quarkus:quarkus-extension-maven-plugin 3.34.6 3.35.2
io.quarkus.platform:quarkus-maven-plugin 3.34.6 3.35.2
io.swagger.core.v3:swagger-annotations 2.2.48 2.2.49

Updates org.openapitools:openapi-generator-maven-plugin from 7.21.0 to 7.22.0

Updates io.quarkus.platform:quarkus-bom from 3.34.6 to 3.35.2

Commits
  • dfa64c5 [maven-release-plugin] prepare release 3.35.2
  • aee6dbf Merge pull request #1934 from gsmet/quarkus-3.35.2
  • 89cae69 Upgrade to Quarkus 3.35.2
  • 2000926 Merge pull request #1928 from quarkusio/update-automation/3.35-langchain4j-1.9.2
  • 34e2de7 [maven-release-plugin] prepare for next development iteration
  • b3ab09c [maven-release-plugin] prepare release 3.35.1
  • 8a8be01 Update LangChain4j to 1.9.2
  • 728e069 Merge pull request #1926 from gsmet/quarkus-3.35.1
  • 3cee02e Upgrade to Quarkus 3.35.1
  • d846e9a Merge pull request #1925 from quarkusio/update-automation/main-amazonservices...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.34.6 to 3.35.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.34.6 to 3.35.2

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.35.2

Complete changelog

  • #53929 - [3.35] Strip matrix parameters from request paths during HTTP security polic…

3.35.1

Complete changelog

  • #35169 - SecurityExceptions thrown in Panache Before/After Listeners result in Internal Server errors
  • #38281 - Bubble up WebApplicationExceptions and SecurityExceptions in RestDataResourceMethodListener implementations
  • #50504 - Azure function host.json default bundle versions must be updated tu supported version
  • #53143 - Bump org.jboss.logmanager:jboss-logmanager from 3.2.1.Final to 3.2.2.Final
  • #53252 - Add the lacking guide for new quickstart
  • #53347 - Fix Azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0)
  • #53438 - [Kubernetes] RBAC-related resources cannot be provided manually and then augmented by the extension
  • #53572 - Fix jaeger container docs
  • #53577 - Bump io.micrometer:micrometer-bom from 1.16.3 to 1.16.5
  • #53731 - Saving config through DevUI duplicates config in application.properties
  • #53732 - Fix duplicate config additions with JsonRPC
  • #53737 - Handle edge-case with kapt plugin missing generated sources
  • #53748 - OIDC: ContextNotActiveException during concurrent token refresh
  • #53749 - Include extension categories in composed skill frontmatter
  • #53762 - Fix CDI request context not active during concurrent token refresh
  • #53765 - [Reflection-free Jackson serdes] @JsonTypeInfo discriminator missing + @JsonUnwrapped broken when inner type has generated serialiser
  • #53778 - Share even more code between deployment resource decorators
  • #53786 - Latest LTS and Java 25 - jib container entrypoint changed from run-java.sh regardless of aot or jar type
  • #53787 - Mark UBI9_JAVA25 as containsJavaRun
  • #53794 - Do not contaminate dev services with config from other dev services
  • #53797 - quarkus-openshift emits both Deployment and DeploymentConfig` dual pods spawn in cluster
  • #53800 - Update to Kotlin 2.3.21
  • #53801 - Update RESTEasy Classic to 6.2.16.Final
  • #53805 - Make it possible to provide RBAC resources skeleton in kubernetes.yml
  • #53806 - Make MultiRootPathTree.apply() consistent with accept()
  • #53812 - Using @ConfigProperty with Google Cloud Function throws Exception when executing QuarkusTest
  • #53818 - quarkus-jackson: Unconditional native image registration of SQL/XML serializers bloats binary
  • #53819 - Use reachability-based registration for Jackson SQL/XML serializers in native image
  • #53821 - Properly close InputStream in loadQuarkusProperties
  • #53822 - Revert "Enable reflection-free Jackson serializers by default"
  • #53824 - Use proper CL when running Google Cloud Functions
  • #53827 - Existing role rules are not taken into account when using an input manifest as starting point
  • #53828 - Merge rules coming from extensions with ones from input manifests
  • #53829 - Keep type info for polymorphic collections in generated Jackson serializers and correctly wires its serialization with the Jackson's mechanism
  • #53833 - @PermissionsChecker methods require at least one parameter
  • #53835 - Bump keycloak-client.version from 26.0.8 to 26.0.9
  • #53838 - Bump testcontainers.version from 2.0.4 to 2.0.5
  • #53842 - Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • #53857 - Allow permission checkers without method parameters
  • #53858 - Upgrade Maven to 3.9.15

... (truncated)

Commits
  • 52542b4 [RELEASE] - Bump version to 3.35.2
  • d653c5c Merge pull request #53929 from gsmet/matrix-3.35
  • 361a287 Strip matrix parameters from request paths during HTTP security policy matching
  • 2fd4c6d Merge pull request #53865 from gsmet/3.35.1-backports-1
  • 874e96a Bump com.google.cloud.functions:functions-framework-api
  • 440dc6d Bump keycloak-client.version from 26.0.8 to 26.0.9
  • 123edb3 Bump testcontainers.version from 2.0.4 to 2.0.5
  • a6db877 Merge rules coming from extensions with ones from input manifests
  • 102732a Upgrade Maven to 3.9.15
  • 528fb52 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.34.6 to 3.35.2

Commits
  • dfa64c5 [maven-release-plugin] prepare release 3.35.2
  • aee6dbf Merge pull request #1934 from gsmet/quarkus-3.35.2
  • 89cae69 Upgrade to Quarkus 3.35.2
  • 2000926 Merge pull request #1928 from quarkusio/update-automation/3.35-langchain4j-1.9.2
  • 34e2de7 [maven-release-plugin] prepare for next development iteration
  • b3ab09c [maven-release-plugin] prepare release 3.35.1
  • 8a8be01 Update LangChain4j to 1.9.2
  • 728e069 Merge pull request #1926 from gsmet/quarkus-3.35.1
  • 3cee02e Upgrade to Quarkus 3.35.1
  • d846e9a Merge pull request #1925 from quarkusio/update-automation/main-amazonservices...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.34.6 to 3.35.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.34.6 to 3.35.2

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.35.2

Complete changelog

  • #53929 - [3.35] Strip matrix parameters from request paths during HTTP security polic…

3.35.1

Complete changelog

  • #35169 - SecurityExceptions thrown in Panache Before/After Listeners result in Internal Server errors
  • #38281 - Bubble up WebApplicationExceptions and SecurityExceptions in RestDataResourceMethodListener implementations
  • #50504 - Azure function host.json default bundle versions must be updated tu supported version
  • #53143 - Bump org.jboss.logmanager:jboss-logmanager from 3.2.1.Final to 3.2.2.Final
  • #53252 - Add the lacking guide for new quickstart
  • #53347 - Fix Azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0)
  • #53438 - [Kubernetes] RBAC-related resources cannot be provided manually and then augmented by the extension
  • #53572 - Fix jaeger container docs
  • #53577 - Bump io.micrometer:micrometer-bom from 1.16.3 to 1.16.5
  • #53731 - Saving config through DevUI duplicates config in application.properties
  • #53732 - Fix duplicate config additions with JsonRPC
  • #53737 - Handle edge-case with kapt plugin missing generated sources
  • #53748 - OIDC: ContextNotActiveException during concurrent token refresh
  • #53749 - Include extension categories in composed skill frontmatter
  • #53762 - Fix CDI request context not active during concurrent token refresh
  • #53765 - [Reflection-free Jackson serdes] @JsonTypeInfo discriminator missing + @JsonUnwrapped broken when inner type has generated serialiser
  • #53778 - Share even more code between deployment resource decorators
  • #53786 - Latest LTS and Java 25 - jib container entrypoint changed from run-java.sh regardless of aot or jar type
  • #53787 - Mark UBI9_JAVA25 as containsJavaRun
  • #53794 - Do not contaminate dev services with config from other dev services
  • #53797 - quarkus-openshift emits both Deployment and DeploymentConfig` dual pods spawn in cluster
  • #53800 - Update to Kotlin 2.3.21
  • #53801 - Update RESTEasy Classic to 6.2.16.Final
  • #53805 - Make it possible to provide RBAC resources skeleton in kubernetes.yml
  • #53806 - Make MultiRootPathTree.apply() consistent with accept()
  • #53812 - Using @ConfigProperty with Google Cloud Function throws Exception when executing QuarkusTest
  • #53818 - quarkus-jackson: Unconditional native image registration of SQL/XML serializers bloats binary
  • #53819 - Use reachability-based registration for Jackson SQL/XML serializers in native image
  • #53821 - Properly close InputStream in loadQuarkusProperties
  • #53822 - Revert "Enable reflection-free Jackson serializers by default"
  • #53824 - Use proper CL when running Google Cloud Functions
  • #53827 - Existing role rules are not taken into account when using an input manifest as starting point
  • #53828 - Merge rules coming from extensions with ones from input manifests
  • #53829 - Keep type info for polymorphic collections in generated Jackson serializers and correctly wires its serialization with the Jackson's mechanism
  • #53833 - @PermissionsChecker methods require at least one parameter
  • #53835 - Bump keycloak-client.version from 26.0.8 to 26.0.9
  • #53838 - Bump testcontainers.version from 2.0.4 to 2.0.5
  • #53842 - Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • #53857 - Allow permission checkers without method parameters
  • #53858 - Upgrade Maven to 3.9.15

... (truncated)

Commits
  • 52542b4 [RELEASE] - Bump version to 3.35.2
  • d653c5c Merge pull request #53929 from gsmet/matrix-3.35
  • 361a287 Strip matrix parameters from request paths during HTTP security policy matching
  • 2fd4c6d Merge pull request #53865 from gsmet/3.35.1-backports-1
  • 874e96a Bump com.google.cloud.functions:functions-framework-api
  • 440dc6d Bump keycloak-client.version from 26.0.8 to 26.0.9
  • 123edb3 Bump testcontainers.version from 2.0.4 to 2.0.5
  • a6db877 Merge rules coming from extensions with ones from input manifests
  • 102732a Upgrade Maven to 3.9.15
  • 528fb52 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.34.6 to 3.35.2

Commits
  • dfa64c5 [maven-release-plugin] prepare release 3.35.2
  • aee6dbf Merge pull request #1934 from gsmet/quarkus-3.35.2
  • 89cae69 Upgrade to Quarkus 3.35.2
  • 2000926 Merge pull request #1928 from quarkusio/update-automation/3.35-langchain4j-1.9.2
  • 34e2de7 [maven-release-plugin] prepare for next development iteration
  • b3ab09c [maven-release-plugin] prepare release 3.35.1
  • 8a8be01 Update LangChain4j to 1.9.2
  • 728e069 Merge pull request #1926 from gsmet/quarkus-3.35.1
  • 3cee02e Upgrade to Quarkus 3.35.1
  • d846e9a Merge pull request #1925 from quarkusio/update-automation/main-amazonservices...
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.48 to 2.2.49

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| org.openapitools:openapi-generator-maven-plugin | `7.21.0` | `7.22.0` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.34.6` | `3.35.2` |
| io.quarkus:quarkus-extension-processor | `3.34.6` | `3.35.2` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.34.6` | `3.35.2` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.34.6` | `3.35.2` |
| io.swagger.core.v3:swagger-annotations | `2.2.48` | `2.2.49` |


Updates `org.openapitools:openapi-generator-maven-plugin` from 7.21.0 to 7.22.0

Updates `io.quarkus.platform:quarkus-bom` from 3.34.6 to 3.35.2
- [Commits](quarkusio/quarkus-platform@3.34.6...3.35.2)

Updates `io.quarkus:quarkus-extension-processor` from 3.34.6 to 3.35.2

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.34.6 to 3.35.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.34.6...3.35.2)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.34.6 to 3.35.2
- [Commits](quarkusio/quarkus-platform@3.34.6...3.35.2)

Updates `io.quarkus:quarkus-extension-processor` from 3.34.6 to 3.35.2

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.34.6 to 3.35.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.34.6...3.35.2)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.34.6 to 3.35.2
- [Commits](quarkusio/quarkus-platform@3.34.6...3.35.2)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.48 to 2.2.49

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.35.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.35.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

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 May 4, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 4, 2026 21:16
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

@github-actions github-actions Bot merged commit dec4499 into main May 4, 2026
8 checks passed
@github-actions github-actions Bot deleted the dependabot/maven/maven-561ccbd349 branch May 4, 2026 21:25
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