Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.2.0 2.2.21
com.h2database:h2 2.3.232 2.4.240
jvm 2.2.0 2.2.21
com.slack.api:bolt 1.45.4 1.46.0
com.slack.api:bolt-http4k 1.45.4 1.46.0
com.slack.api:bolt-servlet 1.45.4 1.46.0
com.slack.api:bolt-socket-mode 1.45.4 1.46.0
com.slack.api:slack-api-model-kotlin-extension 1.45.4 1.46.0
com.slack.api:slack-api-client-kotlin-extension 1.45.4 1.46.0
com.slack.api:slack-api-client 1.45.4 1.46.0
org.flywaydb:flyway-core 11.10.1 11.17.0
org.flywaydb:flyway-database-postgresql 11.10.1 11.17.0
org.flywaydb.flyway 11.10.1 11.17.0
com.sksamuel.hoplite:hoplite-core 2.7.5 2.9.0
com.sksamuel.hoplite:hoplite-hocon 2.7.5 2.9.0
com.sksamuel.hoplite:hoplite-yaml 2.7.5 2.9.0
org.http4k:http4k-core 5.21.1.0 6.20.2.1
com.fasterxml.jackson.core:jackson-databind 2.19.1 2.20.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.19.1 2.20.1
com.squareup.okhttp3:okhttp 5.0.0 5.3.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

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

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin'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-gradle-plugin'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

2.2.20

... (truncated)

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 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.21

Release notes

Sourced from jvm'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 jvm'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

2.2.20

... (truncated)

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

