Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the prod-deps group with 6 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.25.0 3.26.1
io.quarkus.platform:quarkus-maven-plugin 3.25.0 3.26.1
org.assertj:assertj-core 3.27.3 3.27.4
org.jetbrains.kotlin:kotlin-maven-allopen 2.2.0 2.2.10
org.jetbrains.kotlin:kotlin-maven-plugin 2.2.0 2.2.10
org.jreleaser:jreleaser-maven-plugin 1.19.0 1.20.0

Updates io.quarkus.platform:quarkus-bom from 3.25.0 to 3.26.1

Commits
  • b7798cb [maven-release-plugin] prepare release 3.26.1
  • 9b93ff2 Merge pull request #1581 from gsmet/quarkus-3.26.1
  • 1da069d Upgrade to Quarkus 3.26.1
  • a941c87 [maven-release-plugin] prepare for next development iteration
  • f08a99a [maven-release-plugin] prepare release 3.26.0
  • 7e2e202 Revert "Bump org.jboss:jboss-parent from 49 to 50"
  • 7c11eed Go back to jboss-parent 49
  • b95ba23 [maven-release-plugin] prepare for next development iteration
  • d2755a4 [maven-release-plugin] prepare release 3.26.0
  • a8f1caf Revert "[maven-release-plugin] prepare release 3.26.0"
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.25.0 to 3.26.1

Commits
  • b7798cb [maven-release-plugin] prepare release 3.26.1
  • 9b93ff2 Merge pull request #1581 from gsmet/quarkus-3.26.1
  • 1da069d Upgrade to Quarkus 3.26.1
  • a941c87 [maven-release-plugin] prepare for next development iteration
  • f08a99a [maven-release-plugin] prepare release 3.26.0
  • 7e2e202 Revert "Bump org.jboss:jboss-parent from 49 to 50"
  • 7c11eed Go back to jboss-parent 49
  • b95ba23 [maven-release-plugin] prepare for next development iteration
  • d2755a4 [maven-release-plugin] prepare release 3.26.0
  • a8f1caf Revert "[maven-release-plugin] prepare release 3.26.0"
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.27.3 to 3.27.4

Release notes

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

v3.27.4

🚫 Deprecated

Core

  • Deprecate org.assertj.core.annotations.Beta in favor of org.assertj.core.annotation.Beta
  • Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of org.assertj.core.annotation.CanIgnoreReturnValue
  • Deprecate org.assertj.core.util.CheckReturnValue in favor of org.assertj.core.annotation.CheckReturnValue

🐛 Bug Fixes

Core

  • Fix thread-safety in AbstractDateAssert #3874

⚡ Improvements

  • Migrate to the Central Publisher Portal, enable snapshot publishing #3881

Core

  • Annotate fail methods with custom @Contract #3882

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​kelunik

