Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the maven group with 10 updates:

Package From To
org.assertj:assertj-core 3.27.6 3.27.7
com.diffplug.spotless:spotless-maven-plugin 3.1.0 3.2.0
io.swagger.codegen.v3:swagger-codegen-maven-plugin 3.0.75 3.0.76
tools.jackson.core:jackson-databind 3.0.3 3.0.4
ch.qos.logback:logback-classic 1.5.25 1.5.26
org.springframework.boot:spring-boot-dependencies 3.5.9 3.5.10
io.quarkus.platform:quarkus-bom 3.30.6 3.30.8
io.quarkus:quarkus-extension-processor 3.30.6 3.30.8
io.quarkus:quarkus-extension-maven-plugin 3.30.6 3.30.8
io.quarkus.platform:quarkus-maven-plugin 3.30.6 3.30.8

Updates org.assertj:assertj-core from 3.27.6 to 3.27.7

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.7

🔒 Security

Core

🚫 Deprecated

Core

  • Deprecate XmlStringPrettyFormatter with no replacement

🐛 Bug Fixes

Guava

  • Navigation to assertj-core or guava types from assertj-guava Javadoc site has unnecessary header #3478

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.18.3
  • Upgrade to JUnit BOM 5.14.1

Guava

  • Upgrade to Guava 33.5.0-jre
Commits
  • e840716 [maven-release-plugin] prepare release assertj-build-3.27.7
  • 85ca7eb Deprecate XmlStringPrettyFormatter
  • 77081dc Merge commit from fork
  • b68fc24 Bump github/codeql-action from 4.31.9 to 4.31.10 in the github-actions group ...
  • 0cf5bb6 Bump kotlin.version from 2.1.0 to 2.2.21
  • d393ef1 Abort tests when symbolic links cannot be created (#3788)
  • 2212433 Add IntelliJ custom inspection for test class names
  • 5717d02 Update JetBrains icon
  • a8ec20b Add icon for JetBrains products
  • c05fb3d Bump Maven to 3.9.12 and Wrapper to 3.3.4
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Lib v3.2.0

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

Maven Plugin v3.2.0

Added

  • Add the ability to specify a wildcard version (*) for external formatter executables. (#2757)

Changes

  • Dramatic (~100x) performance improvement when using git ratchetFrom. (#2805)

Fixed

  • [fix] NPE due to workingTreeIterator being null for git ignored files. #911 (#2771)
  • Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same node_modules directory. (#2786)

Changes

  • Bump default ktfmt version to latest 0.59 -> 0.61. (2804)
  • Bump default ktlint version to latest 1.7.1 -> 1.8.0. (2763)
  • Bump default gherkin-utils version to latest 9.2.0 -> 10.0.0. (#2619)

Lib v3.1.2

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

Lib v3.1.1

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[3.2.0] - 2025-07-07

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

[3.1.2] - 2025-05-27

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

[3.1.1] - 2025-04-07

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
  • Allow multiple npm-based formatters having the same module dependencies, to share a node_modules dir without race conditions. #2462)
Commits
  • 10c6069 Published lib/3.2.0
  • 5a7f075 Publish to Central Portal (#2539)
  • 2f4ef38 Revert "Use palantir-java-format as default formatter in RemoveUnused. (#2546)
  • 62b12ca spotlessApply
  • cb202b1 Revert "Use palantir-java-format as default formatter in RemoveUnusedImportsS...
  • 86d65b0 feat: Disable expandEmptyElements, to avoid empty body warnings (#2520)
  • 694eb30 Add the changes to the plugin-maven/CHANGES.md
  • 34be7eb Merge branch 'main' into patch-1
  • 38989da Update for biome 2.x (#2538 fixes #2537)
  • dc969c1 Merge branch 'main' into update-for-biome-2.x
  • Additional commits viewable in compare view

Updates io.swagger.codegen.v3:swagger-codegen-maven-plugin from 3.0.75 to 3.0.76

Updates tools.jackson.core:jackson-databind from 3.0.3 to 3.0.4

Commits

Updates ch.qos.logback:logback-classic from 1.5.25 to 1.5.26

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.26

2026-01-25 Release of logback version 1.5.26

• InsertFromJNDIModelHandler was accessing javax.naming package forcing the inclusion of the optional java.naming module. This problem was raised in issues/1003 by Marius Hanl who also provided the relevant PR.

• In applications using shadow/fat/shade jars, module or package information could be lost. Thus, in the absence of version information, logback-classic would warn about version mismatches. Logback components now ship with properties files containing version information that survive shadow/fat/shade jars. This issue was reporteed in issues/1002 by Christoph Gritschenberger.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 33deb54506bbfaf1ff151f26f3a5f86936011619 associated with the tag v_1.5.26. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • 33deb54 prepare release 1.5.26
  • d38a3e2 refactoring based on usage in logback-access
  • 4368333 move VersionUtil.getCoreVersionBySelfDeclaredProperties to CoreVersionUtil
  • 8bd5660 modify VersionCheckTest to use logback-core 1.5.25
  • 7a8f0b6 version information is self declared by modules.
  • 00d272f Do not use javax.naming namespace in the catch block, so that Logback can be ...
  • 420d67c mention country only, add missing 2016-03-29
  • 033aba4 fix javadoc errors
  • 6d52744 start work on 1.5.26-SNAPSHOT
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-dependencies from 3.5.9 to 3.5.10

Release notes

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

v3.5.10

🐞 Bug Fixes

  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #48702
  • Application JAR created by extract command is not reproductible #48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #48661
  • Fix zero-length byte buffer in InspectedContent #48649

📔 Documentation

  • Update documentation for Buildpack's AOT Cache support #48768
  • Document support for configuring arguments passed to Docker Compose #48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #48634
  • Fix grammar and typos in the reference guide #48596

🔨 Dependency Upgrades

  • Upgrade to Classmate 1.7.3 #48775
  • Upgrade to Hibernate 6.6.41.Final #48881
  • Upgrade to HttpClient5 5.5.2 #48777
  • Upgrade to Logback 1.5.25 #48882
  • Upgrade to Micrometer 1.15.8 #48705
  • Upgrade to Micrometer Tracing 1.5.8 #48706
  • Upgrade to Pooled JMS 3.1.9 #48779
  • Upgrade to Postgresql 42.7.9 #48883
  • Upgrade to R2DBC MSSQL 1.0.4.RELEASE #48847
  • Upgrade to Reactor Bom 2024.0.14 #48707
  • Upgrade to REST Assured 5.5.7 #48884
  • Upgrade to Spring AMQP 3.2.9 #48909
  • Upgrade to Spring Data Bom 2025.0.8 #48708
  • Upgrade to Spring Integration 6.5.6 #48921
  • Upgrade to Spring Kafka 3.3.12 #48709
  • Upgrade to Spring Pulsar 1.2.14 #48710
  • Upgrade to Undertow 2.3.22.Final #48848
  • Upgrade to WebJars Locator Lite 1.1.3 #48780

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

Commits
  • 1b4e78f Release v3.5.10
  • 650236d Remove breaking and unnecessary Undertow TLS with RSA test
  • 877d59b Upgrade to Spring Kafka 3.3.12
  • ce650b1 Upgrade to Spring Integration 6.5.6
  • 30b5b73 Upgrade to Develocity Conventions 0.0.25
  • 413ec6c Upgrade to Spring Pulsar 1.2.14
  • 3f86432 Upgrade to Spring AMQP 3.2.9
  • 2fa3aaa Merge pull request #48902 from dependabot[bot]
  • 37e0cbc Polish "Bump jfrog/setup-jfrog-cli from 4.8.1 to 4.9.1"
  • ad51def Bump jfrog/setup-jfrog-cli from 4.8.1 to 4.9.1
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-bom from 3.30.6 to 3.30.8

Commits
  • 06693c0 [maven-release-plugin] prepare release 3.30.8
  • 78e76a5 Merge pull request #1718 from gsmet/quarkus-3.30.8
  • 86f85df Upgrade to Quarkus 3.30.8
  • b38d03c [maven-release-plugin] prepare for next development iteration
  • f53250a [maven-release-plugin] prepare release 3.30.7
  • 6d14494 Merge pull request #1711 from gsmet/quarkus-3.30.7
  • e6ce970 Upgrade to Quarkus 3.30.7
  • 1107563 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.30.6 to 3.30.8

Updates io.quarkus:quarkus-extension-maven-plugin from 3.30.6 to 3.30.8

Release notes

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

3.30.8

Complete changelog

  • #52137 - Address MDC data regression : preserve types instead of squashing to String
  • #52138 - Using Otel results in modifying MDC data types if they were not Strings

3.30.7

Complete changelog

  • #48956 - Remove Quarkus thread dumper. Support native mode thread dumps and jcmd
  • #51251 - Keycloak's default quarkus-app client is missing "webOrigins" : [ "+" ],
  • #51255 - Set Keycloak client web origins in the dev service
  • #51739 - ArC: fix InterceptionProxy generation for void methods
  • #51787 - Generated documentation for configuration properties omits tooltips for lists of enums
  • #51808 - [Regression:3.30.5] Using Otel results in losing MDC data set in RequestFilters
  • #51809 - Generate enum description for lists and optional lists in Quarkus config documentation
  • #51824 - KeycloakTestClient fails when requesting a scope containing a colon
  • #51841 - Periodically check if the connection has been closed while waiting to write the response
  • #51842 - Fix a scope double-encoding issue in KeycloakTestClient
  • #51843 - Include extension-status in the generated documentation yml file
  • #51844 - Carriover data after vert.x mdc reinitialization
  • #51852 - Update Base64 encoded credentials
  • #51864 - Make sure application root paths are normalized and absolute when bootstrapping for tests
  • #51895 - Quarkus dev mode takes 2+ minutes to start on WSL2
  • #51909 - Use explicit timeout when connecting to debug port
  • #51915 - (Graceful) shutdown breaks with quarkus-rest-jackson and 3.30.5
  • #51916 - Properly configure Jackson shutdown listener
  • #51917 - Replace deprecated quarkus.log.file.enable with quarkus.log.file.enabled in QuarkusProdModeTest
  • #51975 - Polish JvmStartupOptimizerArchiveBuildStep
  • #52045 - Bump to Vert.x 4.5.24
Commits
  • b8f3132 [RELEASE] - Bump version to 3.30.8
  • ed959ef Merge pull request #52146 from gsmet/3.30.8-backports-1
  • 779d76e * Address the bug: carryOver map should be a Map<String, Object>
  • 4037c37 * Add test to trigger type squashing to String.
  • 444923a Merge pull request #52076 from gsmet/3.30.7-backports-1
  • d545fc7 Bump to Vert.x 4.5.24
  • 20bd2b3 Carryover data after vert.x mdc reinitialization
  • 8197c71 Polish JvmStartupOptimizerArchiveBuildStep
  • a71d8ec Use GraalVM thread dumper instead of Quarkus dumper when possible. Enable JCMD.
  • f094b41 Use explicit timeout when connecting to debug port
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.30.6 to 3.30.8

Commits
  • 06693c0 [maven-release-plugin] prepare release 3.30.8
  • 78e76a5 Merge pull request #1718 from gsmet/quarkus-3.30.8
  • 86f85df Upgrade to Quarkus 3.30.8
  • b38d03c [maven-release-plugin] prepare for next development iteration
  • f53250a [maven-release-plugin] prepare release 3.30.7
  • 6d14494 Merge pull request #1711 from gsmet/quarkus-3.30.7
  • e6ce970 Upgrade to Quarkus 3.30.7
  • 1107563 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.30.6 to 3.30.8

Updates io.quarkus:quarkus-extension-maven-plugin from 3.30.6 to 3.30.8

Release notes

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

3.30.8

Complete changelog

  • #52137 - Address MDC data regression : preserve types instead of squashing to String
  • #52138 - Using Otel results in modifying MDC data types if they were not Strings

3.30.7

Complete changelog

  • #48956 - Remove Quarkus thread dumper. Support native mode thread dumps and jcmd
  • #51251 - Keycloak's default quarkus-app client is missing "webOrigins" : [ "+" ],
  • #51255 - Set Keycloak client web origins in the dev service
  • #51739 - ArC: fix InterceptionProxy generation for void methods
  • #51787 - Generated documentation for configuration properties omits tooltips for lists of enums
  • #51808 - [Regression:3.30.5] Using Otel results in losing MDC data set in RequestFilters
  • #51809 - Generate enum description for lists and optional lists in Quarkus config documentation
  • #51824 - KeycloakTestClient fails when requesting a scope containing a colon
  • #51841 - Periodically check if the connection has been closed while waiting to write the response
  • #51842 - Fix a scope double-encoding issue in KeycloakTestClient
  • #51843 - Include extension-status in the generated documentation yml file
  • #51844 - Carriover data after vert.x mdc reinitialization
  • #51852 - Update Base64 encoded credentials
  • #51864 - Make sure application root paths are normalized and absolute when bootstrapping for tests
  • #51895 - Quarkus dev mode takes 2+ minutes to start on WSL2
  • #51909 - Use explicit timeout when connecting to debug port
  • #51915 - (Graceful) shutdown breaks with quarkus-rest-jackson and 3.30.5
  • #51916 - Properly configure Jackson shutdown listener
  • #51917 - Replace deprecated quarkus.log.file.enable with quarkus.log.file.enabled in QuarkusProdModeTest
  • #51975 - Polish JvmStartupOptimizerArchiveBuildStep
  • #52045 - Bump to Vert.x 4.5.24
Commits
  • b8f3132 [RELEASE] - Bump version to 3.30.8
  • ed959ef Merge pull request #52146 from gsmet/3.30.8-backports-1
  • 779d76e * Address the bug: carryOver map should be a Map<String, Object>
  • 4037c37 * Add test to trigger type squashing to String.
  • 444923a Merge pull request #52076 from gsmet/3.30.7-backports-1
  • d545fc7 Bump to Vert.x 4.5.24
  • 20bd2b3 Carryover data after vert.x mdc reinitialization
  • 8197c71 Polish JvmStartupOptimizerArchiveBuildStep
  • a71d8ec Use GraalVM thread dumper instead of Quarkus dumper when possible. Enable JCMD.
  • f094b41 Use explicit timeout when connecting to debug port
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.30.6 to 3.30.8

Commits
  • 06693c0 [maven-release-plugin] prepare release 3.30.8
  • 78e76a5 Merge pull request #1718 from gsmet/quarkus-3.30.8
  • 86f85df Upgrade to Quarkus 3.30.8
  • b38d03c [maven-release-plugin] prepare for next development iteration
  • f53250a [maven-release-plugin] prepare release 3.30.7
  • 6d14494 Merge pull request #1711 from gsmet/quarkus-3.30.7
  • e6ce970 Upgrade to Quarkus 3.30.7
  • 1107563 [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 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 <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 10 updates:

| Package | From | To |
| --- | --- | --- |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.6` | `3.27.7` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.1.0` | `3.2.0` |
| io.swagger.codegen.v3:swagger-codegen-maven-plugin | `3.0.75` | `3.0.76` |
| [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.0.3` | `3.0.4` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.25` | `1.5.26` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.9` | `3.5.10` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.30.6` | `3.30.8` |
| io.quarkus:quarkus-extension-processor | `3.30.6` | `3.30.8` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.30.6` | `3.30.8` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.30.6` | `3.30.8` |


Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/3.1.0...lib/3.2.0)

Updates `io.swagger.codegen.v3:swagger-codegen-maven-plugin` from 3.0.75 to 3.0.76

Updates `tools.jackson.core:jackson-databind` from 3.0.3 to 3.0.4
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.25 to 1.5.26
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.25...v_1.5.26)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.9 to 3.5.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10)

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

Updates `io.quarkus:quarkus-extension-processor` from 3.30.6 to 3.30.8

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.30.6 to 3.30.8

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

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

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.swagger.codegen.v3:swagger-codegen-maven-plugin
  dependency-version: 3.0.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.26
  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.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.30.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.30.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.30.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.30.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.30.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.30.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.30.8
  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 Jan 26, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 26, 2026 18:29
@sonarqubecloud
Copy link

@github-actions github-actions bot merged commit a23369d into main Jan 26, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/maven/maven-65e0102a36 branch January 26, 2026 19:30
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