Release notes

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

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (#1512) by Elaine Vegeris
  • feat(model): add underline to rich text section block element (#1522) by Eden Zimbelman
  • feat(model): add markdown block (#1521) by Eden Zimbelman
  • feat: add chat.{start|append|stop}Stream api methods (#1518) by Eden Zimbelman

Maintenance 🏗️

  • feat: add webapi response changes as of 2025-10-14 (#1517) by Eden Zimbelman
  • fix: improve the snapshot release process (#1515) by William Bergamin
  • feat: support snapshot releases in release process (#1514) by William Bergamin
  • feat: Centralize and expose a registerTypeAdapters method on GsonFactory (#1510) by Luan Nico
  • Add "title" filed in ConversationsCanvasesCreateRequest (#1502) by Kirill Meshkov
  • Add web api response changes as of 24th September, 2025 (#1504) by Kazuhiro Sera
  • Update commons-text to 1.14.0 (CVE-2025-48924) (#1505) by Simone Conte

Dependabot :dependabot:

  • Bump actions/setup-java from 4.7.1 to 5.0.0 (#1509) by dependabot[bot]
  • Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1508) by dependabot[bot]
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#1507) by dependabot[bot]
  • Bump actions/stale from 9.1.0 to 10.0.0 (#1506) by dependabot[bot]

New Contributors

Full Changelog: slackapi/java-slack-sdk@v1.45.4...v1.46.0

Commits

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

Release notes

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

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (#1512) by Elaine Vegeris
  • feat(model): add underline to rich text section block element (#1522) by Eden Zimbelman
  • feat(model): add markdown block (#1521) by Eden Zimbelman
  • feat: add chat.{start|append|stop}Stream api methods (#1518) by Eden Zimbelman

Maintenance 🏗️

  • feat: add webapi response changes as of 2025-10-14 (#1517) by Eden Zimbelman
  • fix: improve the snapshot release process (#1515) by William Bergamin
  • feat: support snapshot releases in release process (#1514) by William Bergamin
  • feat: Centralize and expose a registerTypeAdapters method on GsonFactory (#1510) by Luan Nico
  • Add "title" filed in ConversationsCanvasesCreateRequest (#1502) by Kirill Meshkov
  • Add web api response changes as of 24th September, 2025 (#1504) by Kazuhiro Sera
  • Update commons-text to 1.14.0 (CVE-2025-48924) (#1505) by Simone Conte

Dependabot :dependabot:

  • Bump actions/setup-java from 4.7.1 to 5.0.0 (#1509) by dependabot[bot]
  • Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1508) by dependabot[bot]
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#1507) by dependabot[bot]
  • Bump actions/stale from 9.1.0 to 10.0.0 (#1506) by dependabot[bot]

New Contributors

Full Changelog: slackapi/java-slack-sdk@v1.45.4...v1.46.0

Commits

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

Release notes

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

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (#1512) by Elaine Vegeris
  • feat(model): add underline to rich text section block element (#1522) by Eden Zimbelman
  • feat(model): add markdown block (#1521) by Eden Zimbelman
  • feat: add chat.{start|append|stop}Stream api methods (#1518) by Eden Zimbelman

Maintenance 🏗️

  • feat: add webapi response changes as of 2025-10-14 (#1517) by Eden Zimbelman
  • fix: improve the snapshot release process (#1515) by William Bergamin
  • feat: support snapshot releases in release process (#1514) by William Bergamin
  • feat: Centralize and expose a registerTypeAdapters method on GsonFactory (#1510) by Luan Nico
  • Add "title" filed in ConversationsCanvasesCreateRequest (#1502) by Kirill Meshkov
  • Add web api response changes as of 24th September, 2025 (#1504) by Kazuhiro Sera
  • Update commons-text to 1.14.0 (CVE-2025-48924) (#1505) by Simone Conte

Dependabot :dependabot:

  • Bump actions/setup-java from 4.7.1 to 5.0.0 (#1509) by dependabot[bot]
  • Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1508) by dependabot[bot]
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#1507) by dependabot[bot]
  • Bump actions/stale from 9.1.0 to 10.0.0 (#1506) by dependabot[bot]

New Contributors

Full Changelog: slackapi/java-slack-sdk@v1.45.4...v1.46.0

Commits

Updates com.slack.api:bolt-socket-mode from 1.45.4 to 1.46.0

Release notes

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

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (#1512) by Elaine Vegeris
  • feat(model): add underline to rich text section block element (#1522) by Eden Zimbelman
  • feat(model): add markdown block (#1521) by Eden Zimbelman
  • feat: add chat.{start|append|stop}Stream api methods (#1518) by Eden Zimbelman

Maintenance 🏗️

  • feat: add webapi response changes as of 2025-10-14 (#1517) by Eden Zimbelman
  • fix: improve the snapshot release process (#1515) by William Bergamin
  • feat: support snapshot releases in release process (#1514) by William Bergamin
  • feat: Centralize and expose a registerTypeAdapters method on GsonFactory (#1510) by Luan Nico
  • Add "title" filed in ConversationsCanvasesCreateRequest (#1502) by Kirill Meshkov
  • Add web api response changes as of 24th September, 2025 (#1504) by Kazuhiro Sera
  • Update commons-text to 1.14.0 (CVE-2025-48924) (#1505) by Simone Conte

Dependabot :dependabot:

  • Bump actions/setup-java from 4.7.1 to 5.0.0 (#1509) by dependabot[bot]
  • Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1508) by dependabot[bot]
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#1507) by dependabot[bot]
  • Bump actions/stale from 9.1.0 to 10.0.0 (#1506) by dependabot[bot]

New Contributors

Full Changelog: slackapi/java-slack-sdk@v1.45.4...v1.46.0

Commits

Updates com.slack.api:slack-api-model-kotlin-extension from 1.45.4 to 1.46.0

Release notes

Sourced from com.slack.api:slack-api-model-kotlin-extension's releases.

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (#1512) by Elaine Vegeris
  • feat(model): add underline to rich text section block element (#1522) by Eden Zimbelman
  • feat(model): add markdown block (#1521) by Eden Zimbelman
  • feat: add chat.{start|append|stop}Stream api methods (#1518) by Eden Zimbelman

Maintenance 🏗️

  • feat: add webapi response changes as of 2025-10-14 (#1517) by Eden Zimbelman
  • fix: improve the snapshot release process (#1515) by William Bergamin
  • feat: support snapshot releases in release process (#1514) by William Bergamin
  • feat: Centralize and expose a registerTypeAdapters method on GsonFactory (#1510) by Luan Nico
  • Add "title" filed in ConversationsCanvasesCreateRequest (#1502) by Kirill Meshkov
  • Add web api response changes as of 24th September, 2025 (#1504) by Kazuhiro Sera
  • Update commons-text to 1.14.0 (CVE-2025-48924) (#1505) by Simone Conte

Dependabot :dependabot:

  • Bump actions/setup-java from 4.7.1 to 5.0.0 (#1509) by dependabot[bot]
  • Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1508) by dependabot[bot]
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#1507) by dependabot[bot]
  • Bump actions/stale from 9.1.0 to 10.0.0 (#1506) by dependabot[bot]

New Contributors

Full Changelog: slackapi/java-slack-sdk@v1.45.4...v1.46.0

Commits

Updates com.slack.api:slack-api-client-kotlin-extension from 1.45.4 to 1.46.0

Release notes

Sourced from com.slack.api:slack-api-client-kotlin-extension's releases.

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (#1512) by Elaine Vegeris
  • feat(model): add underline to rich text section block element (#1522) by Eden Zimbelman
  • feat(model): add markdown block (#1521) by Eden Zimbelman
  • feat: add chat.{start|append|stop}Stream api methods (#1518) by Eden Zimbelman

Maintenance 🏗️

  • feat: add webapi response changes as of 2025-10-14 (#1517) by Eden Zimbelman
  • fix: improve the snapshot release process (#1515) by William Bergamin
  • feat: support snapshot releases in release process (#1514) by William Bergamin
  • feat: Centralize and expose a registerTypeAdapters method on GsonFactory (#1510) by Luan Nico
  • Add "title" filed in ConversationsCanvasesCreateRequest (#1502) by Kirill Meshkov
  • Add web api response changes as of 24th September, 2025 (#1504) by Kazuhiro Sera
  • Update commons-text to 1.14.0 (CVE-2025-48924) (#1505) by Simone Conte

Dependabot :dependabot:

  • Bump actions/setup-java from 4.7.1 to 5.0.0 (#1509) by dependabot[bot]
  • Bump codecov/codecov-action from 5.4.3 to 5.5.1 (#1508) by dependabot[bot]
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#1507) by dependabot[bot]
  • Bump actions/stale from 9.1.0 to 10.0.0 (#1506) by dependabot[bot]

New Contributors

Full Changelog: slackapi/java-slack-sdk@v1.45.4...v1.46.0

Commits

Updates com.slack.api:slack-api-client from 1.45.4 to 1.46.0

Release notes

Sourced from com.slack.api:slack-api-client's releases.

version 1.46.0

What's Changed

Enhancements ✨

  • feat: Add work objects support (

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.21` |
| [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.21` |
| [com.slack.api:bolt](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [com.slack.api:bolt-http4k](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [com.slack.api:bolt-servlet](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [com.slack.api:bolt-socket-mode](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [com.slack.api:slack-api-model-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [com.slack.api:slack-api-client-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [com.slack.api:slack-api-client](https://github.com/slackapi/java-slack-sdk) | `1.45.4` | `1.46.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.10.1` | `11.17.0` |
| org.flywaydb:flyway-database-postgresql | `11.10.1` | `11.17.0` |
| org.flywaydb.flyway | `11.10.1` | `11.17.0` |
| [com.sksamuel.hoplite:hoplite-core](https://github.com/sksamuel/hoplite) | `2.7.5` | `2.9.0` |
| [com.sksamuel.hoplite:hoplite-hocon](https://github.com/sksamuel/hoplite) | `2.7.5` | `2.9.0` |
| [com.sksamuel.hoplite:hoplite-yaml](https://github.com/sksamuel/hoplite) | `2.7.5` | `2.9.0` |
| [org.http4k:http4k-core](https://github.com/http4k/http4k) | `5.21.1.0` | `6.20.2.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.20.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.19.1` | `2.20.1` |
| [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.0.0` | `5.3.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` |



Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 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.0...v2.2.21)

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.21
- [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.21)

Updates `com.slack.api:bolt` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:bolt-http4k` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:bolt-servlet` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:bolt-socket-mode` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:slack-api-model-kotlin-extension` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:slack-api-client-kotlin-extension` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:slack-api-client` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:bolt-http4k` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:bolt-servlet` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:bolt-socket-mode` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:slack-api-model-kotlin-extension` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:slack-api-client-kotlin-extension` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

Updates `com.slack.api:slack-api-client` from 1.45.4 to 1.46.0
- [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.4...v1.46.0)

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

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

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

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

Updates `com.sksamuel.hoplite:hoplite-core` from 2.7.5 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.7.5...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-hocon` from 2.7.5 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.7.5...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-yaml` from 2.7.5 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.7.5...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-hocon` from 2.7.5 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.7.5...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-yaml` from 2.7.5 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.7.5...v2.9.0)

Updates `org.http4k:http4k-core` from 5.21.1.0 to 6.20.2.1
- [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.20.2.1)

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

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

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

Updates `com.squareup.okhttp3:okhttp` from 5.0.0 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.0.0...parent-5.3.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` from 11.10.1 to 11.17.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.2.21
  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.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:bolt-http4k
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:bolt-servlet
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-model-kotlin-extension
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client-kotlin-extension
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:bolt-http4k
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:bolt-servlet
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-model-kotlin-extension
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client-kotlin-extension
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 11.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.sksamuel.hoplite:hoplite-core
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.sksamuel.hoplite:hoplite-hocon
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.sksamuel.hoplite:hoplite-yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.sksamuel.hoplite:hoplite-hocon
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.sksamuel.hoplite:hoplite-yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.http4k:http4k-core
  dependency-version: 6.20.2.1
  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.1
  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.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.3.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
  dependency-version: 11.17.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 Nov 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 13, 2025 06:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 13, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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