Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patch-updates group with 7 updates:

Package From To
org.junit:junit-bom 6.0.1 6.0.2
io.quarkus:quarkus-bom 3.30.5 3.30.6
io.quarkus:quarkus-maven-plugin 3.30.5 3.30.6
io.quarkus:quarkus-extension-maven-plugin 3.30.5 3.30.6
io.quarkus:quarkus-extension-processor 3.30.5 3.30.6
ch.qos.logback:logback-core 1.5.23 1.5.24
ch.qos.logback:logback-classic 1.5.23 1.5.24

Updates org.junit:junit-bom from 6.0.1 to 6.0.2

Release notes

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

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-bom from 3.30.5 to 3.30.6

Release notes

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

3.30.6

Major changes

  • #51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java

Complete changelog

  • #51637 - Dynamic Logger names linger in memory until OOME
  • #51705 - quarkus-oidc throws NPE if the JWT's header is malformed
  • #51723 - Add a warning about using dynamic names for Loggers
  • #51724 - Add PATCH to HttpMethod in Route.java
  • #51725 - Fix invalid JWT headers NPE during delayed JWK resolution
  • #51728 - Fix NPE when emitting runtime JFR event from shutdown hook
  • #51729 - Add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • #51749 - Return failure for invalid basic authorization
  • #51781 - Fix grammar
  • #51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
Commits
  • df4d144 [RELEASE] - Bump version to 3.30.6
  • 854d1d0 Merge pull request #51816 from gsmet/3.30.6-backports-1
  • 4a70849 Fix typos in kubernetes-config documentation
  • 8370242 Update Njord to 0.9.2
  • 1107f29 Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
  • 56dc215 Add note about REST Client connection pool size
  • c63da30 fix grammar
  • 67eeab4 feat: add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • 9e12e34 Return failure instead when basic authorization header is invalid
  • f70ef7e Fix NPE when emitting runtime JFR event from shutdown hook
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.30.5 to 3.30.6

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

Release notes

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

3.30.6

Major changes

  • #51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java

Complete changelog

  • #51637 - Dynamic Logger names linger in memory until OOME
  • #51705 - quarkus-oidc throws NPE if the JWT's header is malformed
  • #51723 - Add a warning about using dynamic names for Loggers
  • #51724 - Add PATCH to HttpMethod in Route.java
  • #51725 - Fix invalid JWT headers NPE during delayed JWK resolution
  • #51728 - Fix NPE when emitting runtime JFR event from shutdown hook
  • #51729 - Add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • #51749 - Return failure for invalid basic authorization
  • #51781 - Fix grammar
  • #51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
Commits
  • df4d144 [RELEASE] - Bump version to 3.30.6
  • 854d1d0 Merge pull request #51816 from gsmet/3.30.6-backports-1
  • 4a70849 Fix typos in kubernetes-config documentation
  • 8370242 Update Njord to 0.9.2
  • 1107f29 Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
  • 56dc215 Add note about REST Client connection pool size
  • c63da30 fix grammar
  • 67eeab4 feat: add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • 9e12e34 Return failure instead when basic authorization header is invalid
  • f70ef7e Fix NPE when emitting runtime JFR event from shutdown hook
  • Additional commits viewable in compare view

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

Updates ch.qos.logback:logback-core from 1.5.23 to 1.5.24

Release notes

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

Logback 1.5.24

2026-01-06 Release of logback version 1.5.24

• Added ExpressionPropertyCondition a PropertyCondition that can evaluate boolean expressions similar to Java. See the relevant documentation for further details.

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

Commits
  • 62bc5fc prepare release 1.5.24
  • aac604d typo fix of local variable name
  • 8a6df9e ExpressionPropertyCondition constructor should be public
  • 95e588c minor changes in ExpressionPropertyCondition
  • 859f5a1 added ExpressionPropertyCondition capable of parsing logical expressions on p...
  • 348075a start work on 1.5.24-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-classic from 1.5.23 to 1.5.24

Release notes

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

Logback 1.5.24

2026-01-06 Release of logback version 1.5.24

• Added ExpressionPropertyCondition a PropertyCondition that can evaluate boolean expressions similar to Java. See the relevant documentation for further details.

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

Commits
  • 62bc5fc prepare release 1.5.24
  • aac604d typo fix of local variable name
  • 8a6df9e ExpressionPropertyCondition constructor should be public
  • 95e588c minor changes in ExpressionPropertyCondition
  • 859f5a1 added ExpressionPropertyCondition capable of parsing logical expressions on p...
  • 348075a start work on 1.5.24-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-classic from 1.5.23 to 1.5.24

Release notes

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

Logback 1.5.24

2026-01-06 Release of logback version 1.5.24

• Added ExpressionPropertyCondition a PropertyCondition that can evaluate boolean expressions similar to Java. See the relevant documentation for further details.

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

Commits
  • 62bc5fc prepare release 1.5.24
  • aac604d typo fix of local variable name
  • 8a6df9e ExpressionPropertyCondition constructor should be public
  • 95e588c minor changes in ExpressionPropertyCondition
  • 859f5a1 added ExpressionPropertyCondition capable of parsing logical expressions on p...
  • 348075a start work on 1.5.24-SNAPSHOT
  • See full diff in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.30.5 to 3.30.6

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

Release notes

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

3.30.6

Major changes

  • #51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java

Complete changelog

  • #51637 - Dynamic Logger names linger in memory until OOME
  • #51705 - quarkus-oidc throws NPE if the JWT's header is malformed
  • #51723 - Add a warning about using dynamic names for Loggers
  • #51724 - Add PATCH to HttpMethod in Route.java
  • #51725 - Fix invalid JWT headers NPE during delayed JWK resolution
  • #51728 - Fix NPE when emitting runtime JFR event from shutdown hook
  • #51729 - Add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • #51749 - Return failure for invalid basic authorization
  • #51781 - Fix grammar
  • #51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
Commits
  • df4d144 [RELEASE] - Bump version to 3.30.6
  • 854d1d0 Merge pull request #51816 from gsmet/3.30.6-backports-1
  • 4a70849 Fix typos in kubernetes-config documentation
  • 8370242 Update Njord to 0.9.2
  • 1107f29 Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
  • 56dc215 Add note about REST Client connection pool size
  • c63da30 fix grammar
  • 67eeab4 feat: add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • 9e12e34 Return failure instead when basic authorization header is invalid
  • f70ef7e Fix NPE when emitting runtime JFR event from shutdown hook
  • Additional commits viewable in compare view

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

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 patch-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.30.5` | `3.30.6` |
| io.quarkus:quarkus-maven-plugin | `3.30.5` | `3.30.6` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.30.5` | `3.30.6` |
| io.quarkus:quarkus-extension-processor | `3.30.5` | `3.30.6` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.23` | `1.5.24` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.23` | `1.5.24` |


Updates `org.junit:junit-bom` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.30.5 to 3.30.6

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

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

Updates `ch.qos.logback:logback-core` from 1.5.23 to 1.5.24
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.23...v_1.5.24)

Updates `ch.qos.logback:logback-classic` from 1.5.23 to 1.5.24
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.23...v_1.5.24)

Updates `ch.qos.logback:logback-classic` from 1.5.23 to 1.5.24
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.23...v_1.5.24)

Updates `io.quarkus:quarkus-maven-plugin` from 3.30.5 to 3.30.6

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

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

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file; used by Dependabot. label Jan 12, 2026
@dependabot dependabot bot requested a review from triceo as a code owner January 12, 2026 01:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file; used by Dependabot. label Jan 12, 2026
@sonarqubecloud
Copy link

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; used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant