Skip to content

Commit b4f3f33

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), [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) and [jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) Updates `com.google.cloud:google-cloud-storage` from 2.47.0 to 2.48.0 - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/java-storage@v2.47.0...v2.48.0) Updates `jvm` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- 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: com.google.cloud:google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor 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 721890f commit b4f3f33

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
@@ -14,8 +14,8 @@ val flywayVersion = "11.2.0"
1414
val hikariVersion = "6.2.1"
1515
val testcontainerVersion = "1.20.4"
1616
val mockkVersion = "1.13.16"
17-
val kotlinVersion = "2.1.0"
18-
val googlecloudstorageVersion = "2.47.0"
17+
val kotlinVersion = "2.1.10"
18+
val googlecloudstorageVersion = "2.48.0"
1919
val ktfmtVersion = "0.44"
2020
val nettyCodecHttp = "4.1.117.Final"
2121
val kafkaVersion = "3.9.0"
@@ -27,7 +27,7 @@ val javaVersion = JvmTarget.JVM_21
2727

2828
plugins {
2929
id("application")
30-
kotlin("jvm") version "2.1.0"
30+
kotlin("jvm") version "2.1.10"
3131
id("com.gradleup.shadow") version "8.3.5"
3232
id("com.diffplug.spotless") version "7.0.2"
3333
}

0 commit comments

Comments
 (0)