From 3f0e6409396560e89f07bcc291b53460e6ff5e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:12:04 +0000 Subject: [PATCH] Bump the all-deps group with 9 updates Bumps the all-deps group with 9 updates: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.12` | `1.4.14` | | [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.55.0` | `0.56.0` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-metrics-micrometer](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | Updates `ch.qos.logback:logback-classic` from 1.4.12 to 1.4.14 - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.12...v_1.4.14) Updates `com.charleskorn.kaml:kaml` from 0.55.0 to 0.56.0 - [Release notes](https://github.com/charleskorn/kaml/releases) - [Commits](https://github.com/charleskorn/kaml/compare/0.55.0...0.56.0) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-status-pages` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-core` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-netty` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-metrics-micrometer` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-test-host` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: com.charleskorn.kaml:kaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.ktor:ktor-server-metrics-micrometer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c2e846b..c1e71d5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,11 +2,11 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar import org.cyclonedx.gradle.CycloneDxTask import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL -val ktorVersion = "2.3.6" -val logbackVersion = "1.4.12" +val ktorVersion = "2.3.7" +val logbackVersion = "1.4.14" val logstashEncoderVersion = "7.4" val junitJupiterVersion = "5.10.1" -val kamlVersion = "0.55.0" +val kamlVersion = "0.56.0" val micrometerVersion = "1.12.0" val mainClassName = "io.nais.MainKt"