Skip to content

Commit 7fb3021

Browse files
chore(deps): bump the update-dependencies group across 1 directory with 3 updates
Bumps the update-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: update-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc26cf6 commit 7fb3021

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
@@ -6,7 +6,7 @@ version = "1.0.0"
66
val javaVersion = JvmTarget.JVM_21
77

88
val ktorVersion = "3.1.1"
9-
val logbackVersion = "1.5.17"
9+
val logbackVersion = "1.5.18"
1010
val logstashencoderVersion = "8.0"
1111
val prometheusVersion = "0.16.0"
1212
val junitjupiterVersion = "5.12.1"
@@ -16,7 +16,7 @@ val flywayVersion = "11.4.0"
1616
val hikariVersion = "6.2.1"
1717
val testcontainerVersion = "1.20.6"
1818
val mockkVersion = "1.13.17"
19-
val kotlinVersion = "2.1.10"
19+
val kotlinVersion = "2.1.20"
2020
val googlecloudstorageVersion = "2.50.0"
2121
val ktfmtVersion = "0.44"
2222
val kafkaVersion = "3.9.0"
@@ -26,7 +26,7 @@ val commonsCompressVersion = "1.27.1"
2626

2727
plugins {
2828
id("application")
29-
kotlin("jvm") version "2.1.10"
29+
kotlin("jvm") version "2.1.20"
3030
id("com.gradleup.shadow") version "8.3.6"
3131
id("com.diffplug.spotless") version "7.0.2"
3232
}

0 commit comments

Comments
 (0)