From 515cdabb316cc95caf28bfe814ff72f9ab40d05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:10:10 +0100 Subject: [PATCH] Bump the dependencies group with 2 updates (#245) Bumps the dependencies group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and com.diffplug.spotless. Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.14 - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.11...v_1.4.14) Updates `com.diffplug.spotless` from 6.22.0 to 6.23.2 --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d7c28d6f..ad93534a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ val coroutinesVersion = "1.7.3" val kafkaVersion = "3.6.0" val kluentVersion = "1.73" val ktorVersion = "2.3.6" -val logbackVersion = "1.4.11" +val logbackVersion = "1.4.14" val logstashLogbackEncoderVersion = "7.4" val prometheusVersion = "0.16.0" val kotestVersion = "5.8.0" @@ -36,7 +36,7 @@ plugins { id("application") kotlin("jvm") version "1.9.21" id("com.github.johnrengelman.shadow") version "8.1.1" - id("com.diffplug.spotless") version "6.22.0" + id("com.diffplug.spotless") version "6.23.2" } application {