Skip to content

Bump the production group with 16 updates#8

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/production-3011ccd2ad
Mar 25, 2026
Merged

Bump the production group with 16 updates#8
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/production-3011ccd2ad

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps the production group with 16 updates:

Package From To
gradle-wrapper 9.0.0 9.4.1
org.jetbrains.kotlin:kotlin-gradle-plugin 2.1.10 2.3.20
io.kotest:kotest-runner-junit5 5.9.1 6.1.9
io.kotest:kotest-assertions-core 5.9.1 6.1.9
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.3 2.21.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.3 2.21.2
org.liquibase:liquibase-core 4.31.1 5.0.2
org.testcontainers:postgresql 1.20.5 1.21.4
org.testcontainers:mysql 1.20.5 1.21.4
org.postgresql:postgresql 42.7.5 42.7.10
com.mysql:mysql-connector-j 9.2.0 9.6.0
org.apache.kafka:kafka-clients 3.9.0 4.2.0
org.springframework:spring-context 6.2.3 7.0.6
org.springframework:spring-tx 6.2.3 7.0.6
org.springframework.boot:spring-boot-autoconfigure 3.4.3 4.0.4
org.wiremock:wiremock 3.10.0 3.13.2

Updates gradle-wrapper from 9.0.0 to 9.4.1

Release notes

Sourced from gradle-wrapper's releases.

9.4.1

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: akankshaa-00, Attila Kelemen, Björn Kautler, dblood, Dennis Rieks, duvvuvenkataramana, John Burns, Julian, kevinstembridge, Niels Doucet, Philip Wedemann, ploober, Richard Hernandez, Roberto Perez Alcolea, Sebastian Lövdahl, stephan2405, Stephane Landelle, Ujwal Suresh Vanjare, Victor Merkulov, Vincent Potuček, Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

... (truncated)

Commits

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.10 to 2.3.20

Release notes

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

Kotlin 2.3.20

Changelog

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Changelog

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

2.3.20

Analysis API. FIR

New Features

  • KT-78090 Implement stubs support for new conditional returns and holdsIn contracts

Fixes

  • KT-82948 'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'
  • KT-83467 Package-level JSpecify annotations are ignored when coming from jars or libraries
  • KT-82057 K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response type
  • KT-82846 AA: unresolved KtExpression.expressionType for the reference to the parameter with default value
  • KT-80485 False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous object
  • KT-82772 Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE mode
  • KT-76487 StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstable
  • KT-82618 Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25
  • KT-82076 Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysis
  • KT-71596 Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollector
  • KT-82085 No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDE
  • KT-81873 Provide a way of including traces in phase JFR events
  • KT-71929 Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctions

Analysis API. Infrastructure

  • KT-83173 Analysis API Tests: Library names with RC versions aren't sanitised
  • KT-65140 LL FIR: Implement AbstractFirPsiJsDiagnosticTest for LL FIR
  • KT-82212 [Analysis API, LL FIR] Implement AbstractDiagnosticsFirWasmTest and AbstractDiagnosticsFirWasmWasiTest for LL FIR

Analysis API. Light Classes

  • KT-82227 Value classes should expose regular static methods

Analysis API. PSI

  • KT-81710 'KtTypeReference.getTypeText' does not account for 'suspend' modifier on suspend lambdas
  • KT-82258 Prepare PSI for migration from context receivers to context parameters
  • KT-81074 KDoc: List rendering is broken

Analysis API. Providers and Caches

  • KT-82449 K2 IDE Analysis Freezes During Gradle Sync (Recursive Module Dependency Computation in KotlinModuleDependentsProviderBase.computeTransitiveDependents)
  • KT-82629 'collectDiagnostics' returns stale syntax error after editor fix
  • KT-74907 Analysis API: Apply platform-based library module content restrictions consistently

Analysis API. Standalone

  • KT-81107 AA: KtSourceModuleBuilder.sourceRoots doesn't works with symbolic links

... (truncated)

Commits
  • d57eb4a Add ChangeLog for 2.3.20-RC3
  • 41886bb [Gradle] Update KGP npm tooling dependency versions
  • 210a9bd [Native] Do not mark iosX64 target as deprecate in DSL
  • 7ed446e Add ChangeLog for 2.3.20-RC2
  • 520eade [K/JVM] Fix incorrect optimization of local delegation
  • 7ef8bcc Reflection: add LazyKProperty to fix recent performance regression
  • 9fa7cf2 [Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566
  • d410596 [Gradle] Shutdown coroutines dispatcher threads after compiler invocation
  • 348430b [BTA] Fix compatibility between API 2.3.20 and KC 2.3.10
  • 4058f3c [CMP] HiddenFromObjC remove outdated offset check
  • Additional commits viewable in compare view

Updates io.kotest:kotest-runner-junit5 from 5.9.1 to 6.1.9

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.1.9

Full Changelog: kotest/kotest@v6.1.8...v6.1.9

The Gradle 9.4 --tests filter change was missed from the 6.1.8 release. This 6.1.9 release includes it.

If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.

v6.1.8

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.7...v6.1.8

v6.1.7

... (truncated)

Commits
  • b368573 Revert the Gradle 9.4 test filter handling removal
  • 666ae51 Simplify discovery log message formatting in Discovery.kt.
  • f641e00 Add primitive array support for containAll matcher (#4354) (#5776)
  • 2d21515 Add primitive array support for inorder (shouldContainInOrder) matcher (#4354...
  • 8f7a507 Increase forNone performance threshold to 10x for CI variance
  • 92ee8ff Normalize line breaks in test names for Gradle test filters (#5764)
  • 359f65e Add tests and fix for afterSpec/beforeSpec in TestFactory (#4133) (#5786)
  • 4ee4a97 Add finalizeSpec DSL function to TestConfiguration and Spec (#5750)
  • e0a45fa Add primitive array support for beIn (shouldBeIn) matcher (#4354) (#5780)
  • 282a929 Add LazyJvmAssertion to avoid stacktraces in inspectors (#5759)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core from 5.9.1 to 6.1.9

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.1.9

Full Changelog: kotest/kotest@v6.1.8...v6.1.9

The Gradle 9.4 --tests filter change was missed from the 6.1.8 release. This 6.1.9 release includes it.

If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.

v6.1.8

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.7...v6.1.8

v6.1.7

... (truncated)

Commits
  • b368573 Revert the Gradle 9.4 test filter handling removal
  • 666ae51 Simplify discovery log message formatting in Discovery.kt.
  • f641e00 Add primitive array support for containAll matcher (#4354) (#5776)
  • 2d21515 Add primitive array support for inorder (shouldContainInOrder) matcher (#4354...
  • 8f7a507 Increase forNone performance threshold to 10x for CI variance
  • 92ee8ff Normalize line breaks in test names for Gradle test filters (#5764)
  • 359f65e Add tests and fix for afterSpec/beforeSpec in TestFactory (#4133) (#5786)
  • 4ee4a97 Add finalizeSpec DSL function to TestConfiguration and Spec (#5750)
  • e0a45fa Add primitive array support for beIn (shouldBeIn) matcher (#4354) (#5780)
  • 282a929 Add LazyJvmAssertion to avoid stacktraces in inspectors (#5759)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core from 5.9.1 to 6.1.9

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.1.9

Full Changelog: kotest/kotest@v6.1.8...v6.1.9

The Gradle 9.4 --tests filter change was missed from the 6.1.8 release. This 6.1.9 release includes it.

If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.

v6.1.8

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.7...v6.1.8

v6.1.7

... (truncated)

Commits
  • b368573 Revert the Gradle 9.4 test filter handling removal
  • 666ae51 Simplify discovery log message formatting in Discovery.kt.
  • f641e00 Add primitive array support for containAll matcher (#4354) (#5776)
  • 2d21515 Add primitive array support for inorder (shouldContainInOrder) matcher (#4354...
  • 8f7a507 Increase forNone performance threshold to 10x for CI variance
  • 92ee8ff Normalize line breaks in test names for Gradle test filters (#5764)
  • 359f65e Add tests and fix for afterSpec/beforeSpec in TestFactory (#4133) (#5786)
  • 4ee4a97 Add finalizeSpec DSL function to TestConfiguration and Spec (#5750)
  • e0a45fa Add primitive array support for beIn (shouldBeIn) matcher (#4354) (#5780)
  • 282a929 Add LazyJvmAssertion to avoid stacktraces in inspectors (#5759)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.3 to 2.21.2

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.21.2

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.21.2

Updates org.liquibase:liquibase-core from 4.31.1 to 5.0.2

Release notes

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

Liquibase v5.0.2

5.0.2 Liquibase Community Release Notes

Liquibase Community v5.0.2 is here, with contributions from developers around the globe. This release includes a range of bug fixes across multiple database platforms along with several quality-of-life enhancements, with 19 contributors coming together to continue improving Liquibase for the entire community.

At Liquibase, we believe great database change management starts with a community that can rely on a predictable and transparent release process. To support this commitment, and starting with version 5.0.2, we are providing two clear ways for the community to access updates and improvements:

  • Main Branch Builds on GitHub – Main branch builds are continuously published on GitHub, offering early access to the latest improvements and fixes as they are developed. These builds enable the community to test upcoming capabilities and provide feedback ahead of the next official release. Learn more on our GitHub README

  • Quarterly Community Releases – Liquibase Community updates are released on a quarterly cadence (every second month of each calendar quarter) providing stable, production-ready versions that allow teams to plan upgrades and maintenance with confidence. These releases are available through all standard distribution channels, including GitHub, Maven Central, package managers, container registries, and other official Liquibase Community distribution locations.

Together, these options ensure that teams can choose the path that best fits their needs - whether prioritizing stability through scheduled releases or engaging early with the latest innovations in Liquibase.

A huge thank you to every contributor who filed an issue, submitted a pull request, or helped review code. You are the engine that drives Liquibase forward.


What’s in this release

Notable improvements

(#7451) by @​MalloD12 New: Added the ALLOW_INHERIT_LOGICAL_FILE_PATH global configuration property, which controls whether included changelogs inherit the logicalFilePath of their parent changelog when no explicit logicalFilePath is set.

(#6627 and #7390) by @​mkarg Improved: Custom change classes that cannot be found on the classpath no longer automatically fail the entire changelog. Liquibase now honors failOnError: false at the changeset level when the failure is caused by a missing custom change class. Additionally, a failing precondition with onFail="MARK_RAN" is now respected when the custom change class is not on the classpath.

(#7479) Improved Cassandra compatibility: Refactoring to enable third-party extensions like liquibase-cassandra to provide database-specific implementations and laying the groundwork for a future fix for CQL incompatibility errors.

Liquibase Community 5.0.2 moves more community repositories to the Functional Source License (FSL). See our FSL blog for details.

Performance improvements

(#7439) Performance fix for analytics: @​tati-qalified identified and resolved a performance degradation introduced with the analytics implementation. If you noticed Liquibase running slower since analytics was added, this is the fix you've been waiting for.

(#7539) Build improvements: Groovy source compilation has been moved to the module level in liquibase-extension-testing, removing redundant build steps from the root configuration.

Drivers and Dependencies

(7528) Updated bundled JDBC driver versions: MSSQL to v13.2.1.jre11 and Firebird to v6.0.3

(#7469) Dependency cleanup: Explicit exclusions added to liquibase-core pom.xml to fix duplicated commons-text dependency.

Fixes

(#7489) by @​MalloD12 Resolved an issue where the maven-update command logged duplicate messages when using the Java API. Summary output now defaults to LOG instead of ALL, which previously caused messages to be written to both the console and the log simultaneously. This behavior can still be overridden by explicitly setting the showSummaryOutput argument.

(#7395) by @​Parthiee Invalid or empty changelog file paths are now caught and rejected during serialization

Liquibase now validates that changelog file paths are properly defined and non-empty when serializing changelog configurations. Previously, incomplete or missing paths could pass through silently, resulting in invalid configurations.

... (truncated)

Changelog

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

Liquibase Community 5.0.2 is a minor patch release

See the Liquibase Community 5....

Description has been truncated

@dependabot dependabot bot added the automerge Auto-merge after CI passes label Mar 25, 2026
Bumps the production group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.0.0` | `9.4.1` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.3.20` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.9.1` | `6.1.9` |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `5.9.1` | `6.1.9` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.3` | `2.21.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.3` | `2.21.2` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.31.1` | `5.0.2` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.5` | `1.21.4` |
| [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.5` | `1.21.4` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.10` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.2.0` | `9.6.0` |
| org.apache.kafka:kafka-clients | `3.9.0` | `4.2.0` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.3` | `7.0.6` |
| [org.springframework:spring-tx](https://github.com/spring-projects/spring-framework) | `6.2.3` | `7.0.6` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.4.3` | `4.0.4` |
| [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.10.0` | `3.13.2` |


Updates `gradle-wrapper` from 9.0.0 to 9.4.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.0.0...v9.4.1)

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.10 to 2.3.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.10...v2.3.20)

Updates `io.kotest:kotest-runner-junit5` from 5.9.1 to 6.1.9
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.1...6.1.9)

Updates `io.kotest:kotest-assertions-core` from 5.9.1 to 6.1.9
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.1...6.1.9)

Updates `io.kotest:kotest-assertions-core` from 5.9.1 to 6.1.9
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.1...6.1.9)

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.3 to 2.21.2

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.3 to 2.21.2

Updates `org.liquibase:liquibase-core` from 4.31.1 to 5.0.2
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.31.1...v5.0.2)

Updates `org.testcontainers:postgresql` from 1.20.5 to 1.21.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.20.5...1.21.4)

Updates `org.testcontainers:mysql` from 1.20.5 to 1.21.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.20.5...1.21.4)

Updates `org.testcontainers:mysql` from 1.20.5 to 1.21.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.20.5...1.21.4)

Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.10
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.10)

Updates `com.mysql:mysql-connector-j` from 9.2.0 to 9.6.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@9.2.0...9.6.0)

Updates `org.apache.kafka:kafka-clients` from 3.9.0 to 4.2.0

Updates `org.springframework:spring-context` from 6.2.3 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.3...v7.0.6)

Updates `org.springframework:spring-tx` from 6.2.3 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.3...v7.0.6)

Updates `org.springframework:spring-tx` from 6.2.3 to 7.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.3...v7.0.6)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.4.3 to 4.0.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.3...v4.0.4)

Updates `org.wiremock:wiremock` from 3.10.0 to 3.13.2
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.10.0...3.13.2)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.3.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.liquibase:liquibase-core
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.testcontainers:mysql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: org.springframework:spring-context
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: org.springframework:spring-tx
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: org.springframework:spring-tx
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: org.wiremock:wiremock
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/production-3011ccd2ad branch from 9248bdc to c8d3c06 Compare March 25, 2026 11:35
@github-actions github-actions bot merged commit a222730 into main Mar 25, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/production-3011ccd2ad branch March 25, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Auto-merge after CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants