Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the prod-deps group with 8 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.28.1 3.29.0
io.quarkus.platform:quarkus-maven-plugin 3.28.1 3.29.0
org.jetbrains.kotlin:kotlin-stdlib 2.2.20 2.2.21
org.jetbrains.kotlin:kotlin-maven-allopen 2.2.20 2.2.21
org.jetbrains.kotlin:kotlin-maven-plugin 2.2.20 2.2.21
me.fabriciorby:maven-surefire-junit5-tree-reporter 1.4.0 1.5.1
org.jreleaser:jreleaser-maven-plugin 1.20.0 1.21.0
org.jetbrains.dokka:dokka-maven-plugin 2.0.0 2.1.0

Updates io.quarkus.platform:quarkus-bom from 3.28.1 to 3.29.0

Commits
  • 2ce97ca [maven-release-plugin] prepare release 3.29.0
  • 5248c8b Fix QOSDK test artifact move
  • f30a643 Merge pull request #1643 from quarkusio/dependabot/github_actions/actions/dow...
  • d7fc7a8 Merge pull request #1644 from quarkusio/dependabot/github_actions/actions/upl...
  • a53e1df Merge pull request #1647 from quarkusio/revert-1608-add-debezium-quarkus-exte...
  • 360a4f9 Merge pull request #1648 from jamesnetherton/quarkus-cxf-camel-quarkus-3.29.0
  • 088c975 Upgrade Camel Quarkus to 3.29.0
  • e656191 Revert "Add new Debezium Quarkus Extension"
  • 9428060 Upgrade Quarkus CXF to 3.29.0
  • 6c45813 Bump actions/upload-artifact from 4 to 5
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.28.1 to 3.29.0

Commits
  • 2ce97ca [maven-release-plugin] prepare release 3.29.0
  • 5248c8b Fix QOSDK test artifact move
  • f30a643 Merge pull request #1643 from quarkusio/dependabot/github_actions/actions/dow...
  • d7fc7a8 Merge pull request #1644 from quarkusio/dependabot/github_actions/actions/upl...
  • a53e1df Merge pull request #1647 from quarkusio/revert-1608-add-debezium-quarkus-exte...
  • 360a4f9 Merge pull request #1648 from jamesnetherton/quarkus-cxf-camel-quarkus-3.29.0
  • 088c975 Upgrade Camel Quarkus to 3.29.0
  • e656191 Revert "Add new Debezium Quarkus Extension"
  • 9428060 Upgrade Quarkus CXF to 3.29.0
  • 6c45813 Bump actions/upload-artifact from 4 to 5
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-stdlib from 2.2.20 to 2.2.21

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 2.2.21

Changelog

Backend. Wasm

  • KT-81372 K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3
  • KT-80018 K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)

Compiler

  • KT-81191 K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code
  • KT-80936 NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : @PublishedApi doesn't work for fun interfaces

JavaScript

  • KT-79926 Wrong export of interfaces with companions with ES Modules
  • KT-81424 Kotlin/JS: Cannot Get / in a simple running application
  • KT-80873 KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal

Native

  • KT-79384 K/N: Application Not Responding: Thread Deadlock

Tools. Gradle

  • KT-79047 Gradle compileKotlin fails with configuration cache
  • KT-81148 Publishing helpers in KGP are incompatible with Isolated Projects
  • KT-80950 KGP breaks configuration cache when signing plugin with GnuPG is applied

Tools. Gradle. Multiplatform

  • KT-61127 Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import
  • KT-81249 Kotlin 2.2.20 broke KMP implementation of Parcelize

Tools. Gradle. Native

  • KT-81510 commonizeCInterop exception with 'kotlinNativeBundleConfiguration' not found
  • KT-81134 Native: Gradle configuration failure likely related to Klibs cross-compilation
  • KT-77732 commonizeCInterop failed with "Unresolved classifier: platform/posix/size_t"
  • KT-80675 Commonized cinterops between "test" compilations produce an import failure

Tools. Maven

  • KT-81218 Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon

Tools. Wasm

  • KT-80582 Multiple reloads when using webpack dev server after 2.2.20-Beta2

Kotlin 2.2.21-RC2

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

2.2.21

Backend. Wasm

  • KT-81372 K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3
  • KT-80018 K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)

Compiler

  • KT-81191 K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code
  • KT-80936 NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : @PublishedApi doesn't work for fun interfaces

JavaScript

  • KT-79926 Wrong export of interfaces with companions with ES Modules
  • KT-81424 Kotlin/JS: Cannot Get / in a simple running application
  • KT-80873 KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal

Native

  • KT-79384 K/N: Application Not Responding: Thread Deadlock

Tools. Gradle

  • KT-79047 Gradle compileKotlin fails with configuration cache
  • KT-81148 Publishing helpers in KGP are incompatible with Isolated Projects
  • KT-80950 KGP breaks configuration cache when signing plugin with GnuPG is applied

Tools. Gradle. Multiplatform

  • KT-61127 Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import
  • KT-81249 Kotlin 2.2.20 broke KMP implementation of Parcelize

Tools. Gradle. Native

  • KT-81510 commonizeCInterop exception with 'kotlinNativeBundleConfiguration' not found
  • KT-81134 Native: Gradle configuration failure likely related to Klibs cross-compilation
  • KT-77732 commonizeCInterop failed with "Unresolved classifier: platform/posix/size_t"
  • KT-80675 Commonized cinterops between "test" compilations produce an import failure

Tools. Maven

  • KT-81218 Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon

Tools. Wasm

  • KT-80582 Multiple reloads when using webpack dev server after 2.2.20-Beta2
Commits
  • 2146684 Add ChangeLog for 2.2.21-RC2
  • d8cf44a [KGP][IT] Require Xcode 26 for shouldDownloadLightNativeBundleWithMaven
  • bd2b426 [Gradle] Only register commonizeCInterop if there are native targets
  • f66516e [Gradle] Added tests for accessing target's publishable property
  • 7aad8e5 [Gradle] Workaround for not completable Future with cross compilation
  • d061774 [Wasm, JS] Add statics field to DevServer data constructor for data class
  • 0609896 Add ChangeLog for 2.2.21-RC
  • 4f2bc0c [Gradle] Dont add parcelize plugin to JVM compilations
  • 948802f [K/N][tests] Fixed lldb tests to work with Xcode 26
  • a32c8f3 [stdlib] Add os.arch as an input property to prevent build cache reuse acro...
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.2.20 to 2.2.21

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.20 to 2.2.21

Updates me.fabriciorby:maven-surefire-junit5-tree-reporter from 1.4.0 to 1.5.1

Release notes

Sourced from me.fabriciorby:maven-surefire-junit5-tree-reporter's releases.

v1.5.1

What's Changed

  • Still not compatible with maven-surefire 3.5.4

Full Changelog: fabriciorby/maven-surefire-junit5-tree-reporter@v1.5.0...v1.5.1

v1.5.0

What's Changed

Full Changelog: fabriciorby/maven-surefire-junit5-tree-reporter@v1.4.0...v1.5.0

