From 97da0ceddf20ecda14ca515ef1be95849bcf7415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:15:35 +0000 Subject: [PATCH] Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.http4k:http4k-server-netty](https://github.com/http4k/http4k) | `5.30.0.0` | `5.31.1.0` | | org.jooq:jooq-codegen | `3.19.11` | `3.19.12` | | org.jooq:jooq | `3.19.11` | `3.19.12` | | [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.7.2` | `1.7.3` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.7.2` | `1.7.3` | Updates `org.http4k:http4k-server-netty` from 5.30.0.0 to 5.31.1.0 - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](https://github.com/http4k/http4k/compare/5.30.0.0...5.31.1.0) Updates `org.jooq:jooq-codegen` from 3.19.11 to 3.19.12 Updates `org.jooq:jooq` from 3.19.11 to 3.19.12 Updates `org.jooq:jooq` from 3.19.11 to 3.19.12 Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.2...v1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.2...v1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: org.http4k:http4k-server-netty dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.jooq:jooq-codegen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- komok-server-core/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29ff9ff..45fdbde 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,14 +3,14 @@ binary-compatibility-validator = "0.16.3" bouncycastle = "1.78.1" flyway = "10.18.0" hikari = "5.1.0" -jooq = "3.19.11" +jooq = "3.19.12" junit = "5.11.0" junit-platform = "1.11.0" komok = "1.0.7" kotlin = "2.0.20" kotlinpoet = "1.18.1" kotlinx-coroutines = "1.9.0" -kotlinx-serialization = "1.7.2" +kotlinx-serialization = "1.7.3" ksp = "2.0.20-1.0.25" ktor = "3.0.0-rc-1" logback = "1.5.8" diff --git a/komok-server-core/build.gradle.kts b/komok-server-core/build.gradle.kts index 7f44e46..d92ef2f 100644 --- a/komok-server-core/build.gradle.kts +++ b/komok-server-core/build.gradle.kts @@ -31,7 +31,7 @@ tasks.test { } dependencies { - implementation("org.http4k:http4k-server-netty:5.30.0.0") + implementation("org.http4k:http4k-server-netty:5.31.1.0") implementation(projects.komokTechConfig) implementation(projects.komokTechDotenv) implementation(projects.komokTechLogging)