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 17 updates #82

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps the other-dependencies group with 17 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.1
org.apache.httpcomponents:httpcore 4.4.15 4.4.16
io.github.lsd-consulting:lsd-distributed-generator 7.2.13 7.2.35
org.junit.jupiter:junit-jupiter-api 5.9.2 5.10.1
org.junit.jupiter:junit-jupiter-engine 5.9.2 5.10.1
io.mockk:mockk 1.13.8 1.13.9
org.apache.commons:commons-lang3 3.13.0 3.14.0
io.github.lsd-consulting:lsd-distributed-mongodb-connector 5.0.6 5.0.12
de.flapdoodle.embed:de.flapdoodle.embed.mongo 3.5.4 4.12.2
com.approvaltests:approvaltests 22.2.1 22.3.3
io.github.lsd-consulting:lsd-distributed-postgres-connector 1.0.9 1.0.20
org.testcontainers:postgresql 1.18.3 1.19.4
org.testcontainers:junit-jupiter 1.18.3 1.19.4
org.springframework.boot 2.7.10 3.2.2

Updates jvm from 1.9.21 to 1.9.22

Release notes

Sourced from jvm's releases.

Kotlin 1.9.22

Changelog

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

Checksums

File Sha256
kotlin-compiler-1.9.22.zip 88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6
kotlin-native-linux-x86_64-1.9.22.tar.gz c2b0a6481ced5401db4a7028661c039b7466996efaa554bbcc6a3d421ac5e7d4
kotlin-native-macos-x86_64-1.9.22.tar.gz 4646c9bc289d48a228064f565f3a968dde3dcccd7821f403717c708f6ffa8285
kotlin-native-macos-aarch64-1.9.22.tar.gz 8a95c0e0eb46b41b6d02a1942dc7dfe8c70082a2a26679490a77cd486f0ec8dd
kotlin-native-windows-x86_64-1.9.22.zip a9d7bcf38a41a84002ba7a733b08e97b554225a39656d5158fc31dc6d0acede4
Changelog

Sourced from jvm's changelog.

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic
Commits
  • 44ed2e9 Add changelog for 1.9.22
  • b7b0397 [Gradle] Made klib unpacked for native metadata compile task
  • 262697d [K/JS] Fix file extension inside the JS KGP to run tests with ES modules ^KT-...
  • 87c8aa1 [K/JS] Fix case with boxing/unboxing inside the BlockDecomposerLowering ^KT-6...
  • 316df8d [CLI] Add cache for reflection lookup of CLI arguments
  • b0cc245 Avoid throwing exception when BuildFusService can't be injected
  • cfbb957 [IR] Correct handling of loops in liveness analysis
  • 204cecd [box-tests] Added a reproducer for #KT-64139
  • 9c7aac2 [gradle] Use more fine grained directory for K/N incremental compilation
  • 9012e67 Add KotlinBuilder 'dumb mode' flag
  • Additional commits viewable in compare view

Updates plugin.spring from 1.9.20 to 1.9.22

Release notes

Sourced from plugin.spring's releases.

Kotlin 1.9.22

Changelog

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

Checksums

File Sha256
kotlin-compiler-1.9.22.zip 88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6
kotlin-native-linux-x86_64-1.9.22.tar.gz c2b0a6481ced5401db4a7028661c039b7466996efaa554bbcc6a3d421ac5e7d4
kotlin-native-macos-x86_64-1.9.22.tar.gz 4646c9bc289d48a228064f565f3a968dde3dcccd7821f403717c708f6ffa8285
kotlin-native-macos-aarch64-1.9.22.tar.gz 8a95c0e0eb46b41b6d02a1942dc7dfe8c70082a2a26679490a77cd486f0ec8dd
kotlin-native-windows-x86_64-1.9.22.zip a9d7bcf38a41a84002ba7a733b08e97b554225a39656d5158fc31dc6d0acede4

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects

... (truncated)

Changelog

Sourced from plugin.spring's changelog.

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

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

... (truncated)

Commits
  • 44ed2e9 Add changelog for 1.9.22
  • b7b0397 [Gradle] Made klib unpacked for native metadata compile task
  • 262697d [K/JS] Fix file extension inside the JS KGP to run tests with ES modules ^KT-...
  • 87c8aa1 [K/JS] Fix case with boxing/unboxing inside the BlockDecomposerLowering ^KT-6...
  • 316df8d [CLI] Add cache for reflection lookup of CLI arguments
  • b0cc245 Avoid throwing exception when BuildFusService can't be injected
  • cfbb957 [IR] Correct handling of loops in liveness analysis
  • 204cecd [box-tests] Added a reproducer for #KT-64139
  • 9c7aac2 [gradle] Use more fine grained directory for K/N incremental compilation
  • 9012e67 Add KotlinBuilder 'dumb mode' flag
  • Additional commits viewable in compare view

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

Commits
  • a9ddfeb [maven-release-plugin] prepare release jackson-module-kotlin-2.16.1
  • 9c31445 Prepare for 2.14.1 release
  • db4f69a Merge pull request #734 from k163377/fix/readme
  • a815047 Fix typo
  • 44989f9 Updated version information to 2.16
  • 41dd67c Merge pull request #733 from k163377/serializable-object-read-resolve
  • 2306408 Update release notes wrt #733
  • 0b32adc Fix problem with Serializable objects not implementing readResolve
  • e827417 Merge pull request #728 from k163377/fix-release-notes
  • 3b58674 Corrected description of 2.16 release status
  • 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.35

Release notes

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

v7.2.35

7.2.35 (2024-01-26)

Bug Fixes

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

v7.2.34

7.2.34 (2024-01-10)

Bug Fixes

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

v7.2.33

7.2.33 (2024-01-09)

Bug Fixes

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

v7.2.32

7.2.32 (2024-01-02)

Bug Fixes

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

v7.2.31

7.2.31 (2024-01-01)

Bug Fixes

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

v7.2.30

7.2.30 (2023-12-29)

Bug Fixes

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

v7.2.29

7.2.29 (2023-12-26)

... (truncated)

Commits
  • f8f50ee Merge pull request #60 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 9810ccf fix: bump the lsd-dependencies group with 1 update
  • fe7801d Merge pull request #58 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • a0ea396 fix: bump the lsd-dependencies group with 2 updates
  • dfeff48 Merge pull request #57 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 44e314e fix: bump the lsd-dependencies group with 2 updates
  • e289e37 Merge pull request #56 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 4a17cf0 fix: bump the lsd-dependencies group with 1 update
  • df94b7e Merge pull request #55 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 673cbc0 fix: bump the lsd-dependencies group with 2 updates
  • 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 io.mockk:mockk from 1.13.8 to 1.13.9

Release notes

Sourced from io.mockk:mockk's releases.

1.13.9

What's Changed

New Contributors

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

Commits

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

Release notes

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

v5.0.12

5.0.12 (2024-01-09)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (46434f7)
  • bump the other-dependencies group with 1 update (b51c401)

v5.0.11

5.0.11 (2023-12-29)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (72e835e)
  • bump the other-dependencies group with 1 update (c59b7d2)

v5.0.10

5.0.10 (2023-12-22)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (2c5be65)
  • bump the other-dependencies group with 2 updates (fa536ca)

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

... (truncated)

Commits
  • 8344c81 Merge pull request #29 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • b2ce7fd Merge pull request #30 from lsd-consulting/dependabot/gradle/other-dependenci...
  • b51c401 fix: bump the other-dependencies group with 1 update
  • 46434f7 fix: bump the lsd-dependencies group with 1 update
  • 0bc885c Merge pull request #28 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 9ac0330 Merge pull request #27 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • c59b7d2 fix: bump the other-dependencies group with 1 update
  • 72e835e fix: bump the lsd-dependencies group with 1 update
  • 446e6d9 Merge pull request #26 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 41f4069 Merge pull request #24 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • Additional commits viewable in compare view

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

Commits
  • 8ac9679 [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.12.2
  • f47c45a dep update, bugfix in .embed.process
  • f9c09d9 released
  • b69bc13 [maven-release-plugin] prepare for next development iteration
  • 137b8c9 [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.12.1
  • 1d8bd79 dep updates
  • c382193 released
  • 3b6a349 [maven-release-plugin] prepare for next development iteration
  • aa65df1 [maven-release-plugin] prepare release de.flapdoodle.embed.mongo-4.12.0
  • d07cb71 changelog
  • 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.20

Release notes

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

v1.0.20

1.0.20 (2024-01-09)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (9e2130e)
  • bump the other-dependencies group with 1 update (89a3c7c)

v1.0.19

1.0.19 (2023-12-29)

Bug Fixes

  • bump the lsd-dependencies group with 1 update (d3de2c7)
  • bump the other-dependencies group with 1 update (f825409)

v1.0.18

1.0.18 (2023-12-25)

Bug Fixes

  • bump the other-dependencies group with 1 update (75a684e)

v1.0.17

1.0.17 (2023-12-22)

Bug Fixes

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

v1.0.16

1.0.16 (2023-12-22)

Bug Fixes

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

v1.0.15

1.0.15 (2023-12-08)

Bug Fixes

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

... (truncated)

Commits
  • 476c163 Merge pull request #25 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 22dbfa0 Merge pull request #24 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • 89a3c7c fix: bump the other-dependencies group with 1 update
  • 9e2130e fix: bump the lsd-dependencies group with 1 update
  • 7a0b6fd Merge pull request #23 from lsd-consulting/dependabot/gradle/other-dependenci...
  • 4c4013c Merge pull request #22 from lsd-consulting/dependabot/gradle/lsd-dependencies...
  • f825409 fix: bump the other-dependencies group with 1 update
  • d3de2c7 fix: bump the lsd-dependencies group with 1 update

Bumps the other-dependencies group with 17 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.1` |
| 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.35` |
| [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` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.8` | `1.13.9` |
| 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.12` |
| [de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) | `3.5.4` | `4.12.2` |
| [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.20` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.18.3` | `1.19.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.18.3` | `1.19.4` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `2.7.10` | `3.2.2` |


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](JetBrains/kotlin@v1.9.21...v1.9.22)

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](JetBrains/kotlin@v1.9.20...v1.9.22)

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.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.1)

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

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 `io.mockk:mockk` from 1.13.8 to 1.13.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.8...1.13.9)

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

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

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

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

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

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

---
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: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 26, 2024
@nickmcdowall
Copy link
Contributor

@dependabot merge (if checks succeed)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2024

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 Jan 29, 2024

Superseded by #83.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/gradle/other-dependencies-99ac870783 branch January 29, 2024 14:53
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