Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the jars group with 20 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.2.0 2.2.20
com.h2database:h2 2.3.232 2.4.240
jvm 2.2.0 2.2.20
com.slack.api:bolt 1.45.3 1.45.4
com.slack.api:bolt-http4k 1.45.3 1.45.4
com.slack.api:bolt-servlet 1.45.3 1.45.4
com.slack.api:bolt-socket-mode 1.45.3 1.45.4
com.slack.api:slack-api-model-kotlin-extension 1.45.3 1.45.4
com.slack.api:slack-api-client-kotlin-extension 1.45.3 1.45.4
org.http4k:http4k-core 5.21.1.0 6.18.1.0
com.fasterxml.jackson.core:jackson-databind 2.19.1 2.20.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.19.1 2.20.0
com.squareup.okhttp3:okhttp 5.0.0 5.1.0
org.postgresql:postgresql 42.7.7 42.7.8
com.sksamuel.scrimage:scrimage-core 4.3.2 4.3.5
com.sksamuel.scrimage:scrimage-filters 4.3.2 4.3.5
org.glassfish.tyrus.bundles:tyrus-standalone-client 1.21 1.22
org.flywaydb:flyway-core 11.10.1 11.13.0
org.flywaydb:flyway-database-postgresql 11.10.1 11.13.0
org.flywaydb.flyway 11.10.1 11.13.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.0 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin'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:kotlin-gradle-plugin'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 com.h2database:h2 from 2.3.232 to 2.4.240

Release notes

Sourced from com.h2database:h2's releases.

Version 2.4.240

... (truncated)

