Skip to content

Bump the prod-deps group with 7 updates#281

Merged
skunkworks-rabot merged 1 commit intomainfrom
dependabot/maven/prod-deps-acc2639533
May 1, 2026
Merged

Bump the prod-deps group with 7 updates#281
skunkworks-rabot merged 1 commit intomainfrom
dependabot/maven/prod-deps-acc2639533

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the prod-deps group with 7 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.34.1 3.35.1
io.quarkus.platform:quarkus-maven-plugin 3.34.1 3.35.1
org.jetbrains.kotlin:kotlin-stdlib 2.3.20 2.3.21
org.jetbrains.kotlin:kotlin-maven-allopen 2.3.20 2.3.21
org.jetbrains.kotlin:kotlin-maven-plugin 2.3.20 2.3.21
io.github.git-commit-id:git-commit-id-maven-plugin 9.1.0 10.0.0
com.github.gantsign.maven:ktlint-maven-plugin 3.5.0 3.7.1

Updates io.quarkus.platform:quarkus-bom from 3.34.1 to 3.35.1

Commits
  • b3ab09c [maven-release-plugin] prepare release 3.35.1
  • 728e069 Merge pull request #1926 from gsmet/quarkus-3.35.1
  • 3cee02e Upgrade to Quarkus 3.35.1
  • d846e9a Merge pull request #1925 from quarkusio/update-automation/main-amazonservices...
  • 9ac624e Update AmazonServices to 3.18.0
  • f180591 Merge pull request #1923 from jamesnetherton/quarkus-cxf-3.35.1-camel-quarkus...
  • 0f187c4 Upgrade Camel Quarkus to 3.35.0
  • 5b202f6 Upgrade Quarkus CXF to 3.35.1
  • a0ef7a4 Simplify Camel XSLT excluding HazelcastAtomicTest
  • 4b81181 Make QCXF DevModeTest pass on the platform
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.34.1 to 3.35.1

Commits
  • b3ab09c [maven-release-plugin] prepare release 3.35.1
  • 728e069 Merge pull request #1926 from gsmet/quarkus-3.35.1
  • 3cee02e Upgrade to Quarkus 3.35.1
  • d846e9a Merge pull request #1925 from quarkusio/update-automation/main-amazonservices...
  • 9ac624e Update AmazonServices to 3.18.0
  • f180591 Merge pull request #1923 from jamesnetherton/quarkus-cxf-3.35.1-camel-quarkus...
  • 0f187c4 Upgrade Camel Quarkus to 3.35.0
  • 5b202f6 Upgrade Quarkus CXF to 3.35.1
  • a0ef7a4 Simplify Camel XSLT excluding HazelcastAtomicTest
  • 4b81181 Make QCXF DevModeTest pass on the platform
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-stdlib from 2.3.20 to 2.3.21

Release notes

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

Kotlin 2.3.21

Changelog

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

... (truncated)

Changelog

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

2.3.21

Backend. Wasm

  • KT-84610 [Wasm] Failed to compile klibs in IC mode

Compiler

  • KT-84566 Prevent launching Default dispatcher threads from IJ SDK in kotlin compiler
  • KT-85358 Native: roll back the workaround for KT-84678 once MapLibre has been properly fixed
  • KT-85626 @JvmRecord in commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"
  • KT-85405 Postpone/Revert DontIgnoreUpperBoundViolatedOnImplicitArguments
  • KT-84678 K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS target
  • KT-85021 False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module project

JavaScript

  • KT-82395 Support top-level declarations from compiler plugins in JS incremental compilation
  • KT-84475 K/JS: false-positive exportability warnings in multi-module project
  • KT-84633 Kotlin/JS: "Serializer for class not found" error when IR output granularity is whole-program
  • KT-85047 Kotlin/JS: @JsStatic on suspend fun of class companion generates incorrect d.ts
  • KT-84517 K/JS: bad mappings data in outputted Kotlin stdlib source map

Libraries

  • KT-71848 Kotlinx.metadata: Add CompilerPluginData into Km API

Native. C and ObjC Import

  • KT-85399 Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabled
  • KT-85508 K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20

Tools. Gradle

  • KT-84729 Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portal

Tools. Gradle. Compiler plugins

  • KT-85257 AGP/Compose: MergeMappingFileTask clears R8 artifacts due to @OutputDirectory annotation on AGP 9.1+

Tools. Scripts

  • KT-85105 Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous object
  • KT-85103 Exception while generating code when explain destructuring decls
  • KT-84842 scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20
  • KT-85029 Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error location

Tools. Statistics (FUS)

  • KT-85628 KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'
Commits
  • fea1ad8 Add ChangeLog for 2.3.21-RC2
  • 09c341e disable swift export execution tests in order to update macos
  • 67a0868 Avoid accessing KotlinNativeLink taskProvider when task was not executed
  • f89e5db [K/N] Disable TSAN in runtime tests
  • 45d6c85 [K/N] Don't generate generic safe casts for Objective-C types
  • 9261a6f [K/N][tests] Add a reproducer for KT-85508
  • c9ab9db [K/N][tests] Add a reproducer for KT-85399
  • 502e844 Explain: fix for destructuring declarations
  • 0c26485 Explain: fix for object literals
  • 68a9e3f [minor] fix testdata name in explain test
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.3.20 to 2.3.21

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.3.20 to 2.3.21

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.3.20 to 2.3.21

Updates io.quarkus.platform:quarkus-maven-plugin from 3.34.1 to 3.35.1

Commits
  • b3ab09c [maven-release-plugin] prepare release 3.35.1
  • 728e069 Merge pull request #1926 from gsmet/quarkus-3.35.1
  • 3cee02e Upgrade to Quarkus 3.35.1
  • d846e9a Merge pull request #1925 from quarkusio/update-automation/main-amazonservices...
  • 9ac624e Update AmazonServices to 3.18.0
  • f180591 Merge pull request #1923 from jamesnetherton/quarkus-cxf-3.35.1-camel-quarkus...
  • 0f187c4 Upgrade Camel Quarkus to 3.35.0
  • 5b202f6 Upgrade Quarkus CXF to 3.35.1
  • a0ef7a4 Simplify Camel XSLT excluding HazelcastAtomicTest
  • 4b81181 Make QCXF DevModeTest pass on the platform
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.3.20 to 2.3.21

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 10.0.0 is finally there and includes various bug-fixes and improvements :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • #913 / #914: Require Maven 3.9.0 [Maven 3.6.3 is EOL] ⚠️

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>10.0.0</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

  • This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat workaround to get some information is outlined in ktoso/maven-git-commit-id-plugin#279
  • Using maven's plugin prefix resolution (e.g. mvn com.test.plugins:myPlugin:myMojo) might result in unresolved properties even with <injectAllReactorProjects>true</injectAllReactorProjects>. Please refer to git-commit-id/maven-git-commit-id-plugin#287 or git-commit-id/maven-git-commit-id-plugin#413 for details and potential workarounds

Reporting Problems

If you find any problem with this plugin, feel free to report it here

Full Changelog: git-commit-id/git-commit-id-maven-plugin@v9.2.0...v10.0.0

Version 9.2.0 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

... (truncated)

Commits

Updates com.github.gantsign.maven:ktlint-maven-plugin from 3.5.0 to 3.7.1

Release notes

Sourced from com.github.gantsign.maven:ktlint-maven-plugin's releases.

3.7.1

Changes:

  • #718: Fix deploy timeout

3.7.0

Enhancement:

  • #717: Update ktlint to 1.8.0 and kotlin to 2.2.21

3.6.0

Enhancement:

Other changes:

  • #662: Upgraded commons-codec:commons-codec from 1.17.2 to 1.18.0
  • #671: Updated GitHub Actions runner
  • #663: Upgraded commons-logging:commons-logging from 1.3.4 to 1.3.5
  • #664: Upgraded commons-beanutils:commons-beanutils from 1.10.0 to 1.10.1
  • #685: Fix devcontainer
  • #686: Fix devcontainer
  • #687: Migrate deployment to Sonatype Central Portal
  • #688: Fix Maven deploy
  • #688: Fix formatting (fix-deploy)
  • #666: Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0
  • #669: Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28
  • #673: Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0
  • #675: Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
  • #676: Bump commons-io:commons-io from 2.18.0 to 2.20.0
  • #679: Bump actions/setup-java from 4 to 5
  • #680: Bump codecov/codecov-action from 5.3.1 to 5.5.1
  • #682: Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0
  • #683: Bump actions/checkout from 4 to 6
  • #689: Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3
  • #690: Update Dependabot to allow newer Maven versions
  • #693: Bump org.apache.maven:maven-core from 3.5.4 to 3.8.1
  • #691: Bump codecov/codecov-action from 5.5.1 to 6.0.0
  • #694: Bump org.jetbrains.dokka:dokka-maven-plugin from 2.0.0 to 2.2.0
  • #695: Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.27
  • #696: Bump commons-codec:commons-codec from 1.18.0 to 1.21.0
  • #692: Bump maven.version from 3.8.1 to 3.8.9
  • #698: Add org.dom4j:dom4j dependency to dependabot configuration
  • #703: Bump org.dom4j:dom4j from 2.1.4 to 2.1.5
  • #704: Add org.codehaus.plexus:plexus-xml dependency to dependabot configuration
  • #699: Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29
  • #700: Bump commons-logging:commons-logging from 1.3.5 to 1.3.6
  • #701: Bump org.apache.maven.plugin-tools:maven-plugin-annotations

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.34.1` | `3.35.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.34.1` | `3.35.1` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.3.20` | `2.3.21` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.3.20` | `2.3.21` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.20` | `2.3.21` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `9.1.0` | `10.0.0` |
| [com.github.gantsign.maven:ktlint-maven-plugin](https://github.com/gantsign/ktlint-maven-plugin) | `3.5.0` | `3.7.1` |


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

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

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.3.20 to 2.3.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.20...v2.3.21)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.3.20 to 2.3.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.20 to 2.3.21

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.3.20 to 2.3.21

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

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.20 to 2.3.21

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.1.0...v10.0.0)

Updates `com.github.gantsign.maven:ktlint-maven-plugin` from 3.5.0 to 3.7.1
- [Release notes](https://github.com/gantsign/ktlint-maven-plugin/releases)
- [Commits](gantsign/ktlint-maven-plugin@3.5.0...3.7.1)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.35.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.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.3.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.3.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.3.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.3.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.35.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.3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: com.github.gantsign.maven:ktlint-maven-plugin
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@skunkworks-rabot skunkworks-rabot merged commit a3ff075 into main May 1, 2026
2 checks passed
@skunkworks-rabot skunkworks-rabot deleted the dependabot/maven/prod-deps-acc2639533 branch May 1, 2026 18:03
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 1, 2026

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.

1 participant