An open index of dependabot pull requests across open source projects.

fix: bump the other-dependencies group across 1 directory with 8 updates

Open
Number: #93
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 19, 2025 at 02:09 AM UTC
(13 days ago)
Updated: September 19, 2025 at 02:09 AM UTC
(13 days ago)
Labels:
dependencies java
Description:

Bumps the other-dependencies group with 8 updates in the / directory:

Package From To
io.pivotal.spring.cloud:spring-cloud-services-dependencies 4.2.0 4.3.0
io.spring.dependency-management 1.1.6 1.1.7
com.palantir.git-version 3.1.0 4.0.0
org.jetbrains.kotlin.jvm 2.1.0 2.2.20
org.slf4j:slf4j-api 2.0.16 2.0.17
org.apache.commons:commons-lang3 3.17.0 3.18.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.2 2.20.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.2 2.20.0

Updates io.pivotal.spring.cloud:spring-cloud-services-dependencies from 4.2.0 to 4.3.0

Release notes

Sourced from io.pivotal.spring.cloud:spring-cloud-services-dependencies's releases.

v4.3.0

This release is based upon Spring Boot 3.5.x and Spring Cloud 2025.0.x.

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.5.0
  • Upgrade to Spring Cloud 2025.0.0
  • Upgrade to Java CFEnv 3.4.0

v4.2.1

This is a maintenance release.

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.4.6
  • Upgrade to Spring Cloud 2024.0.1
  • Upgrade to Java CFEnv 3.4.0
Commits
  • c7a2017 Release v4.3.0
  • 489f0ad fix(deps): update dependency org.springframework.cloud:spring-cloud-dependenc...
  • 1e455fb ci: update renovate to cover 4.2.x branch (#545)
  • d3ca5fc setup 4.3.x release line (#544)
  • 35ab3b8 ci: fix renovate config (#542)
  • 347b12b ci: update renovate (#541)
  • eef0f49 chore: replace deprecated codes (#540)
  • dc3bcd6 chore: fixes jacoco plugin configuration (#539)
  • 253e5f4 chore(deps): update dependency gradle to v8.14.1 (#530)
  • f53b83c fix(deps): update dependency io.spring.javaformat:spring-javaformat-gradle-pl...
  • Additional commits viewable in compare view

Updates io.spring.dependency-management from 1.1.6 to 1.1.7

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.7

:lady_beetle: Bug Fixes

  • Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400
  • ExclusionResolver makes assumptions that won't hold true with Gradle 9 #394

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​octylFractal

Commits
  • 99c6a87 Release v1.1.7
  • e870ef7 Address another deprecation warning in report take
  • fc43f90 Stop report task from triggering a deprecation warning
  • 0d1b43d Merge pull request #394 from octylFractal
  • 09853a2 Check for ModuleComponentIdentifier explicitly
  • e85cd28 Next development version (v1.1.7-SNAPSHOT)
  • See full diff in compare view

Updates com.palantir.git-version from 3.1.0 to 4.0.0

Updates org.jetbrains.kotlin.jvm from 2.1.0 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.jvm's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.16 to 2.0.17

Updates org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.2 to 2.20.0

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.2 to 2.20.0

Commits
  • 5684fc2 [maven-release-plugin] prepare release jackson-module-kotlin-2.20.0
  • 4d53d9a Prep for 2.20.0
  • df3d719 Drop rc2 from version
  • 03159dd Post-release version bump
  • 3982156 [maven-release-plugin] prepare for next development iteration
  • 295e60c [maven-release-plugin] prepare release jackson-module-kotlin-2.20.0-rc1
  • ddc1e5c Prep for 2.20.0-rc1
  • 80b8371 Merge pull request #1025 from k163377/ex
  • 50f5527 Update release notes wrt #1025
  • 4ab4308 Fix to test that KotlinInvalidNullException is thrown
  • 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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+8
Deletions:
-8
Package Dependencies
Ecosystem:
maven
Version Change:
2.1.0 → 2.2.20
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.18.2 → 2.20.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.18.2 → 2.20.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.1.6 → 1.1.7
Update Type:
Patch
Ecosystem:
maven
Version Change:
2.0.16 → 2.0.17
Update Type:
Patch
Ecosystem:
maven
Version Change:
3.17.0 → 3.18.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
3.1.0 → 4.0.0
Update Type:
Major
Ecosystem:
maven
Version Change:
4.2.0 → 4.3.0
Update Type:
Minor
Technical Details
ID: 8008587
UUID: 2842117204
Node ID: PR_kwDOHNLrCc6pZ0RU
Host: GitHub
Repository: lsd-consulting/lsd-distributed-http-connector
Merge State: Unknown