Skip to content

Bump the prod-deps group with 7 updates#278

Merged
skunkworks-rabot merged 1 commit into
mainfrom
dependabot/maven/prod-deps-a9835b167b
Apr 1, 2026
Merged

Bump the prod-deps group with 7 updates#278
skunkworks-rabot merged 1 commit into
mainfrom
dependabot/maven/prod-deps-a9835b167b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the prod-deps group with 7 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.32.1 3.34.1
io.quarkus.platform:quarkus-maven-plugin 3.32.1 3.34.1
org.jetbrains.kotlin:kotlin-stdlib 2.3.10 2.3.20
org.jetbrains.kotlin:kotlin-maven-allopen 2.3.10 2.3.20
org.jetbrains.kotlin:kotlin-maven-plugin 2.3.10 2.3.20
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.2 9.1.0
org.jetbrains.dokka:dokka-maven-plugin 2.1.0 2.2.0

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

Commits
  • 758eb6c [maven-release-plugin] prepare release 3.34.1
  • eb90a8b Merge pull request #1828 from metacosm/qosdk-7.7.3-main
  • 24a761f [main] Bump QOSDK to 7.7.3
  • 8e7033a Merge pull request #1824 from gsmet/quarkus-3.34.1
  • 18f1ed5 Upgrade to Quarkus 3.34.1
  • fac336c Merge pull request #1815 from jamesnetherton/camel-quarkus-quarkus-cxf-3.33.0
  • 33c9d05 Upgrade Camel Quarkus to 3.33.0
  • 7269c2a Upgrade to Quarkus CXF 3.33.0
  • a62f7d2 Merge pull request #1806 from vsevel/vault_4.7.0
  • d7d21f2 Merge pull request #1798 from gemmellr/quarkus-qpid-jms-2.12.0
  • Additional commits viewable in compare view

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

Commits
  • 758eb6c [maven-release-plugin] prepare release 3.34.1
  • eb90a8b Merge pull request #1828 from metacosm/qosdk-7.7.3-main
  • 24a761f [main] Bump QOSDK to 7.7.3
  • 8e7033a Merge pull request #1824 from gsmet/quarkus-3.34.1
  • 18f1ed5 Upgrade to Quarkus 3.34.1
  • fac336c Merge pull request #1815 from jamesnetherton/camel-quarkus-quarkus-cxf-3.33.0
  • 33c9d05 Upgrade Camel Quarkus to 3.33.0
  • 7269c2a Upgrade to Quarkus CXF 3.33.0
  • a62f7d2 Merge pull request #1806 from vsevel/vault_4.7.0
  • d7d21f2 Merge pull request #1798 from gemmellr/quarkus-qpid-jms-2.12.0
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.3.20

Changelog

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Changelog

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

2.3.20

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Commits
  • d57eb4a Add ChangeLog for 2.3.20-RC3
  • 41886bb [Gradle] Update KGP npm tooling dependency versions
  • 210a9bd [Native] Do not mark iosX64 target as deprecate in DSL
  • 7ed446e Add ChangeLog for 2.3.20-RC2
  • 520eade [K/JVM] Fix incorrect optimization of local delegation
  • 7ef8bcc Reflection: add LazyKProperty to fix recent performance regression
  • 9fa7cf2 [Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566
  • d410596 [Gradle] Shutdown coroutines dispatcher threads after compiler invocation
  • 348430b [BTA] Fix compatibility between API 2.3.20 and KC 2.3.10
  • 4058f3c [CMP] HiddenFromObjC remove outdated offset check
  • Additional commits viewable in compare view

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

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

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

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

Commits
  • 758eb6c [maven-release-plugin] prepare release 3.34.1
  • eb90a8b Merge pull request #1828 from metacosm/qosdk-7.7.3-main
  • 24a761f [main] Bump QOSDK to 7.7.3
  • 8e7033a Merge pull request #1824 from gsmet/quarkus-3.34.1
  • 18f1ed5 Upgrade to Quarkus 3.34.1
  • fac336c Merge pull request #1815 from jamesnetherton/camel-quarkus-quarkus-cxf-3.33.0
  • 33c9d05 Upgrade Camel Quarkus to 3.33.0
  • 7269c2a Upgrade to Quarkus CXF 3.33.0
  • a62f7d2 Merge pull request #1806 from vsevel/vault_4.7.0
  • d7d21f2 Merge pull request #1798 from gemmellr/quarkus-qpid-jms-2.12.0
  • Additional commits viewable in compare view

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

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

Release notes

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

Version 9.1.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:

  • bump several plugins
    • bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0 to 6.1.5
    • bump commons-io:commons-io from 2.19.0 to 2.21.0 (scope test)
    • bump org.junit.jupiter:* from 5.12.2 to 5.13.4 (scope test)
    • bump org.mockito:mockito-core from 5.18.0 to 5.23.0 (scope test)
    • bump org.assertj:assertj-core from 3.27.3 to 3.27.7 (scope test)
  • bump several maven plugins
    • bump org.apache.maven.plugins:maven-antrun-plugin from 3.1.0 to 3.2.0
    • bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.15.0
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.10.0
    • bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.2
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0
    • bump org.apache.maven.plugins:maven-plugin-plugin from 3.15.1 to 3.15.2
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.1
    • bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.5.0
    • bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.5
    • bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.21.0
    • bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3
    • bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
    • bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2

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>9.1.0</version>
</dependency>

Getting the latest snapshot (build automatically)

... (truncated)

Commits

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

Release notes

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

2.2.0

Dokka Gradle Plugin

Starting from Dokka 2.1.0, the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly:

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since Dokka 2.1.0

Analysis improvements

Starting from Dokka 2.1.0, the K2 analysis is enabled by default. K2 analysis is now stable, enabled by default, and fully migrated to the new shared Analysis API. This includes the migration to the new KDoc resolution API within the Analysis API.

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since Dokka 2.1.0

  • Allow actual declarations to automatically inherit their documentation from expect counterparts in multiplatform projects (#2493, #4245, #4351)
  • Link resolution improvements:
    • Support references to declarations with quoted names (#3356)
    • Support resolution of links to extensions with type parameters according to KEEP#385 (#3555)
    • Improve handling of ambiguous KDoc links according to KEEP#389 (#3451, #3179, #3632, #4327, #3604)
      • Note: those changes are currently available only under experimental org.jetbrains.dokka.analysis.enableExperimentalKDocResolution system property
  • K2/K1 compatibility improvements:
    • Fix Multiple pages associated with key (#4300)
    • Fix inconsistent constructor rendering for expect/actual annotation (#4055)
    • Fix missing abstract modifier for abstract interface method with redundant open modifier (#4144)
    • Fix working with intersected and overridden fake functions/properties (#3857)
    • Fix rendering of links in @see block (#3680)
    • Fix redundant ? on properties with a type of typealias to nullable type (#4337)
    • Fix the missing default parameter value for inherited (not overridden) members (#4320)
    • Fix duplicate source links for function overloads and properties (#4049, #4338)
    • Fix resolution of links in the second line of KDoc tags (#4332, KT-75215, KT-79783)
  • Improve DRI handling for varargs and properties (#3558, #4347)
  • Context parameters improvements:
    • Fix KDoc links to context parameters (#4389)

... (truncated)

Commits
  • 656ca46 Update Dokka version references to 2.2.0 (#4485)
  • 534e242 Update com.gradle.publish:plugin-publish-plugin and declare Gradle CC compa...
  • abc048d Update the version for the 2.2.0 release
  • 60062bb Detect and handle intersected source roots in Android multi-variant projects ...
  • 0bd8995 Fix DGP reading all Gradle properties (#4468)
  • 06dbbfd Update the version for the 2.2.0-Beta release
  • a81ace7 Update AGP version in tests to stable 9.0.0 (#4420)
  • fd97482 Fix minor oversight in the implemenation: missed + in enum entries (#4411)
  • 8148aa2 Fix unnecesary logging for unresolved links in module documentation (#4413)
  • bf3b5ee Fix suppressGeneratedFiles was unused (#4348)
  • 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 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.32.1` | `3.34.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.32.1` | `3.34.1` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.20` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.3.10` | `2.3.20` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.10` | `2.3.20` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `9.0.2` | `9.1.0` |
| [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) | `2.1.0` | `2.2.0` |


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

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

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

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

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

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

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

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

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.2 to 9.1.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.0.2...v9.1.0)

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

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.34.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.34.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.20
  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.20
  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.20
  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.20
  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.34.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.20
  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: 9.1.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.2.0
  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 6daacda into main Apr 1, 2026
2 checks passed
@skunkworks-rabot skunkworks-rabot deleted the dependabot/maven/prod-deps-a9835b167b branch April 1, 2026 19:13
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 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