Commits
  • 7a64cde [maven-release-plugin] prepare release assertj-build-3.27.4
  • feb5f6f Annotate fail methods with custom @Contract (#3882)
  • 43e8b65 Deprecate org.assertj.core.util.CheckReturnValue in favor of `org.assertj.c...
  • 1bf8cd6 Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of `org.asser...
  • 72d08b2 Deprecate org.assertj.core.annotations.Beta in favor of `org.assertj.core.a...
  • 475c2eb Polish
  • fdc9bc5 Skip tests during snapshot publishing
  • 8f4a1b5 Migrate to the Central Publisher Portal, enable snapshot publishing (#3881)
  • 7461b68 Fix thread-safety in AbstractDateAssert (#3874)
  • 015f095 Remove EOL Java 23
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.2.0 to 2.2.10

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.0 to 2.2.10

Updates org.jreleaser:jreleaser-maven-plugin from 1.19.0 to 1.20.0

Release notes

Sourced from org.jreleaser:jreleaser-maven-plugin's releases.

Release v1.20.0

Binaries

https://github.com/jreleaser/jreleaser/wiki/Release-v1.20.0

Changelog

🚀 Features

assemble

  • 68c924e Add missing config flags to jpackage, closes #1912

core

  • 29bfe21 Log path to settings file, closes #1945
  • ac02ec7 Add a --deploy flag to config, closes #1946
  • b74c3f1 Location of settings file may be defined explicitly, closes #1945

extensions

  • 3046d3a Refine JBang extension support
  • a3d96cb Support JBang as extension loader and launcher, closes #1952

hooks

  • b3b95da Add explicit support for running hooks via JBang, closes #1955
  • bfccf24 Inject fully resolved model as template in hooks, closes #1937
  • d8fb5ee Add named groups to command and script hooks, closes #1947

packagers

  • b4be8f7 Allow packagers to skip publish step, closes #1936
  • 292ccc5 Add org.opencontainers.image.source label to Docker/Jib, closes #1933
  • 9da8d74 Stage distribution publication in a fixed directory, closes #1943
  • 6602c25 Let docker.cmd be configurable, closes #1941
  • d83def4 Let docker.entrypoint be configurable, closes #1934
  • bf7f829 Let docker registries be enabled/disabled for publishing, closes #1935

release

  • 61daa17 Associate milestone in gitlab release, closes #1932

tools

  • 028f229 Add a custom User-Agent when dowloading tools

🐛 Fixes

build

  • 2da4f55 Update GH token permissions on smoke-tests workflow
  • d2df5b8 Set CMD --help as default in docker templates, closes #1942

core

  • 2d51c2d Display configured path when it fails to be resolved, closes #1964

deploy

  • 0ff6c4d Assign auth interceptor, closes #1921
  • aed5a82 Nexus3 should collect deployable signatures, closes #1953

... (truncated)

Commits
  • 16e3b06 Releasing version 1.20.0
  • 0ff6c4d fix(deploy): Assign auth interceptor
  • c128f96 deps: Update jackson to 2.20.0
  • cdfd61a build: Update release announcements
  • 73f1396 deps: Update zstd-jni to 1.5.7-4
  • 29ea880 deps: Update jackson to 2.19.2
  • e048c80 deps: Update syft to 1.32.0
  • 123ca5c deps: Update spotbugs to 4.9.4
  • 7d3f965 deps: Update mockito to 5.19.0
  • e1c9698 deps: Update junit5 to 5.13.4
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.25.0 to 3.26.1

Commits
  • b7798cb [maven-release-plugin] prepare release 3.26.1
  • 9b93ff2 Merge pull request #1581 from gsmet/quarkus-3.26.1
  • 1da069d Upgrade to Quarkus 3.26.1
  • a941c87 [maven-release-plugin] prepare for next development iteration
  • f08a99a [maven-release-plugin] prepare release 3.26.0
  • 7e2e202 Revert "Bump org.jboss:jboss-parent from 49 to 50"
  • 7c11eed Go back to jboss-parent 49
  • b95ba23 [maven-release-plugin] prepare for next development iteration
  • d2755a4 [maven-release-plugin] prepare release 3.26.0
  • a8f1caf Revert "[maven-release-plugin] prepare release 3.26.0"
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.0 to 2.2.10

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 prod-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.25.0` | `3.26.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.25.0` | `3.26.1` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.3` | `3.27.4` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.2.0` | `2.2.10` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.2.0` | `2.2.10` |
| [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) | `1.19.0` | `1.20.0` |


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

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

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

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.0 to 2.2.10

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.0 to 2.2.10

Updates `org.jreleaser:jreleaser-maven-plugin` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/jreleaser/jreleaser/releases)
- [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml)
- [Commits](jreleaser/jreleaser@v1.19.0...v1.20.0)

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

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.0 to 2.2.10

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jreleaser:jreleaser-maven-plugin
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency-update Dependency updates label Sep 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2025 11:50
@dependabot dependabot bot added the dependency-update Dependency updates label Sep 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 1, 2025

@martinvisser martinvisser merged commit dfedadd into main Sep 1, 2025
3 checks passed
@martinvisser martinvisser deleted the dependabot/maven/prod-deps-1664c140b0 branch September 1, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-update Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants