Skip to content

Commit 7706697

Browse files
Bump the gradle group with 6 updates
Bumps the gradle group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-client-jackson-jvm](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [io.ktor:ktor-server-test-host-jvm](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | org.flywaydb:flyway-database-postgresql | `10.8.1` | `10.9.0` | | [io.ktor:ktor-server-test-host-jvm](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.19.7` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.10` | Updates `io.ktor:ktor-client-jackson-jvm` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `io.ktor:ktor-server-test-host-jvm` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `org.flywaydb:flyway-database-postgresql` from 10.8.1 to 10.9.0 Updates `io.ktor:ktor-server-test-host-jvm` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `org.testcontainers:postgresql` from 1.19.5 to 1.19.7 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.5...1.19.7) Updates `io.mockk:mockk` from 1.13.9 to 1.13.10 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.9...1.13.10) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-jackson-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.ktor:ktor-server-test-host-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.ktor:ktor-server-test-host-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0f2110 commit 7706697

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ val junitJupiterVersion = "5.10.2"
44
val jsonassertVersion = "1.5.1"
55
val k9rapidVersion = "1.20240115061003-339d641"
66
val ulidVersion = "8.3.0"
7-
val ktorVersion = "2.3.8"
7+
val ktorVersion = "2.3.9"
88
val dusseldorfVersion = "4.2.1"
99

1010
// Database
11-
val flywayVersion = "10.8.1"
11+
val flywayVersion = "10.9.0"
1212
val hikariVersion = "5.1.0"
1313
val kotliqueryVersion = "1.9.0"
1414
val postgresVersion = "42.7.2"
1515

1616
// Test
17-
val testcontainersVersion = "1.19.5"
18-
val mockkVersion = "1.13.9"
17+
val testcontainersVersion = "1.19.7"
18+
val mockkVersion = "1.13.10"
1919
val schemaValidatorVersion = "1.3.3"
2020
val awaitilityVersion = "4.2.0"
2121
val assertjVersion = "3.25.3"

0 commit comments

Comments
 (0)