Skip to content

Bump the maven group with 6 updates#354

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-0ec44ab6d6
Jul 13, 2026
Merged

Bump the maven group with 6 updates#354
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/maven-0ec44ab6d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 6 updates:

Package From To
org.junit:junit-bom 6.1.1 6.1.2
ch.qos.logback:logback-classic 1.5.37 1.5.38
io.quarkus.platform:quarkus-bom 3.37.1 3.37.2
io.quarkus:quarkus-extension-processor 3.37.1 3.37.2
io.quarkus:quarkus-extension-maven-plugin 3.37.1 3.37.2
io.quarkus.platform:quarkus-maven-plugin 3.37.1 3.37.2

Updates org.junit:junit-bom from 6.1.1 to 6.1.2

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

Commits
  • b685426 Release 6.1.2
  • ae244a6 Remove blanket outputDirectoryCreator from SuiteEngineTests (#5793)
  • 43bd154 Finalize 6.1.2 release notes
  • 0cd9510 Fix order of release note sections
  • a1507cb Add initial 6.1.2 release notes to release notes index
  • 9326641 Fix NoTestsDiscoveredException for suites containing only dynamic tests (#5839)
  • 2ef1123 Create initial 6.1.2 release notes from template
  • 83fa9ab Back to snapshots for further development
  • See full diff in compare view

Updates ch.qos.logback:logback-classic from 1.5.37 to 1.5.38

Release notes

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

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

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

Commits
  • d04984a prepare release 1.5.38
  • 4fffda6 updateversion of maven-gpg-plugin
  • 7ee48a1 Fixed a typo where java,lang.Throwable was written with a comma instead of a ...
  • 84580a2 remove license profile
  • f817c8d start work on 1.5.28-SNAPSHOT
  • See full diff in compare view

Updates io.quarkus.platform:quarkus-bom from 3.37.1 to 3.37.2

Commits
  • b4ba992 [maven-release-plugin] prepare release 3.37.2
  • 8b0127f Merge pull request #2055 from quarkusio/quarkus-3.37.2
  • b022aa6 Upgrade to Quarkus 3.37.2
  • a568caa Merge pull request #2054 from quarkusio/update-automation/3.37-quarkus-flow-0...
  • a150f1c Update Quarkus Flow to 0.12.0
  • c2b2c58 Merge pull request #2049 from quarkusio/update-automation/3.37-mcpserver-1.13.1
  • 14883e8 Update MCPServer to 1.13.1
  • 2bdad56 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.37.1 to 3.37.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.37.1 to 3.37.2

Release notes

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

3.37.2

Complete changelog

  • #49524 - IllegalStateException: GlobalOpenTelemetry.set has already been called
  • #54999 - Produce ServiceStartBuildItem for OTel
  • #55134 - Add regression tests for QuteProcessor
  • #55137 - Null boxed Integer and Boolean fields dropped from JSON by reflection-free serializers (Quarkus 3.37)
  • #55142 - @JsonProperty is ignored or duplicated + 'visibility'-setting is ignored in 'ObjectMapperCustomizer' by reflection-free Jackson serializers
  • #55183 - Fix typo
  • #55214 - Reflection-free serializers break Kotlin boolean "is" properties and @JsonProperty annotations
  • #55216 - Avoid duplicate fields when using @JsonProperty + improve Kotlin support + obey visibility defined in ObjectMapperCustomizer in reflection-free Jackson serializers
  • #55229 - Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
  • #55238 - Bump SmallRye GraphQL to 2.18.3
  • #55254 - [3.37 Regression] quarkus-rest-jackson drops ObjectNode request body fields with reflection-free Jackson enabled
  • #55255 - [Reflection-free Jackson deserialisers] Unknown field throws plain JsonMappingException instead of MismatchedInputException, bypassing custom exception mappers
  • #55256 - Avoid generating reflection-free Jackson serializers for classes in the jackson.databind package
  • #55261 - Reflection-free Jackson deserialisers: @JsonUnwrapped prefix/suffix not honored
  • #55278 - Serialize null boxed primitives in reflection-free Jackson serializers
  • #55279 - Fix exception thrown in case of unknown field in reflection-free Jackson serializer
  • #55280 - Honor @JsonUnwrapped prefix/suffix in reflection-free Jackson serialisers
  • #55302 - jackson-module-kotlin incompatible with reflection-free serializers
  • #55304 - OIDC: include invalid_dpop_proof in AuthenticationFailedException to clarify why exception was thrown
  • #55309 - Opt-out Kotlin classes from generation of reflection-free Jackson serializers
  • #55318 - @JsonFormat with pattern on java.time types (e.g. ZonedDateTime, LocalDateTime) ignored by reflection-free Jackson serializers
  • #55322 - Fix serialization of java.time fields with custom format in generated reflection-free Jackson serializers
  • #55331 - Jackson Reflectionfree Serializer with Raw Types
  • #55334 - Fix reflection-free Jackson serializers when using raw types
Commits
  • c3b6791 [RELEASE] - Bump version to 3.37.2
  • 8b47481 Merge pull request #55332 from gsmet/3.37.2-backports-1
  • 36fb148 Fix reflection-free Jackson serializers when using raw types
  • 4c75bc4 Fix serialiation of java.time fields with custom format in generated reflecti...
  • b33ab4a Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
  • 90ae502 Opt-out Kotlin classes from generation of reflection-free Jackson serializers
  • 5ec06d8 fix(oidc): include invalid_dpop_proof in auth failure exception
  • 01e9256 Honor @​JsonUnwrapped prefix/suffix in reflection-free Jackson serialisers
  • d249632 Fix exception thrown in case of unknown field in reflection-free Jackson seri...
  • 0c2b4ee Serialize null boxed primitives in reflection-free Jackson serializers
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.37.1 to 3.37.2

Commits
  • b4ba992 [maven-release-plugin] prepare release 3.37.2
  • 8b0127f Merge pull request #2055 from quarkusio/quarkus-3.37.2
  • b022aa6 Upgrade to Quarkus 3.37.2
  • a568caa Merge pull request #2054 from quarkusio/update-automation/3.37-quarkus-flow-0...
  • a150f1c Update Quarkus Flow to 0.12.0
  • c2b2c58 Merge pull request #2049 from quarkusio/update-automation/3.37-mcpserver-1.13.1
  • 14883e8 Update MCPServer to 1.13.1
  • 2bdad56 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus:quarkus-extension-processor from 3.37.1 to 3.37.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.37.1 to 3.37.2

Release notes

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

3.37.2

Complete changelog

  • #49524 - IllegalStateException: GlobalOpenTelemetry.set has already been called
  • #54999 - Produce ServiceStartBuildItem for OTel
  • #55134 - Add regression tests for QuteProcessor
  • #55137 - Null boxed Integer and Boolean fields dropped from JSON by reflection-free serializers (Quarkus 3.37)
  • #55142 - @JsonProperty is ignored or duplicated + 'visibility'-setting is ignored in 'ObjectMapperCustomizer' by reflection-free Jackson serializers
  • #55183 - Fix typo
  • #55214 - Reflection-free serializers break Kotlin boolean "is" properties and @JsonProperty annotations
  • #55216 - Avoid duplicate fields when using @JsonProperty + improve Kotlin support + obey visibility defined in ObjectMapperCustomizer in reflection-free Jackson serializers
  • #55229 - Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
  • #55238 - Bump SmallRye GraphQL to 2.18.3
  • #55254 - [3.37 Regression] quarkus-rest-jackson drops ObjectNode request body fields with reflection-free Jackson enabled
  • #55255 - [Reflection-free Jackson deserialisers] Unknown field throws plain JsonMappingException instead of MismatchedInputException, bypassing custom exception mappers
  • #55256 - Avoid generating reflection-free Jackson serializers for classes in the jackson.databind package
  • #55261 - Reflection-free Jackson deserialisers: @JsonUnwrapped prefix/suffix not honored
  • #55278 - Serialize null boxed primitives in reflection-free Jackson serializers
  • #55279 - Fix exception thrown in case of unknown field in reflection-free Jackson serializer
  • #55280 - Honor @JsonUnwrapped prefix/suffix in reflection-free Jackson serialisers
  • #55302 - jackson-module-kotlin incompatible with reflection-free serializers
  • #55304 - OIDC: include invalid_dpop_proof in AuthenticationFailedException to clarify why exception was thrown
  • #55309 - Opt-out Kotlin classes from generation of reflection-free Jackson serializers
  • #55318 - @JsonFormat with pattern on java.time types (e.g. ZonedDateTime, LocalDateTime) ignored by reflection-free Jackson serializers
  • #55322 - Fix serialization of java.time fields with custom format in generated reflection-free Jackson serializers
  • #55331 - Jackson Reflectionfree Serializer with Raw Types
  • #55334 - Fix reflection-free Jackson serializers when using raw types
Commits
  • c3b6791 [RELEASE] - Bump version to 3.37.2
  • 8b47481 Merge pull request #55332 from gsmet/3.37.2-backports-1
  • 36fb148 Fix reflection-free Jackson serializers when using raw types
  • 4c75bc4 Fix serialiation of java.time fields with custom format in generated reflecti...
  • b33ab4a Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
  • 90ae502 Opt-out Kotlin classes from generation of reflection-free Jackson serializers
  • 5ec06d8 fix(oidc): include invalid_dpop_proof in auth failure exception
  • 01e9256 Honor @​JsonUnwrapped prefix/suffix in reflection-free Jackson serialisers
  • d249632 Fix exception thrown in case of unknown field in reflection-free Jackson seri...
  • 0c2b4ee Serialize null boxed primitives in reflection-free Jackson serializers
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.37.1 to 3.37.2

Commits
  • b4ba992 [maven-release-plugin] prepare release 3.37.2
  • 8b0127f Merge pull request #2055 from quarkusio/quarkus-3.37.2
  • b022aa6 Upgrade to Quarkus 3.37.2
  • a568caa Merge pull request #2054 from quarkusio/update-automation/3.37-quarkus-flow-0...
  • a150f1c Update Quarkus Flow to 0.12.0
  • c2b2c58 Merge pull request #2049 from quarkusio/update-automation/3.37-mcpserver-1.13.1
  • 14883e8 Update MCPServer to 1.13.1
  • 2bdad56 [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 |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.1` | `6.1.2` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.37.1` | `3.37.2` |
| io.quarkus:quarkus-extension-processor | `3.37.1` | `3.37.2` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.37.1` | `3.37.2` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.37.1` | `3.37.2` |


Updates `org.junit:junit-bom` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.1...r6.1.2)

Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.37...v_1.5.38)

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

Updates `io.quarkus:quarkus-extension-processor` from 3.37.1 to 3.37.2

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

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

Updates `io.quarkus:quarkus-extension-processor` from 3.37.1 to 3.37.2

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

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

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.37.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.37.2
  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 Jul 13, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 13, 2026 16:44
@sonarqubecloud

Copy link
Copy Markdown

@github-actions
github-actions Bot merged commit 52fe2c6 into main Jul 13, 2026
4 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/maven-0ec44ab6d6 branch July 13, 2026 16:54
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