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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump the other-dependencies group with 16 updates #69

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2023

Bumps the other-dependencies group with 16 updates:

Package From To
jvm 1.9.21 1.9.22
plugin.spring 1.9.20 1.9.22
com.github.tomakehurst:wiremock-jre8 2.35.0 3.0.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.15.3 2.16.0
org.apache.httpcomponents:httpcore 4.4.15 4.4.16
io.github.lsd-consulting:lsd-distributed-generator 7.2.13 7.2.26
org.junit.jupiter:junit-jupiter-api 5.9.2 5.10.1
org.junit.jupiter:junit-jupiter-engine 5.9.2 5.10.1
org.apache.commons:commons-lang3 3.13.0 3.14.0
io.github.lsd-consulting:lsd-distributed-mongodb-connector 5.0.6 5.0.9
de.flapdoodle.embed:de.flapdoodle.embed.mongo 3.5.4 4.12.0
com.approvaltests:approvaltests 22.2.1 22.3.3
io.github.lsd-consulting:lsd-distributed-postgres-connector 1.0.9 1.0.15
org.testcontainers:postgresql 1.18.3 1.19.3
org.testcontainers:junit-jupiter 1.18.3 1.19.3
org.springframework.boot 2.7.10 3.2.1

Updates jvm from 1.9.21 to 1.9.22

Commits

Updates plugin.spring from 1.9.20 to 1.9.22

Release notes

Sourced from plugin.spring's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from plugin.spring's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits

Updates com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 3.0.1

Release notes

Sourced from com.github.tomakehurst:wiremock-jre8's releases.

3.0.1

馃悰 Bug fixes

  • Stop returning 500s for unmatched path patterns (#2339) @鈥婱ahoney
  • Ensure that the shadow JAR is always built last to ensure webhooks fat JAR wins (#2344) @鈥媡omakehurst
  • Added validation of UUIDs in path parameters in the admin API so that clearer errors are reported when non UUIDs are provided or item isn't found rather than throwing a 500 error (#2347) @鈥媡omakehurst
  • Respect StopAction in V1 Filter (#2335) @鈥婱ahoney

Thanks to the regression reporters: @鈥媎efnngj , @鈥媜leg-nenashev , @鈥婱ahoney

WireMock 3.0.0

A new major release that introduces a lot of new features, enhancements and also some breaking changes. The key changes include support for Java 17, dropping Java 8 support, new matchers and dynamic response macros, new API endpoints, etc. We鈥檝e made a small number of breaking changes to the Java API plus some behavioural changes, but the JSON (REST and file) API remains fully compatible with 2.x.

NOTE: A blog post with the user-friendly summary and migration guidelines is coming soon!

Thanks to all contributors! The changelog below represents key changes between 2.35.0 and 3.0.0. The full list of changes is available below in the collapsed section.

WARNING: There are known issues in the WireMock 3.0.0 release. Please be careful when updating, and see the Errata below

Upgrade guide

This guide assumes you would be upgrading from WireMock 2.35.0 to 3.1.0

  1. If you aren鈥檛 using WireMock 2.35.0, upgrade to this version first
  2. If you use WireMock Standalone, backup your configurations, logs and other information you might need in the future, just in case the - upgrade goes wrong
  3. If you use the WireMock Webhooks Extension, delete the dependency on it and the downloads. Now the extension is a part of the WireMock core
  4. If you use any WireMock extensions, private source or open source ones, ensure they are compatible with WireMock 3 by checking this GitHub Issue, documentation and the integration tests. If you discover any incompatible extension, please raise a bug in [wiremock/wiremock/issues (https://github.com/wiremock/wiremock/issues) or comment in [wiremock/wiremock #2323](https://redirect.github.com/WireMock 3 extension compatibility聽wiremock/wiremock#2323), We will triage and route it accordingly
  5. If you use Java 8 on the instance, update to Java 11 or Java 17
  6. Update WireMock to the most recent release of WireMock 3

馃殌 New features and improvements

Proxy mode:

... (truncated)

Commits
  • 34d4930 Bump patch version to 3.0.1
  • ae6ed02 Stopped updating package-lock.json when bumping versions
  • a302419 Fixed bump patch and minor versions logic
  • ae525f9 Fixed get patch version function in build
  • 0d4ccca Merge pull request #2347 from wiremock/better-stub-id-validation-in-admin-api
  • c5e8230 Added validation of UUIDs in path parameters in the admin API so that clearer...
  • 5273a43 Merge pull request #2339 from wiremock/fix-exception-in-diff
  • ab05ee9 Ensured that the shadow JAR is always built last. Relocated dependencies in w...
  • 9eaaa69 Merge pull request #2337 from wiremock/dependabot/gradle/com.diffplug.spotles...
  • 36f04c7 Merge pull request #2343 from wiremock/semver-release-drafter
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.3 to 2.16.0

Commits
  • 2a6f5cf [maven-release-plugin] prepare release jackson-module-kotlin-2.16.0
  • 4d6a77b Prepare for 2.16.0 release
  • fc47a94 Merge pull request #723 from k163377/add-inject-test
  • 07552a5 Add test for #722
  • 16e523a Merge pull request #720 from k163377/fix/617
  • 865cef2 Fix japicmp param
  • 8347577 Fix comments and deprecations
  • e9463e9 Revert "Merge pull request #682 from k163377/fix/617"
  • 49369a3 Back to snapshot dep
  • 7bb1468 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents:httpcore from 4.4.15 to 4.4.16

Updates io.github.lsd-consulting:lsd-distributed-generator from 7.2.13 to 7.2.26

Release notes

Sourced from io.github.lsd-consulting:lsd-distributed-generator's releases.

v7.2.26

7.2.26 (2023-12-13)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (ed6c2af)

v7.2.25

7.2.25 (2023-12-11)

Bug Fixes

  • bump the lsd-dependencies group with 3 updates (72a09b2)

v7.2.24

7.2.24 (2023-12-08)

Bug Fixes

  • bump the lsd-dependencies group with 2 updates (1da6982)

v7.2.23

7.2.23 (2023-12-05)

Bug Fixes

  • bump the lsd-dependencies group with 2 updates (f14237c)

v7.2.22

7.2.22 (2023-11-30)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (4f5ebff)

v7.2.21

7.2.21 (2023-11-29)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (e1eeac6)

v7.2.20

7.2.20 (2023-11-27)

... (truncated)

Commits
  • ef3532e Merge pull request #47 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • ed6c2af fix: bump the lsd-dependencies group with 1 update
  • 7a87c2e Merge pull request #46 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 72a09b2 fix: bump the lsd-dependencies group with 3 updates
  • bb1bd03 Merge pull request #44 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 1da6982 fix: bump the lsd-dependencies group with 2 updates
  • 59ddbb7 Merge pull request #42 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • f14237c fix: bump the lsd-dependencies group with 2 updates
  • c83dedf Merge pull request #41 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 4f5ebff fix: bump the lsd-dependencies group with 1 update
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.10.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0...r5.10.1

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0-RC2...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0...r5.10.1

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0-RC2...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0

Updates io.github.lsd-consulting:lsd-distributed-mongodb-connector from 5.0.6 to 5.0.9

Release notes

Sourced from io.github.lsd-consulting:lsd-distributed-mongodb-connector's releases.

v5.0.9

5.0.9 (2023-12-08)

Bug Fixes

  • bump the other-dependencies group with 1 update (5e688d4)

v5.0.8

5.0.8 (2023-11-24)

Bug Fixes

  • bump the lsd-dependencies group with 2 updates (86a41e0)
  • bump the other-dependencies group with 2 updates (71e098c)

v5.0.7

5.0.7 (2023-11-22)

Bug Fixes

  • bump the other-dependencies group with 1 update (db1c672)
Commits
  • 9037223 Merge pull request #23 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 5e688d4 fix: bump the other-dependencies group with 1 update
  • 57c2d1d Merge pull request #21 from lsd-consulting/dependabot/gradle/other-dependenci...
  • f441fd4 Merge pull request #19 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 71e098c fix: bump the other-dependencies group with 2 updates
  • 86a41e0 fix: bump the lsd-dependencies group with 2 updates
  • 13d9632 Merge pull request #18 from lsd-consulting/dependabot/gradle/other-dependenci...
  • db1c672 fix: bump the other-dependencies group with 1 update
  • See full diff in compare view

Updates de.flapdoodle.embed:de.flapdoodle.embed.mongo from 3.5.4 to 4.12.0

Commits
  • aa65df1 [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.12.0
  • d07cb71 changelog
  • b3c0207 dependency update
  • 7a5a9fa released
  • 88481f0 [maven-release-plugin] prepare for next development iteration
  • 0d857c1 [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.11.1
  • 1637a12 bugfix
  • 233c857 released
  • 9e39d5d [maven-release-plugin] prepare for next development iteration
  • 049c2fb [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.11.0
  • Additional commits viewable in compare view

Updates com.approvaltests:approvaltests from 22.2.1 to 22.3.3

Release notes

Sourced from com.approvaltests:approvaltests's releases.

Updating dependency to jakarta mail

Closes issue #376

Inline reporter detects expected

Fixes a minor bug where you have code before expected for inline approvals

InlineJavaReporter uses tab/spaces

No release notes provided.

inline Approvals

https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/InlineApprovals.md

https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/explanations/InlineApprovalsWorkflow.md

Commits
  • 816dc3f ! B Update to jakarta mail
  • 417fbe6 . t Update data in test CSV files and Maven compiler version
  • e245851 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3
  • 112e08b Merge pull request #437 from approvals/dependabot/maven/com.fasterxml.jackson...
  • 5c88fb8 Merge pull request #438 from approvals/dependabot/maven/com.fasterxml.jackson...
  • 4a78769 Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0
  • 6b66025 e dependabot to group updates for core and databind
  • d648f6e Bump commons-logging:commons-logging from 1.2 to 1.3.0
  • ca047e6 Bump actions/setup-java from 1 to 4
  • 809218c Bump net.jqwik:jqwik from 1.8.1 to 1.8.2
  • Additional commits viewable in compare view

Updates io.github.lsd-consulting:lsd-distributed-postgres-connector from 1.0.9 to 1.0.15

Release notes

Sourced from io.github.lsd-consulting:lsd-distributed-postgres-connector's releases.

v1.0.15

1.0.15 (2023-12-08)

Bug Fixes

  • bump the other-dependencies group with 1 update (978cd1b)

v1.0.14

1.0.14 (2023-12-07)

Bug Fixes

  • bump the other-dependencies group with 1 update (7b2a9f2)

v1.0.13

1.0.13 (2023-11-24)

Bug Fixes

  • bump the other-dependencies group with 2 updates (542a7d3)

v1.0.12

1.0.12 (2023-11-24)

Bug Fixes

  • bump the lsd-dependencies group with 2 updates (a4dd2e7)

v1.0.11

1.0.11 (2023-11-21)

Bug Fixes

  • bump the other-dependencies group with 1 update (03af0bd)

v1.0.10

1.0.10 (2023-11-16)

Bug Fixes

  • bump the other-dependencies group with 1 update (bc901bb)
Commits
  • 660743b Merge pull request #17 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 978cd1b fix: bump the other-dependencies group with 1 update
  • b09cfab Merge pull request #15 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 7b2a9f2 fix: bump the other-dependencies group with 1 update
  • 75b47a5 Merge pull request #14 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 542a7d3 fix: bump the other-dependencies group with 2 updates
  • 109e52e Merge pull request #12 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • a4dd2e7 fix: bump the lsd-dependencies group with 2 updates
  • 33ea9ed Merge pull request #11 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 03af0bd fix: bump the other-dependencies group with 1 update
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.18.3 to 1.19.3

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.3

What's Changed

馃悰 Bug Fixes

馃Ч Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

馃摉 Documentation

... (truncated)

Commits
  • 832d943 Register default network alias using ContainerDef (#7861)
  • 696481e Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)
  • f1f79dc Fix regression using GenericContainer#setImage (#7820)
  • b59888a Fix bugs in SQLScriptScanner with big String literals and PostgreSQL identi...
  • d80ce60 [create-pull-request] automated change (#7813)
  • ca036ae [create-pull-request] automated change (#7812)
  • 6d33055 Keep exposed ports order in ContainerDef (#7811)
  • 1419510 Merge pull request #7810 from testcontainers/combined-pr-branch
  • c326399 Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/org.juni...
  • f466275 Bump org.junit.jupiter:junit-jupiter-api in /examples
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.18.3 to 1.19.3

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.19.3

What's Changed

馃悰 Bug Fixes

馃Ч Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

馃摉 Documentation

... (truncated)

Commits

Bumps the other-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.20` | `1.9.22` |
| [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) | `2.35.0` | `3.0.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.3` | `2.16.0` |
| org.apache.httpcomponents:httpcore | `4.4.15` | `4.4.16` |
| [io.github.lsd-consulting:lsd-distributed-generator](https://github.com/lsd-consulting/lsd-distributed-generator) | `7.2.13` | `7.2.26` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.9.2` | `5.10.1` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.9.2` | `5.10.1` |
| org.apache.commons:commons-lang3 | `3.13.0` | `3.14.0` |
| [io.github.lsd-consulting:lsd-distributed-mongodb-connector](https://github.com/lsd-consulting/lsd-distributed-mongodb-connector) | `5.0.6` | `5.0.9` |
| [de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) | `3.5.4` | `4.12.0` |
| [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) | `22.2.1` | `22.3.3` |
| [io.github.lsd-consulting:lsd-distributed-postgres-connector](https://github.com/lsd-consulting/lsd-distributed-postgres-connector) | `1.0.9` | `1.0.15` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.18.3` | `1.19.3` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.18.3` | `1.19.3` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `2.7.10` | `3.2.1` |


Updates `jvm` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `plugin.spring` from 1.9.20 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `com.github.tomakehurst:wiremock-jre8` from 2.35.0 to 3.0.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.35.0...3.0.1)

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

Updates `org.apache.httpcomponents:httpcore` from 4.4.15 to 4.4.16

Updates `io.github.lsd-consulting:lsd-distributed-generator` from 7.2.13 to 7.2.26
- [Release notes](https://github.com/lsd-consulting/lsd-distributed-generator/releases)
- [Changelog](https://github.com/lsd-consulting/lsd-distributed-generator/blob/main/.releaserc.yaml)
- [Commits](lsd-consulting/lsd-distributed-generator@v7.2.13...v7.2.26)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.2 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.10.1)

Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.14.0

Updates `io.github.lsd-consulting:lsd-distributed-mongodb-connector` from 5.0.6 to 5.0.9
- [Release notes](https://github.com/lsd-consulting/lsd-distributed-mongodb-connector/releases)
- [Changelog](https://github.com/lsd-consulting/lsd-distributed-mongodb-connector/blob/main/.releaserc.yaml)
- [Commits](lsd-consulting/lsd-distributed-mongodb-connector@v5.0.6...v5.0.9)

Updates `de.flapdoodle.embed:de.flapdoodle.embed.mongo` from 3.5.4 to 4.12.0
- [Commits](flapdoodle-oss/de.flapdoodle.embed.mongo@de.flapdoodle.embed.mongo-3.5.4...de.flapdoodle.embed.mongo-4.12.0)

Updates `com.approvaltests:approvaltests` from 22.2.1 to 22.3.3
- [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
- [Commits](approvals/ApprovalTests.Java@22.2.1...22.3.3)

Updates `io.github.lsd-consulting:lsd-distributed-postgres-connector` from 1.0.9 to 1.0.15
- [Release notes](https://github.com/lsd-consulting/lsd-distributed-postgres-connector/releases)
- [Changelog](https://github.com/lsd-consulting/lsd-distributed-postgres-connector/blob/main/.releaserc.yaml)
- [Commits](lsd-consulting/lsd-distributed-postgres-connector@v1.0.9...v1.0.15)

Updates `org.testcontainers:postgresql` from 1.18.3 to 1.19.3
- [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.18.3...1.19.3)

Updates `org.testcontainers:junit-jupiter` from 1.18.3 to 1.19.3
- [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.18.3...1.19.3)

Updates `org.springframework.boot` from 2.7.10 to 3.2.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.10...v3.2.1)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.httpcomponents:httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.lsd-consulting:lsd-distributed-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.lsd-consulting:lsd-distributed-mongodb-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: com.approvaltests:approvaltests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.lsd-consulting:lsd-distributed-postgres-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 21, 2023
@nickmcdowall
Copy link
Contributor

@dependabot merge (if checks succeed)

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2023

Superseded by #70.

@dependabot dependabot bot closed this Dec 22, 2023
@dependabot dependabot bot deleted the dependabot/gradle/other-dependencies-d11cd2f0ce branch December 22, 2023 14:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant