Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#245)
Browse files Browse the repository at this point in the history
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](qos-ch/logback@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent ff2beed commit 515cdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 515cdab

Please sign in to comment.