Commits
  • c8eb81b in preparation for a release
  • 7ff5ee5 Merge pull request #4260 from JackPGreen/update-maven-central-url
  • da4c337 Merge pull request #4271 from IrisesD/master
  • d053544 feat: allow CATALOG in CREATE SCHEMA and DROP SCHEMA (#4277)
  • a448d91 Merge pull request #4273 from naive924/feat/compactThreads
  • 6672123 fix: change log
  • 858e74a fix: MVStore.compact: run map copy in parallel by default (¼ cores, override ...
  • bce0ec1 feat: parallel map copy option for MVStore.compact()
  • d8a6cc3 Fix command syntax in help.csv
  • c45413c Merge pull request #4266 from andreitokar/issue-4208-2
  • Additional commits viewable in compare view

Updates jvm from 2.2.0 to 2.2.20

Release notes

Sourced from 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 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 com.slack.api:bolt from 1.45.3 to 1.45.4

Release notes

Sourced from com.slack.api:bolt's releases.

version 1.45.4

What's Changed

Maintenance 🏗️

Docs 📚

Dependabot :dependabot:

New Contributors


All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/116?closed=1 Full Changelog: slackapi/java-slack-sdk@v1.45.3...v1.45.4

Commits

Updates com.slack.api:bolt-http4k from 1.45.3 to 1.45.4

Release notes

Sourced from com.slack.api:bolt-http4k's releases.

version 1.45.4

What's Changed

Maintenance 🏗️

Docs 📚

Dependabot :dependabot:

New Contributors


All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/116?closed=1 Full Changelog: slackapi/java-slack-sdk@v1.45.3...v1.45.4

Commits

Updates com.slack.api:bolt-servlet from 1.45.3 to 1.45.4

Release notes

Sourced from com.slack.api:bolt-servlet's releases.

version 1.45.4

What's Changed

Maintenance 🏗️

Docs 📚

Dependabot :dependabot:

New Contributors


All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/116?closed=1 Description has been truncated

Bumps the jars group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.20` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `2.3.232` | `2.4.240` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.20` |
| [com.slack.api:bolt](https://github.com/slackapi/java-slack-sdk) | `1.45.3` | `1.45.4` |
| [com.slack.api:bolt-http4k](https://github.com/slackapi/java-slack-sdk) | `1.45.3` | `1.45.4` |
| [com.slack.api:bolt-servlet](https://github.com/slackapi/java-slack-sdk) | `1.45.3` | `1.45.4` |
| [com.slack.api:bolt-socket-mode](https://github.com/slackapi/java-slack-sdk) | `1.45.3` | `1.45.4` |
| [com.slack.api:slack-api-model-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.45.3` | `1.45.4` |
| [com.slack.api:slack-api-client-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.45.3` | `1.45.4` |
| [org.http4k:http4k-core](https://github.com/http4k/http4k) | `5.21.1.0` | `6.18.1.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.20.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.19.1` | `2.20.0` |
| [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.0.0` | `5.1.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.7` | `42.7.8` |
| [com.sksamuel.scrimage:scrimage-core](https://github.com/sksamuel/scrimage) | `4.3.2` | `4.3.5` |
| [com.sksamuel.scrimage:scrimage-filters](https://github.com/sksamuel/scrimage) | `4.3.2` | `4.3.5` |
| org.glassfish.tyrus.bundles:tyrus-standalone-client | `1.21` | `1.22` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.10.1` | `11.13.0` |
| org.flywaydb:flyway-database-postgresql | `11.10.1` | `11.13.0` |
| org.flywaydb.flyway | `11.10.1` | `11.13.0` |



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

Updates `com.h2database:h2` from 2.3.232 to 2.4.240
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.3.232...version-2.4.240)

Updates `jvm` from 2.2.0 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.0...v2.2.20)

Updates `com.slack.api:bolt` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:bolt-http4k` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:bolt-servlet` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:bolt-socket-mode` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:slack-api-model-kotlin-extension` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:slack-api-client-kotlin-extension` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:bolt-http4k` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:bolt-servlet` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:bolt-socket-mode` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:slack-api-model-kotlin-extension` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `com.slack.api:slack-api-client-kotlin-extension` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.45.3...v1.45.4)

Updates `org.http4k:http4k-core` from 5.21.1.0 to 6.18.1.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.21.1.0...6.18.1.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.20.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.1 to 2.20.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.20.0)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.1 to 2.20.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.20.0)

Updates `com.squareup.okhttp3:okhttp` from 5.0.0 to 5.1.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.0.0...parent-5.1.0)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.8
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.8)

Updates `com.sksamuel.scrimage:scrimage-core` from 4.3.2 to 4.3.5
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.3.2...v4.3.5)

Updates `com.sksamuel.scrimage:scrimage-filters` from 4.3.2 to 4.3.5
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.3.2...v4.3.5)

Updates `com.sksamuel.scrimage:scrimage-filters` from 4.3.2 to 4.3.5
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.3.2...v4.3.5)

Updates `org.glassfish.tyrus.bundles:tyrus-standalone-client` from 1.21 to 1.22

Updates `org.flywaydb:flyway-core` from 11.10.1 to 11.13.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.10.1...flyway-11.13.0)

Updates `org.flywaydb:flyway-database-postgresql` from 11.10.1 to 11.13.0

Updates `org.flywaydb.flyway` from 11.10.1 to 11.13.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.h2database:h2
  dependency-version: 2.4.240
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: jvm
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-http4k
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-servlet
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-model-kotlin-extension
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client-kotlin-extension
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-http4k
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-servlet
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-model-kotlin-extension
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client-kotlin-extension
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.http4k:http4k-core
  dependency-version: 6.18.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jars
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.sksamuel.scrimage:scrimage-core
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.sksamuel.scrimage:scrimage-filters
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.sksamuel.scrimage:scrimage-filters
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.glassfish.tyrus.bundles:tyrus-standalone-client
  dependency-version: '1.22'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 11.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-version: 11.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 25, 2025 05:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 25, 2025
@CLAassistant
Copy link

CLAassistant commented Sep 25, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ MattKempfert
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 9, 2025
@dependabot dependabot bot deleted the dependabot/gradle/jars-c9ce3f0d5d branch October 9, 2025 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants