Skip to content

Bump the maven group with 6 updates#334

Merged
github-actions[bot] merged 2 commits intomainfrom
dependabot/maven/maven-6f121330f3
Apr 28, 2026
Merged

Bump the maven group with 6 updates#334
github-actions[bot] merged 2 commits intomainfrom
dependabot/maven/maven-6f121330f3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the maven group with 6 updates:

Package From To
io.swagger.codegen.v3:swagger-codegen-maven-plugin 3.0.78 3.0.79
org.springframework.boot:spring-boot-dependencies 3.5.13 3.5.14
io.quarkus.platform:quarkus-bom 3.34.5 3.34.6
io.quarkus:quarkus-extension-processor 3.34.5 3.34.6
io.quarkus:quarkus-extension-maven-plugin 3.34.5 3.34.6
io.quarkus.platform:quarkus-maven-plugin 3.34.5 3.34.6

Updates io.swagger.codegen.v3:swagger-codegen-maven-plugin from 3.0.78 to 3.0.79

Updates org.springframework.boot:spring-boot-dependencies from 3.5.13 to 3.5.14

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v3.5.14

🐞 Bug Fixes

  • ApplicationPidFileWriter does not handle symlinks correctly #50173
  • RandomValuePropertySource is not suitable for secrets #50172
  • Cassandra auto-configuration misconfigures CqlSessionBuilder #50171
  • ApplicationTemp does not handle symlinks correctly #50170
  • Remote DevTools performs comparison incorrectly #50169
  • spring.rabbitmq.ssl.verify-hostname is applied inconsistently #50168
  • EnversRevisionRepositoriesRegistrar should reuse @EnableEnversRepositories rather than configuring the JPA counterpart #50035
  • Annotations like @Ssl don't work on @Bean methods when using @ServiceConnection #50033
  • Whole number values are ignored when configuring min and max expected values and SLO boundaries for a distribution summary meter #50021
  • WebFlux Cloud Foundry links endpoint includes query string from received request in resolved links #50008
  • 500 response from env endpoint when supplied pattern is invalid #49942
  • HTTP method is lost when configuring excludes in EndpointRequest #49885
  • Docker Compose support doesn't work with apache/artemis image #49865
  • Honor HttpMethod for reactive additional endpoint paths #49864
  • Docker Compose support doesn't work with apache/activemq image #49863
  • Imports on a containing test class are ignored when a nested class has imports #49860

📔 Documentation

  • Link to the observability section of the Lettuce documentation is broken #50092
  • Javadoc for StaticResourceLocation.FAVICON doesn't describe icons location #50083
  • MySamlRelyingPartyConfiguration is missing a Kotlin sample #50023
  • Incorrect default value for management.httpexchanges.recording.include in configuration metadata #50010
  • Link to the Kubernetes documentation when discussing startup probes #50007
  • Update docs to encourage Java fundamentals for beginners that prefer to learn that way #49895
  • Clarify that configuration property default values are not available through the Environment #49835

🔨 Dependency Upgrades

... (truncated)

Commits
  • 7d7b3ac Release v3.5.14
  • 9dc5aa2 Polish
  • f533a45 Do not follow symlinks when writing PID file
  • f3b8eb0 Use SecureRandom in RandomValuePropertySource
  • e22083a Enable hostname verification for SSL connections to Cassandra
  • 5ceb1a2 Improve ApplicationTemp's temporary directory creation
  • 4b0862c Use constant-time comparison for remote DevTools secret
  • e4febe2 Apply verify-hostname consistently
  • 2c2ffe5 Fix Windows test failure
  • 0046a44 Protect against corrupt buildpack archives
  • Additional commits viewable in compare view

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

Commits
  • 01edd14 [maven-release-plugin] prepare release 3.34.6
  • 69e894e Merge pull request #1913 from gsmet/quarkus-3.34.6
  • a4ef3d4 Upgrade to Quarkus 3.34.6
  • bf883d1 Merge pull request #1901 from quarkusio/update-automation/3.34-operatorsdk-7.7.4
  • 8421bde Update OperatorSDK to 7.7.4
  • b5b0b14 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

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

Release notes

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

3.34.6

Complete changelog

  • #53531 - Use <annotationProcessorPathsUseDepMgmt> in new extension projects
  • #53624 - Fix various issues in reflection-free serialization
  • #53628 - Consider runtime ObjectMapper-level strategy when (de)serializing pojo through the generated Jackson reflection-free serializer
  • #53655 - Simplify and make more robust the mechanism to discover unsupported Jackson annotations during the generation of reflection-free serializers
  • #53683 - Fix NPE when POSTing to a no-input funq function in funqy-knative-events
  • #53691 - Fix spelling typos in documentation
  • #53698 - Docs: Wrong description on ServiceMonitor properties
  • #53701 - Fix config docs for generate-service-monitor k8s config
  • #53706 - Drop temporary Gradle configuration once it has been processed
  • #53708 - Infinite loop during dev mode shutdown
  • #53711 - Fix infinite loop in AeshConsole.deadlockSafeWrite() during dev mode shutdown
Commits
  • 45218e8 [RELEASE] - Bump version to 3.34.6
  • f85a3eb Merge pull request #53729 from gsmet/3.34.6-backports-1
  • ef3854b Bump the hibernate group with 9 updates
  • 034984e Log warning when POST body is sent to a no-input funq function
  • daf1c40 Fix NPE when POST to a no-input Function in funqy
  • c994f72 Fix infinite loop in AeshConsole.deadlockSafeWrite() during dev mode shutdown
  • 9f065c7 Drop temporary Gradle configuration once it has been processed
  • 25692ac Fix config docs for generate-service-monitor k8s config
  • af42031 Bump bouncycastle to 1.84
  • 57e3f6a Fix spelling typos in documentation
  • Additional commits viewable in compare view

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

Commits
  • 01edd14 [maven-release-plugin] prepare release 3.34.6
  • 69e894e Merge pull request #1913 from gsmet/quarkus-3.34.6
  • a4ef3d4 Upgrade to Quarkus 3.34.6
  • bf883d1 Merge pull request #1901 from quarkusio/update-automation/3.34-operatorsdk-7.7.4
  • 8421bde Update OperatorSDK to 7.7.4
  • b5b0b14 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

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

Release notes

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

3.34.6

Complete changelog

  • #53531 - Use <annotationProcessorPathsUseDepMgmt> in new extension projects
  • #53624 - Fix various issues in reflection-free serialization
  • #53628 - Consider runtime ObjectMapper-level strategy when (de)serializing pojo through the generated Jackson reflection-free serializer
  • #53655 - Simplify and make more robust the mechanism to discover unsupported Jackson annotations during the generation of reflection-free serializers
  • #53683 - Fix NPE when POSTing to a no-input funq function in funqy-knative-events
  • #53691 - Fix spelling typos in documentation
  • #53698 - Docs: Wrong description on ServiceMonitor properties
  • #53701 - Fix config docs for generate-service-monitor k8s config
  • #53706 - Drop temporary Gradle configuration once it has been processed
  • #53708 - Infinite loop during dev mode shutdown
  • #53711 - Fix infinite loop in AeshConsole.deadlockSafeWrite() during dev mode shutdown
Commits
  • 45218e8 [RELEASE] - Bump version to 3.34.6
  • f85a3eb Merge pull request #53729 from gsmet/3.34.6-backports-1
  • ef3854b Bump the hibernate group with 9 updates
  • 034984e Log warning when POST body is sent to a no-input funq function
  • daf1c40 Fix NPE when POST to a no-input Function in funqy
  • c994f72 Fix infinite loop in AeshConsole.deadlockSafeWrite() during dev mode shutdown
  • 9f065c7 Drop temporary Gradle configuration once it has been processed
  • 25692ac Fix config docs for generate-service-monitor k8s config
  • af42031 Bump bouncycastle to 1.84
  • 57e3f6a Fix spelling typos in documentation
  • Additional commits viewable in compare view

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

Commits
  • 01edd14 [maven-release-plugin] prepare release 3.34.6
  • 69e894e Merge pull request #1913 from gsmet/quarkus-3.34.6
  • a4ef3d4 Upgrade to Quarkus 3.34.6
  • bf883d1 Merge pull request #1901 from quarkusio/update-automation/3.34-operatorsdk-7.7.4
  • 8421bde Update OperatorSDK to 7.7.4
  • b5b0b14 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 |
| --- | --- | --- |
| io.swagger.codegen.v3:swagger-codegen-maven-plugin | `3.0.78` | `3.0.79` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.13` | `3.5.14` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.34.5` | `3.34.6` |
| io.quarkus:quarkus-extension-processor | `3.34.5` | `3.34.6` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.34.5` | `3.34.6` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.34.5` | `3.34.6` |


Updates `io.swagger.codegen.v3:swagger-codegen-maven-plugin` from 3.0.78 to 3.0.79

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.13 to 3.5.14
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.13...v3.5.14)

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: io.swagger.codegen.v3:swagger-codegen-maven-plugin
  dependency-version: 3.0.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.34.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.34.6
  dependency-type: direct:development
  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 Apr 27, 2026
@github-actions github-actions Bot enabled auto-merge (squash) April 27, 2026 20:44
@sonarqubecloud
Copy link
Copy Markdown

@github-actions github-actions Bot merged commit becbc00 into main Apr 28, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/maven/maven-6f121330f3 branch April 28, 2026 09:52
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