Skip to content

Commit a3c3ad7

Browse files
chore(deps): bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.17...v_1.5.18) Updates `jvm` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cd4f13 commit a3c3ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ val coroutinesVersion = "1.10.1"
77
val jacksonVersion = "2.18.3"
88
val kluentVersion = "1.73"
99
val ktorVersion = "3.1.1"
10-
val logbackVersion = "1.5.17"
10+
val logbackVersion = "1.5.18"
1111
val logstashEncoderVersion = "8.0"
1212
val prometheusVersion = "0.16.0"
1313
val mockkVersion = "1.13.17"
1414
val testContainerKafkaVersion = "1.20.6"
1515
val nimbusVersion = "9.40"
16-
val kotlinVersion = "2.1.10"
16+
val kotlinVersion = "2.1.20"
1717
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
1818
val jaxbApiVersion = "2.4.0-b180830.0359"
1919
val sysfoXmlCodeGen = "2.0.1"
@@ -32,7 +32,7 @@ val kafkaVersion = "3.9.0"
3232
plugins {
3333
id("application")
3434
id("com.diffplug.spotless") version "7.0.2"
35-
kotlin("jvm") version "2.1.10"
35+
kotlin("jvm") version "2.1.20"
3636
id("com.gradleup.shadow") version "8.3.6"
3737
}
3838

0 commit comments

Comments
 (0)