Skip to content

Bump the jars group across 1 directory with 25 updates#181

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/jars-310391269d
Open

Bump the jars group across 1 directory with 25 updates#181
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/jars-310391269d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 29, 2026

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

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 2.2.0 2.3.0
com.h2database:h2 2.3.232 2.4.240
jvm 2.2.0 2.3.0
gradle-wrapper 8.14.3 9.3.0
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 12.0.0
org.flywaydb:flyway-database-postgresql 11.10.1 12.0.0
org.flywaydb.flyway 11.10.1 12.0.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.26.1.0
com.fasterxml.jackson.core:jackson-databind 2.19.1 2.21.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.19.1 2.21.0
com.squareup.okhttp3:okhttp 5.0.0 5.3.2
org.postgresql:postgresql 42.7.7 42.7.9
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.3.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.3.0

Changelog

Analysis API

  • KT-80082 K2. False positive "Cannot resolve method" for self-bounded generic with wildcard return type in Java interop
  • KT-80303 Move :native:analysis-api-klib-reader to :libraries:tools

Analysis API. Code Compilation

  • KT-70860 K2 IDE / Kotlin Debugger: CCE “java.lang.String cannot be cast to java.lang.Void” on evaluating not-null variable on the line with assigning null to that var
  • KT-78554 K2 IDE / Kotlin Debugger: ISE “No override for FUN IR_EXTERNAL_DECLARATION_STUB” on calling toString() for local class instance during evaluation
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes

Analysis API. FIR

  • KT-81378 Expected expression 'FirFunctionCallImpl' to be resolved caused by suspend {}
  • KT-80473 Add events for tracking LL activities
  • KT-46375 Analysis API: Support cross-file class redeclaration checks using indices
  • KT-80471 Analysis API: Deduplicate equivalent call candidates in resolveToCallCandidates
  • KT-79653 [Analysis API] ContextCollector: BODY context of enum classes doesn't contain enum entries
  • KT-75858 K2 AA: False positive 'property must be initialized' on incremental analysis with 'field' usage and semicolon in setter
  • KT-80231 AnnotationArgumentsStateKeepers doesn't restore the initial annotation in some cases
  • KT-80233 Pull mutation out of AnnotationArgumentsStateKeepers
  • KT-71466 LLFirBuiltinsSessionFactory uses createCompositeSymbolProvider
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl

Analysis API. Infrastructure

  • KT-80717 Support IntelliJ Bazel build in the Kotlin Coop development mode

Analysis API. Light Classes

  • KT-80656 Duplicate no-args constructor in PSI
  • KT-60490 Symbol Light Classes: Property accessors from a delegated interface don't present in the delegating class
  • KT-79689 SymbolLightClassForClassLike.toString() causes PSI tree loading
  • KT-80690 Private interface functions are not present in light classes
  • KT-80256 K2: Certain actions in JPA code causes infinite PIEAE: "Element class CompositeElement of type REFERENCE_EXPRESSION (class KtNameReferenceExpressionElementType)"
  • KT-79012 Add a high-level overview of light classes

Analysis API. Providers and Caches

Fixes

  • KT-81476 Analysis API: AlreadyDisposedException from low-memory cache cleanup
  • KT-80911 Analysis API: Execute session invalidation in a non-cancelable section
  • KT-81242 Analysis API: Add UUID/lifetime properties to LL FIR session structure logging
  • KT-80622 Analysis API: Visualise LL FIR session structure & weight
  • KT-80904 Analysis API: "Invalid dangling file module" exception during session invalidation
  • KT-78882 K2 AA: Calling containingSymbol on getProgressionLastElement causes exception

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.3.0

Analysis API

  • KT-80082 K2. False positive "Cannot resolve method" for self-bounded generic with wildcard return type in Java interop
  • KT-80303 Move :native:analysis-api-klib-reader to :libraries:tools

Analysis API. Code Compilation

  • KT-70860 K2 IDE / Kotlin Debugger: CCE “java.lang.String cannot be cast to java.lang.Void” on evaluating not-null variable on the line with assigning null to that var
  • KT-78554 K2 IDE / Kotlin Debugger: ISE “No override for FUN IR_EXTERNAL_DECLARATION_STUB” on calling toString() for local class instance during evaluation
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes

Analysis API. FIR

  • KT-81378 Expected expression 'FirFunctionCallImpl' to be resolved caused by suspend {}
  • KT-80473 Add events for tracking LL activities
  • KT-46375 Analysis API: Support cross-file class redeclaration checks using indices
  • KT-80471 Analysis API: Deduplicate equivalent call candidates in resolveToCallCandidates
  • KT-79653 [Analysis API] ContextCollector: BODY context of enum classes doesn't contain enum entries
  • KT-75858 K2 AA: False positive 'property must be initialized' on incremental analysis with 'field' usage and semicolon in setter
  • KT-80231 AnnotationArgumentsStateKeepers doesn't restore the initial annotation in some cases
  • KT-80233 Pull mutation out of AnnotationArgumentsStateKeepers
  • KT-71466 LLFirBuiltinsSessionFactory uses createCompositeSymbolProvider
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl

Analysis API. Infrastructure

  • KT-80717 Support IntelliJ Bazel build in the Kotlin Coop development mode

Analysis API. Light Classes

  • KT-80656 Duplicate no-args constructor in PSI
  • KT-60490 Symbol Light Classes: Property accessors from a delegated interface don't present in the delegating class
  • KT-79689 SymbolLightClassForClassLike.toString() causes PSI tree loading
  • KT-80690 Private interface functions are not present in light classes
  • KT-80256 K2: Certain actions in JPA code causes infinite PIEAE: "Element class CompositeElement of type REFERENCE_EXPRESSION (class KtNameReferenceExpressionElementType)"
  • KT-79012 Add a high-level overview of light classes

Analysis API. Providers and Caches

Fixes

  • KT-81476 Analysis API: AlreadyDisposedException from low-memory cache cleanup
  • KT-80911 Analysis API: Execute session invalidation in a non-cancelable section
  • KT-81242 Analysis API: Add UUID/lifetime properties to LL FIR session structure logging
  • KT-80622 Analysis API: Visualise LL FIR session structure & weight
  • KT-80904 Analysis API: "Invalid dangling file module" exception during session invalidation
  • KT-78882 K2 AA: Calling containingSymbol on getProgressionLastElement causes exception
  • KT-58325 Analysis API: Combine LLKotlinStubBasedLibrarySymbolProviders in session dependencies (optimization)

... (truncated)

Commits
  • f95cb2f Add ChangeLog for 2.3.0-RC3
  • 9d65a2e KT-82901: Fix issue with converting Long.MIN_VALUE to Duration
  • 35a9a82 FE: Postpone DiscriminateSuspendInOverloadResolution
  • e0b7eea FE: Add tests for KT-82869
  • e66298c Add ChangeLog for 2.3.0-RC2
  • e490802 [K/JS] Introduce a compiler argument to enable export of suspend functions
  • 585094b FIR2IR: Avoid generation of incorrect suspend adapter for custom implementation
  • c69adc7 FIR2IR: Rename and clarify contracts for suspicious utility function
  • b4bb8bf FIR2IR: Pass original expected type to applySuspendConversionIfNeeded
  • 4718830 FIR2IR: Add tests for KT-82590
  • 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.3.0

Release notes

Sourced from jvm's releases.

Kotlin 2.3.0

Changelog

Analysis API

  • KT-80082 K2. False positive "Cannot resolve method" for self-bounded generic with wildcard return type in Java interop
  • KT-80303 Move :native:analysis-api-klib-reader to :libraries:tools

Analysis API. Code Compilation

  • KT-70860 K2 IDE / Kotlin Debugger: CCE “java.lang.String cannot be cast to java.lang.Void” on evaluating not-null variable on the line with assigning null to that var
  • KT-78554 K2 IDE / Kotlin Debugger: ISE “No override for FUN IR_EXTERNAL_DECLARATION_STUB” on calling toString() for local class instance during evaluation
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes

Analysis API. FIR

  • KT-81378 Expected expression 'FirFunctionCallImpl' to be resolved caused by suspend {}
  • KT-80473 Add events for tracking LL activities
  • KT-46375 Analysis API: Support cross-file class redeclaration checks using indices
  • KT-80471 Analysis API: Deduplicate equivalent call candidates in resolveToCallCandidates
  • KT-79653 [Analysis API] ContextCollector: BODY context of enum classes doesn't contain enum entries
  • KT-75858 K2 AA: False positive 'property must be initialized' on incremental analysis with 'field' usage and semicolon in setter
  • KT-80231 AnnotationArgumentsStateKeepers doesn't restore the initial annotation in some cases
  • KT-80233 Pull mutation out of AnnotationArgumentsStateKeepers
  • KT-71466 LLFirBuiltinsSessionFactory uses createCompositeSymbolProvider
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl

Analysis API. Infrastructure

  • KT-80717 Support IntelliJ Bazel build in the Kotlin Coop development mode

Analysis API. Light Classes

  • KT-80656 Duplicate no-args constructor in PSI
  • KT-60490 Symbol Light Classes: Property accessors from a delegated interface don't present in the delegating class
  • KT-79689 SymbolLightClassForClassLike.toString() causes PSI tree loading
  • KT-80690 Private interface functions are not present in light classes
  • KT-80256 K2: Certain actions in JPA code causes infinite PIEAE: "Element class CompositeElement of type REFERENCE_EXPRESSION (class KtNameReferenceExpressionElementType)"
  • KT-79012 Add a high-level overview of light classes

Analysis API. Providers and Caches

Fixes

  • KT-81476 Analysis API: AlreadyDisposedException from low-memory cache cleanup
  • KT-80911 Analysis API: Execute session invalidation in a non-cancelable section
  • KT-81242 Analysis API: Add UUID/lifetime properties to LL FIR session structure logging
  • KT-80622 Analysis API: Visualise LL FIR session structure & weight
  • KT-80904 Analysis API: "Invalid dangling file module" exception during session invalidation
  • KT-78882 K2 AA: Calling containingSymbol on getProgressionLastElement causes exception