Commits
  • 87a29ad bump version to 1.5.1
  • ac3676c check if nested test starts with the parent's name before cleaning it (#71)
  • 29593ec Fix Node traversal and cleanup during printing phase (#70)
  • cdae8bb Enable maven-gpg-plugin
  • 4565faf Update deploy action
  • d72b36a Donwgrade JUnit to 5.14.0
  • b2fb769 Maven Build on CI (#66)
  • 7f9f9d5 Add Emoji Theme and remove deprecated JUnit5StatelessTestsetInfoTreeReporterU...
  • 964e2d7 cleanup and version bump (#65)
  • ab9b17a Print the tests while traversing an actual tree (#63)
  • See full diff in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.2.20 to 2.2.21

Updates io.quarkus.platform:quarkus-maven-plugin from 3.28.1 to 3.29.0

Commits
  • 2ce97ca [maven-release-plugin] prepare release 3.29.0
  • 5248c8b Fix QOSDK test artifact move
  • f30a643 Merge pull request #1643 from quarkusio/dependabot/github_actions/actions/dow...
  • d7fc7a8 Merge pull request #1644 from quarkusio/dependabot/github_actions/actions/upl...
  • a53e1df Merge pull request #1647 from quarkusio/revert-1608-add-debezium-quarkus-exte...
  • 360a4f9 Merge pull request #1648 from jamesnetherton/quarkus-cxf-camel-quarkus-3.29.0
  • 088c975 Upgrade Camel Quarkus to 3.29.0
  • e656191 Revert "Add new Debezium Quarkus Extension"
  • 9428060 Upgrade Quarkus CXF to 3.29.0
  • 6c45813 Bump actions/upload-artifact from 4 to 5
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.20 to 2.2.21

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

Release notes

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

Release v1.21.0

Binaries

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

Changelog

🚀 Features

announce

  • 6ffa245 Add Reddit announcer support, closes #1457

release

  • 0fb5c64 Configuration validation, closes #1978
  • 7c9a56d Add support for github immutable releases, closes #1978

sign

  • a2d5dc2 Send GPG passphrase on loopback only when set in config, closes #1800

🐛 Fixes

deploy

  • a7b2d0e Skip PGP key checks if signing.mode = COMMAND, closes #2004
  • d657c17 Skip GPG key verification when signing.verify is false, closes #1981

unscoped

  • 90fc384 check snapshot version for '-SNAPSHOT' tag, closes #1971

🔄️ Changes

announce

  • 3d79ff8 Tidy up reddit code, closes #1457

unscoped

  • 9f3becf Update SerialVersionUID in GithubReleaser, closes #1978

🛠 Build

  • a08b6b6 Reduce size of native image executable
  • c222e79 Downgrade jdks to Java 17, closes #2001
  • c9de37c Update jdks to Java 25
  • 6979e56 Update macos version in GH actions
  • 6279082 Upgrade to GraalVM 25
  • 5acf0a6 Update GH actions
  • 4579443 Fix links in readme
  • cb46f20 Use common files from JReleaser org

📝 Documentation

  • 0c3a74b Add emlun as a contributor for code
  • b8c5f4c Add LogFlames as a contributor for code
  • 666998a Add adutra as a contributor for code
  • 4d4ec34 Add shaikhu as a contributor for code

... (truncated)

Commits
  • 6292b25 Releasing version 1.21.0
  • 210dcf2 deps: Update junit5 to 6.0.0
  • c287c3e deps: Update zstd-jni to 1.5.7-6
  • e49c50c deps: Update syft to 1.36.0
  • 5fba57f deps: Update spotbugs to 4.9.8
  • 5189290 deps: Update snakeyaml to 2.5
  • a7b2d0e fix(deploy): Skip PGP key checks if signing.mode = COMMAND
  • 61b5cc5 deps: Update jbang to 0.132.1
  • 1d4e439 deps: Update cosign to 3.0.2
  • 31d0a7e deps: Update commons-lang3 to 3.19.0
  • Additional commits viewable in compare view

Updates org.jetbrains.dokka:dokka-maven-plugin from 2.0.0 to 2.1.0

Release notes

Sourced from org.jetbrains.dokka:dokka-maven-plugin's releases.

2.1.0

Dokka 2.1.0 focuses on stabilizing experimental features, supporting new Kotlin language features, and improving the user experience. Key highlights include:

  • Dokka Gradle Plugin v2 is enabled by default!
  • K2 Analysis is enabled by default!
  • Support for Context parameters and Nested typealiases
  • HTML format refinement: better accessibility and consistency across all components
  • Multiple performance and compatibility improvements

More details about each of the changes below. See Dokka 2.1.0 milestone for the list of all changes.

Dokka's Gradle plugin v2 is enabled by default!

Please check the migration guide for the update procedure

Dokka 2.0.0 introduced a significantly improved Gradle plugin v2, and with Dokka 2.1.0 it is now enabled by default! As a result, all types and Gradle tasks related to Dokka Gradle plugin v1 are deprecated and will be removed in future releases. Running Gradle tasks related to Dokka Gradle plugin v1 will result in an error during execution.

Starting from this release, the minimum supported Gradle version is 7.6.3.

Other fixes and improvements

Dokka's K2 analysis is enabled by default!

Dokka 2.1.0fixes the most problematic issues with K2 analysis and makes it enabled by default! In addition to this, Dokka 2.1.0with K2 analysis introduces support for context parameters and nested typealiases!

Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for analysing code and uses the same shared Analysis API, which is used in IntelliJ IDEA’s K2 mode. The output with K2 analysis should mostly match that of K1 analysis, but there may be minor differences.

If you previously opted in to Dokka's K2 analysis, remove org.jetbrains.dokka.experimental.tryK2 from your project's gradle.properties file. Dokka's K1 analysis is still available, but it is deprecated and will be removed in future releases. We would greatly appreciate your feedback, if there is something that is blocking you from migrating to K2 analysis!

Other fixes and improvements

... (truncated)

Commits
  • 905286d Update Dokka version references to 2.1.0 (#4297)
  • a3376d1 Update the version for the 2.1.0 release
  • cbba0c9 fix: spacing in html output (#4292)
  • 16eac59 Support for nested typealiases (#4261)
  • 454c687 Handle InvocationTargetException exception explicitly in DokkaBootstrap (...
  • 7626540 Follow symbolic links when building KaModule for AA standalone session (#4264)
  • e4c7474 Build the Dokka Maven Plugin with the lastest compiler version (#4228)
  • 7a63b38 Update the version for the 2.1.0-Beta release
  • bbde1ac Update AA to 2.3.0-dev-4019 (#4219)
  • fa41f6d Set the 2.1.0-SNAPSHOT version for consistency (#4225)
  • Additional commits viewable 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 prod-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.28.1` | `3.29.0` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.28.1` | `3.29.0` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.2.20` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.2.20` | `2.2.21` |
| [me.fabriciorby:maven-surefire-junit5-tree-reporter](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter) | `1.4.0` | `1.5.1` |
| [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) | `1.20.0` | `1.21.0` |
| [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) | `2.0.0` | `2.1.0` |


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

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

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.20...v2.2.21)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.20 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.20 to 2.2.21

Updates `me.fabriciorby:maven-surefire-junit5-tree-reporter` from 1.4.0 to 1.5.1
- [Release notes](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/releases)
- [Commits](fabriciorby/maven-surefire-junit5-tree-reporter@v1.4.0...v1.5.1)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.20 to 2.2.21

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

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.20 to 2.2.21

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

Updates `org.jetbrains.dokka:dokka-maven-plugin` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.29.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.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.2.21
  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.21
  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.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: me.fabriciorby:maven-surefire-junit5-tree-reporter
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.29.0
  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.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jreleaser:jreleaser-maven-plugin
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.dokka:dokka-maven-plugin
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 15:06
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 1, 2025

@martinvisser martinvisser merged commit 08f0020 into main Nov 3, 2025
3 checks passed
@martinvisser martinvisser deleted the dependabot/maven/prod-deps-969ee16813 branch November 3, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants