Commit 9248bdc
authored
Bump the production group with 16 updates
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>1 parent 6c029af commit 9248bdc
5 files changed
Lines changed: 138 additions & 120 deletions
File tree
- gradle
- wrapper
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments