Skip to content

Commit b7c5298

Browse files
cmgroteclaude
andauthored
chore(deps): consolidate dependency updates (#2346)
Consolidates updates from the following dependency PRs: - #2344: chore(deps): bump awssdk from 2.42.11 to 2.42.17 - #2343: chore(deps): bump org.ajoberstar.git-publish from 4.2.2 to 6.0.0 - #2340: chore(deps): bump com.diffplug.spotless:spotless-plugin-gradle from 8.3.0 to 8.4.0 - #2336: chore(deps): bump co.elastic.clients:elasticsearch-java from 9.3.2 to 9.3.3 - #2334: chore(deps): bump org.jetbrains.kotlin:kotlin-test from 2.3.10 to 2.3.20 - #2333: chore(deps): bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0 - #2332: chore(deps): bump org.jetbrains.kotlin.jvm gradle plugin from 2.3.10 to 2.3.20 - #2329: chore(deps): bump com.gradleup.shadow from 9.3.2 to 9.4.0 - #2328: chore(deps): bump opentelemetry-instrumentation-bom-alpha from 2.25.0-alpha to 2.26.0-alpha - #2326: chore(deps): bump com.google.cloud:libraries-bom from 26.77.0 to 26.78.0 - #2295: Bump io.opentelemetry:opentelemetry-bom from 1.59.0 to 1.60.1 Signed-off-by: Chris (He/Him) <cgrote@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent bc59147 commit b7c5298

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.10")
13-
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.3.0")
12+
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20")
13+
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
1414
implementation("io.freefair.gradle:lombok-plugin:9.2.0")
1515
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
1616
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
jackson = "2.21.1"
33
slf4j = "2.0.17"
4-
elasticsearch = "9.3.2"
4+
elasticsearch = "9.3.3"
55
classgraph = "4.8.184"
66
testng = "7.12.0"
77
log4j = "2.25.3"
88
wiremock = "3.13.2"
99
jnanoid = "2.0.0"
10-
awssdk = "2.42.11"
11-
gcs = "26.77.0"
10+
awssdk = "2.42.17"
11+
gcs = "26.78.0"
1212
system-stubs = "2.1.8"
1313
fastcsv = "4.1.1"
1414
poi = "5.5.1"
@@ -20,23 +20,23 @@ jsonsmart = "2.6.0"
2020
commons-compress = "1.28.0"
2121
commons-io = "2.21.0"
2222
commons-lang = "3.20.0"
23-
sqlite = "3.51.2.0"
23+
sqlite = "3.51.3.0"
2424
jakarta-mail = "2.1.3"
2525
angus-mail = "2.0.5"
2626
pkl = "0.31.0"
2727
adls = "12.26.2"
2828
azure = "1.18.2"
2929
guava = "33.5.0-jre"
3030
openlineage = "1.45.0"
31-
kotlin = "2.3.10"
31+
kotlin = "2.3.20"
3232
kotlin-mu = "3.0.5"
3333
rocksdb = "10.5.1"
3434
jetty = "12.1.7"
3535
netty = "4.2.10.Final"
3636
rhino = "1.9.1"
3737
nimbus = "10.8"
38-
otel = "1.59.0"
39-
otel-instrumentation = "2.25.0-alpha"
38+
otel = "1.60.1"
39+
otel-instrumentation = "2.26.0-alpha"
4040

4141
[libraries]
4242
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
@@ -105,5 +105,5 @@ otel = [ "otel-api", "otel-sdk", "otel-exporter", "otel-autoconfig", "otel-appen
105105
poi = [ "apache-poi", "apache-poi-ooxml" ]
106106

107107
[plugins]
108-
shadow = { id = "com.gradleup.shadow", version = "9.3.2" }
109-
git-publish = { id = "org.ajoberstar.git-publish", version = "4.2.2" }
108+
shadow = { id = "com.gradleup.shadow", version = "9.4.0" }
109+
git-publish = { id = "org.ajoberstar.git-publish", version = "6.0.0" }

0 commit comments

Comments
 (0)