Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the jars group with 14 updates #94

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2024

Bumps the jars group with 14 updates:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 1.9.22 1.9.23
jvm 1.9.22 1.9.23
com.slack.api:bolt 1.38.2 1.38.3
com.slack.api:bolt-http4k 1.38.2 1.38.3
com.slack.api:bolt-servlet 1.38.2 1.38.3
com.slack.api:bolt-socket-mode 1.38.2 1.38.3
com.slack.api:slack-api-model-kotlin-extension 1.38.2 1.38.3
com.slack.api:slack-api-client-kotlin-extension 1.38.2 1.38.3
com.slack.api:bolt-http4k 1.38.2 1.38.3
com.slack.api:bolt-servlet 1.38.2 1.38.3
com.slack.api:bolt-socket-mode 1.38.2 1.38.3
com.slack.api:slack-api-model-kotlin-extension 1.38.2 1.38.3
com.slack.api:slack-api-client-kotlin-extension 1.38.2 1.38.3
org.flywaydb:flyway-core 10.8.1 10.9.1
org.flywaydb:flyway-database-postgresql 10.8.1 10.9.1
org.flywaydb.flyway 10.8.1 10.9.1
org.flywaydb:flyway-database-postgresql 10.8.1 10.9.1
org.http4k:http4k-core 5.13.8.0 5.14.0.0
com.fasterxml.jackson.core:jackson-databind 2.16.1 2.17.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.17.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.17.0
org.flywaydb.flyway 10.8.1 10.9.1

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23

Release notes

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

Kotlin 1.9.23

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Changelog

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

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Commits
  • 4c571ac Edit changelog for 1.9.23
  • 1ca6f32 Revert "[Wasm] Implement IrLinkageError end enable partial linker"
  • 3b90682 Add changelog for 1.9.23
  • f327391 Add validation for empty kotlin.build.report.json.directory property
  • 2f19d2e Add JSON output type for build reports
  • 666a2f2 [Wasm] Implement IrLinkageError end enable partial linker
  • 4dc6689 [Native] Support Xcode 15.3 — add back the TargetConditional.h macros
  • d3b2c6f K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...
  • c041815 K1/K2: add tests for KT-65441 current behavior
  • c262b97 K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashes
  • Additional commits viewable in compare view

Updates jvm from 1.9.22 to 1.9.23

Release notes

Sourced from jvm's releases.

Kotlin 1.9.23

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Changelog

Sourced from jvm's changelog.

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Commits
  • 4c571ac Edit changelog for 1.9.23
  • 1ca6f32 Revert "[Wasm] Implement IrLinkageError end enable partial linker"
  • 3b90682 Add changelog for 1.9.23
  • f327391 Add validation for empty kotlin.build.report.json.directory property
  • 2f19d2e Add JSON output type for build reports
  • 666a2f2 [Wasm] Implement IrLinkageError end enable partial linker
  • 4dc6689 [Native] Support Xcode 15.3 — add back the TargetConditional.h macros
  • d3b2c6f K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...
  • c041815 K1/K2: add tests for KT-65441 current behavior
  • c262b97 K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashes
  • Additional commits viewable in compare view

Updates com.slack.api:bolt from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:bolt-http4k from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:bolt-servlet from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:bolt-socket-mode from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:slack-api-model-kotlin-extension from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:slack-api-client-kotlin-extension from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:bolt-http4k from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:bolt-servlet from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:bolt-socket-mode from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:slack-api-model-kotlin-extension from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates com.slack.api:slack-api-client-kotlin-extension from 1.38.2 to 1.38.3

Release notes

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

version 1.38.3

Changes

  • [slack-api-client] Add new properties to Web API responses - Thanks @​seratch

Commits
  • 7b2f4e5 version 1.38.3
  • f6da0e5 Upgrade dependency patch versions
  • 2395e77 Run all the integration tests - 2024-03-13 PT
  • 38082d0 Run all the integration tests - 2024-03-11 PT
  • 695fdda Run all the integration tests - 2024-03-07 PT
  • bf2aa06 Run all the integration tests - 2024-03-06 PT
  • 8910a17 Start new version development
  • See full diff in compare view

Updates org.flywaydb:flyway-core from 10.8.1 to 10.9.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 10.9.1

See release notes here

CLI artifact available here

Flyway 10.9.0

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-database-postgresql from 10.8.1 to 10.9.1

Updates org.flywaydb.flyway from 10.8.1 to 10.9.1

Updates org.flywaydb:flyway-database-postgresql from 10.8.1 to 10.9.1

Updates org.http4k:http4k-core from 5.13.8.0 to 5.14.0.0

Release notes

Sourced from org.http4k:http4k-core's releases.

5.14.0.0

Changelog:

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.9.23
  • http4k-* : Static handlers serve an index.html file from a subdirectory H/T @​mbcltd

5.13.9.0

Changelog:

  • http4k-* : Upgrade some dependency versions
  • http4k-contract : Implement Kondor Schema creator. H/T @​tamj0rd2
  • http4k-cloudnative : Read environment properties from yaml resources. H/T @​dzappold
  • http4k-webdriver : [Fix] Bug when submitting with inputs of type submit H/T @​gypsydave5
  • http4k-testing-approval : Allow adding a suffix to an approval test file name. H/T @​becky-sequence
Changelog

Sourced from org.http4k:http4k-core's changelog.

v5.14.0.0

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.9.23
  • http4k-* : Static handlers serve an index.html file from a subdirectory H/T @​mbcltd

v5.13.9.0

  • http4k-* : Upgrade some dependency versions
  • http4k-contract : Implement Kondor Schema creator. H/T @​tamj0rd2
  • http4k-cloudnative : Read environment properties from yaml resources. H/T @​dzappold
  • http4k-webdriver : [Fix] Bug when submitting with inputs of type submit H/T @​gypsydave5
  • http4k-testing-approval : Allow adding a suffix to an approval test file name. H/T @​becky-sequence
Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0

Commits

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.0

Commits
  • 3bea77c [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0
  • 1ed0f3f Prepare for 2.17.0 release
  • ce6b4d6 Merge branch '2.16' into 2.17
  • b707238 Back to snapshot dep
  • d12f174 [maven-release-plugin] prepare for next development iteration
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • f5ea353 Back to snapshot dep
  • 9d6ebb6 [maven-release-plugin] prepare for next development iteration
  • 103449a [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.0

Commits
  • 3bea77c [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0
  • 1ed0f3f Prepare for 2.17.0 release
  • ce6b4d6 Merge branch '2.16' into 2.17
  • b707238 Back to snapshot dep
  • d12f174 [maven-release-plugin] prepare for next development iteration
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • f5ea353 Back to snapshot dep
  • 9d6ebb6 [maven-release-plugin] prepare for next development iteration
  • 103449a [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1
  • Additional commits viewable in compare view

Updates org.flywaydb.flyway from 10.8.1 to 10.9.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the jars group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` |
| [com.slack.api:bolt](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:bolt-http4k](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:bolt-servlet](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:bolt-socket-mode](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:slack-api-model-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:slack-api-client-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:bolt-http4k](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:bolt-servlet](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:bolt-socket-mode](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:slack-api-model-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [com.slack.api:slack-api-client-kotlin-extension](https://github.com/slackapi/java-slack-sdk) | `1.38.2` | `1.38.3` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.8.1` | `10.9.1` |
| org.flywaydb:flyway-database-postgresql | `10.8.1` | `10.9.1` |
| org.flywaydb.flyway | `10.8.1` | `10.9.1` |
| org.flywaydb:flyway-database-postgresql | `10.8.1` | `10.9.1` |
| [org.http4k:http4k-core](https://github.com/http4k/http4k) | `5.13.8.0` | `5.14.0.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.17.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.17.0` |
| org.flywaydb.flyway | `10.8.1` | `10.9.1` |


Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `jvm` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `com.slack.api:bolt` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:bolt-http4k` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:bolt-servlet` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:bolt-socket-mode` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:slack-api-model-kotlin-extension` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:slack-api-client-kotlin-extension` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:bolt-http4k` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:bolt-servlet` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:bolt-socket-mode` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:slack-api-model-kotlin-extension` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

Updates `com.slack.api:slack-api-client-kotlin-extension` from 1.38.2 to 1.38.3
- [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.38.2...v1.38.3)

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.8.1 to 10.9.1

Updates `org.flywaydb.flyway` from 10.8.1 to 10.9.1

Updates `org.flywaydb:flyway-database-postgresql` from 10.8.1 to 10.9.1

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

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

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

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

Updates `org.flywaydb.flyway` from 10.8.1 to 10.9.1

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-http4k
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-model-kotlin-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client-kotlin-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-http4k
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-model-kotlin-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.slack.api:slack-api-client-kotlin-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.http4k:http4k-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from slushpupie and a team as code owners March 14, 2024 05:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 14, 2024
@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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2024

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

@dependabot dependabot bot closed this Mar 21, 2024
@dependabot dependabot bot deleted the dependabot/gradle/jars-8331b02552 branch March 21, 2024 05:55
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.

1 participant