Skip to content

Commit 87656b4

Browse files
cmgroteclaude
andauthored
chore(deps): consolidate dependency updates (#2641)
Consolidates updates from the following dependency PRs: - #2638: Bump awssdk from 2.47.5 to 2.48.1 - #2635: Bump org.jetbrains.kotlin:kotlin-test from 2.4.0 to 2.4.10 - #2634: Bump org.jetbrains.kotlin.jvm gradle plugin from 2.4.0 to 2.4.10 Signed-off-by: Chris (He/Him) <cgrote@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 842ef8c commit 87656b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.4.0")
12+
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.4.10")
1313
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.8.0")
1414
implementation("io.freefair.gradle:lombok-plugin:9.5.0")
1515
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ testng = "7.12.0"
77
log4j = "2.26.1"
88
wiremock = "3.13.2"
99
jnanoid = "2.0.0"
10-
awssdk = "2.47.5"
10+
awssdk = "2.48.1"
1111
gcs = "26.85.0"
1212
system-stubs = "2.1.8"
1313
fastcsv = "4.3.1"
@@ -29,7 +29,7 @@ azure = "1.18.4"
2929
azure-core-http-okhttp = "1.13.5"
3030
guava = "33.6.0-jre"
3131
openlineage = "1.51.0"
32-
kotlin = "2.4.0"
32+
kotlin = "2.4.10"
3333
kotlin-mu = "3.0.5"
3434
rocksdb = "10.10.1.1"
3535
jetty = "12.1.11"

0 commit comments

Comments
 (0)