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 update-dependencies group with 13 updates #149

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the update-dependencies group with 13 updates:

Package From To
org.jetbrains.kotlin:kotlin-stdlib 1.9.22 1.9.23
io.ktor:ktor-server-core 2.3.8 2.3.9
io.ktor:ktor-server-netty 2.3.8 2.3.9
io.ktor:ktor-server-test-host 2.3.8 2.3.9
io.ktor:ktor-server-netty 2.3.8 2.3.9
org.flywaydb:flyway-core 10.8.1 10.9.1
org.flywaydb:flyway-database-postgresql 10.8.1 10.9.1
org.flywaydb:flyway-database-postgresql 10.8.1 10.9.1
ch.qos.logback:logback-classic 1.5.0 1.5.3
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.16.2
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.16.2
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.16.2
com.google.cloud:google-cloud-storage 2.34.0 2.35.0
org.testcontainers:postgresql 1.19.6 1.19.7
io.mockk:mockk 1.13.9 1.13.10
io.ktor:ktor-server-test-host 2.3.8 2.3.9
jvm 1.9.22 1.9.23

Updates org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib'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-stdlib'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 io.ktor:ktor-server-core from 2.3.8 to 2.3.9

Release notes

Sourced from io.ktor:ktor-server-core's releases.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Changelog

Sourced from io.ktor:ktor-server-core's changelog.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Commits
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-netty from 2.3.8 to 2.3.9

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Commits
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-test-host from 2.3.8 to 2.3.9

Release notes

Sourced from io.ktor:ktor-server-test-host's releases.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Changelog

Sourced from io.ktor:ktor-server-test-host's changelog.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Commits
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-netty from 2.3.8 to 2.3.9

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Commits
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable 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-database-postgresql from 10.8.1 to 10.9.1

Updates ch.qos.logback:logback-classic from 1.5.0 to 1.5.3

Commits
  • f2d8a1a prepare release 1.5.3
  • 99ccca7 fix /issues/785
  • df7c7c5 prepare work on 1.5.3-SNAPSHOT
  • baf5d70 prepare release 1.5.2
  • 6998e81 add NoAutoStartUtil.shouldBeStarted method
  • 40bc1c2 export tyler related packages
  • 0094ba3 start work on 1.5.2-SNAPSHOT
  • 88fd31c prepare release 1.5.1
  • 231e9bd more internal changes and refactorings
  • 8f3a304 more fine tuning of propertyModelHandler and co
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.16.2

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

Commits
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • 31cfe93 Merge branch '2.15' into 2.16
  • ccfa59e Back to snapshot dep
  • fc7a20e [maven-release-plugin] prepare for next development iteration
  • cf0449c [maven-release-plugin] prepare release jackson-module-kotlin-2.15.4
  • a820c79 Prepare for 2.15.4 release
  • 3d22406 Back to snapshot dep
  • 6a5029a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Commits
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • 31cfe93 Merge branch '2.15' into 2.16
  • ccfa59e Back to snapshot dep
  • fc7a20e [maven-release-plugin] prepare for next development iteration
  • cf0449c [maven-release-plugin] prepare release jackson-module-kotlin-2.15.4
  • a820c79 Prepare for 2.15.4 release
  • 3d22406 Back to snapshot dep
  • 6a5029a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.google.cloud:google-cloud-storage from 2.34.0 to 2.35.0

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.35.0

2.35.0 (2024-03-04)

Features

  • Add Bidi write feature (#2343) (47fde85)
  • Add soft_delete_time and hard_delete_time object metadata fields (#2415) (0b67e2d)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 (#2432) (334119c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2425) (17f366c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2428) (ba485b3)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2421) (fff0295)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2427) (d031c46)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.41.0 (#2419) (4b05639)

Documentation

Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.35.0 (2024-03-04)

Features

  • Add Bidi write feature (#2343) (47fde85)
  • Add soft_delete_time and hard_delete_time object metadata fields (#2415) (0b67e2d)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 (#2432) (334119c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2425) (17f366c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2428) (ba485b3)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2421) (fff0295)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2427) (d031c46)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.41.0 (#2419) (4b05639)

Documentation

Commits
  • c3d6727 chore(main): release 2.35.0 (#2423)
  • 0b5f11a chore: update package-info with gRPC GA Allowlist (#2430)
  • a6af3dd test(deps): update cross product test dependencies (#2435)
  • 334119c deps: update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 ...
  • 4bceba5 test(deps): update dependency com.google.truth:truth to v1.4.2 (#2431)
  • 0f694e5 test(deps): update cross product test dependencies (#2429)
  • dbb9977 chore(benchmarking): Remove retries and switch to publishing api_latency inst...
  • 775f040 test(deps): update cross product test dependencies (#2422)
  • ba485b3 deps: update dependency net.jqwik:jqwik to v1.8.3 (#2428)
  • d031c46 deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1...
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.19.6 to 1.19.7

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

HiveMQ

MongoDB

  • Support mongodb/mongodb-community-server and mongodb/mongodb-enterprise-server (#8386) @​eddumelendez

PostgreSQL

📖 Documentation

📦 Dependency updates

Commits

Updates io.mockk:mockk from 1.13.9 to 1.13.10

Release notes

Sourced from io.mockk:mockk's releases.

1.13.10

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.9...1.13.10

Commits
  • 38a7f41 Update the API file
  • db6c67a Add the requireParallelTesting configuration flag
  • 9f19288 Merge pull request #1211 from JakeSteam/patch-2
  • 73803f8 Adds example workaround for Android users
  • 108f9b4 Merge pull request #1209 from ath0s/capture-mutable-list-value-class
  • f33d04b Fix capture using mutable list of value class
  • 640966d Merge pull request #1204 from jselbo/master
  • 894732e Update API with maybeUnboxValueForMethodReturn
  • ed50694 Merge pull request #1203 from flapenna/fix-calloriginal-default-interface-method
  • 3a00e7b Only unbox value class answers when appropriate
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-test-host from 2.3.8 to 2.3.9

Release notes

Sourced from io.ktor:ktor-server-test-host's releases.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Changelog

Sourced from io.ktor:ktor-server-test-host's changelog.

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Commits
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • 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

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 update-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` |
| [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [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-database-postgresql | `10.8.1` | `10.9.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.0` | `1.5.3` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.16.2` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.16.2` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.16.2` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.34.0` | `2.35.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.6` | `1.19.7` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.10` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` |


Updates `org.jetbrains.kotlin:kotlin-stdlib` 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 `io.ktor:ktor-server-core` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-server-netty` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-server-test-host` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-server-netty` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

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-database-postgresql` from 10.8.1 to 10.9.1

Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.3
- [Commits](qos-ch/logback@v_1.5.0...v_1.5.3)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.16.2

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

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

Updates `com.google.cloud:google-cloud-storage` from 2.34.0 to 2.35.0
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.34.0...v2.35.0)

Updates `org.testcontainers:postgresql` from 1.19.6 to 1.19.7
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.6...1.19.7)

Updates `io.mockk:mockk` from 1.13.9 to 1.13.10
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.9...1.13.10)

Updates `io.ktor:ktor-server-test-host` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

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)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2024 19:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2024

Superseded by #150.

@dependabot dependabot bot closed this Mar 13, 2024
@dependabot dependabot bot deleted the dependabot/gradle/update-dependencies-70495331d4 branch March 13, 2024 19:21
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