... (truncated)

Changelog

Sourced from jvm's changelog.

2.3.0

Analysis API

  • KT-80082 K2. False positive "Cannot resolve method" for self-bounded generic with wildcard return type in Java interop
  • KT-80303 Move :native:analysis-api-klib-reader to :libraries:tools

Analysis API. Code Compilation

  • KT-70860 K2 IDE / Kotlin Debugger: CCE “java.lang.String cannot be cast to java.lang.Void” on evaluating not-null variable on the line with assigning null to that var
  • KT-78554 K2 IDE / Kotlin Debugger: ISE “No override for FUN IR_EXTERNAL_DECLARATION_STUB” on calling toString() for local class instance during evaluation
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes

Analysis API. FIR

  • KT-81378 Expected expression 'FirFunctionCallImpl' to be resolved caused by suspend {}
  • KT-80473 Add events for tracking LL activities
  • KT-46375 Analysis API: Support cross-file class redeclaration checks using indices
  • KT-80471 Analysis API: Deduplicate equivalent call candidates in resolveToCallCandidates
  • KT-79653 [Analysis API] ContextCollector: BODY context of enum classes doesn't contain enum entries
  • KT-75858 K2 AA: False positive 'property must be initialized' on incremental analysis with 'field' usage and semicolon in setter
  • KT-80231 AnnotationArgumentsStateKeepers doesn't restore the initial annotation in some cases
  • KT-80233 Pull mutation out of AnnotationArgumentsStateKeepers
  • KT-71466 LLFirBuiltinsSessionFactory uses createCompositeSymbolProvider
  • KT-76432 JavaClassUseSiteMemberScope: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl

Analysis API. Infrastructure

  • KT-80717 Support IntelliJ Bazel build in the Kotlin Coop development mode

Analysis API. Light Classes

  • KT-80656 Duplicate no-args constructor in PSI
  • KT-60490 Symbol Light Classes: Property accessors from a delegated interface don't present in the delegating class
  • KT-79689 SymbolLightClassForClassLike.toString() causes PSI tree loading
  • KT-80690 Private interface functions are not present in light classes
  • KT-80256 K2: Certain actions in JPA code causes infinite PIEAE: "Element class CompositeElement of type REFERENCE_EXPRESSION (class KtNameReferenceExpressionElementType)"
  • KT-79012 Add a high-level overview of light classes

Analysis API. Providers and Caches

Fixes

  • KT-81476 Analysis API: AlreadyDisposedException from low-memory cache cleanup
  • KT-80911 Analysis API: Execute session invalidation in a non-cancelable section
  • KT-81242 Analysis API: Add UUID/lifetime properties to LL FIR session structure logging
  • KT-80622 Analysis API: Visualise LL FIR session structure & weight
  • KT-80904 Analysis API: "Invalid dangling file module" exception during session invalidation
  • KT-78882 K2 AA: Calling containingSymbol on getProgressionLastElement causes exception
  • KT-58325 Analysis API: Combine LLKotlinStubBasedLibrarySymbolProviders in session dependencies (optimization)

... (truncated)

Commits
  • f95cb2f Add ChangeLog for 2.3.0-RC3
  • 9d65a2e KT-82901: Fix issue with converting Long.MIN_VALUE to Duration
  • 35a9a82 FE: Postpone DiscriminateSuspendInOverloadResolution
  • e0b7eea FE: Add tests for KT-82869
  • e66298c Add ChangeLog for 2.3.0-RC2
  • e490802 [K/JS] Introduce a compiler argument to enable export of suspend functions
  • 585094b FIR2IR: Avoid generation of incorrect suspend adapter for custom implementation
  • c69adc7 FIR2IR: Rename and clarify contracts for suspicious utility function
  • b4bb8bf FIR2IR: Pass original expected type to applySuspendConversionIfNeeded
  • 4718830 FIR2IR: Add tests for KT-82590
  • Additional commits viewable in compare view

Updates gradle-wrapper from 8.14.3 to 9.3.0

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

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.3.0` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `2.3.232` | `2.4.240` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.3.0` |
| gradle-wrapper | `8.14.3` | `9.3.0` |
| [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` | `12.0.0` |
| org.flywaydb:flyway-database-postgresql | `11.10.1` | `12.0.0` |
| org.flywaydb.flyway | `11.10.1` | `12.0.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.26.1.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.21.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.19.1` | `2.21.0` |
| [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.0.0` | `5.3.2` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.7` | `42.7.9` |
| [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.3.0
- [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.3.0)

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

Updates `gradle-wrapper` from 8.14.3 to 9.3.0

Updates `com.slack.api:bolt` from 1.45.4 to 1.46.0
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [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)
- [Commits](slackapi/java-slack-sdk@v1.45.4...v1.46.0)

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

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

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

Updates `org.flywaydb:flyway-database-postgresql` from 11.10.1 to 12.0.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.26.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.26.1.0)

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

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

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

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

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [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.9)

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 12.0.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: gradle-wrapper
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.26.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.21.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.21.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.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  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: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jars
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 29, 2026 06:09
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.

0 participants