From fb1f52cd72b294ccd7372ad4fdfa2e84f7256b33 Mon Sep 17 00:00:00 2001 From: "Chris (He/Him)" Date: Wed, 20 May 2026 13:25:18 +0100 Subject: [PATCH] chore(deps): consolidate dependency updates Consolidates updates from the following dependency PRs: - #2511: chore(deps): Bump de.siegmar:fastcsv from 4.2.0 to 4.3.0 - #2510: chore(deps): Bump awssdk from 2.44.7 to 2.44.9 - #2509: chore(deps): Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.27.0-alpha to 2.28.0-alpha - #2477: chore(deps): Bump io.opentelemetry:opentelemetry-bom from 1.61.0 to 1.62.0 Co-Authored-By: Claude --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2738b24ea7..74b5592984 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,10 +7,10 @@ testng = "7.12.0" log4j = "2.26.0" wiremock = "3.13.2" jnanoid = "2.0.0" -awssdk = "2.44.7" +awssdk = "2.44.9" gcs = "26.83.0" system-stubs = "2.1.8" -fastcsv = "4.2.0" +fastcsv = "4.3.0" poi = "5.5.1" parsson = "1.1.7" simplejavamail = "8.12.6" @@ -36,8 +36,8 @@ jetty = "12.1.9" netty = "4.2.13.Final" rhino = "1.9.1" nimbus = "10.9" -otel = "1.61.0" -otel-instrumentation = "2.27.0-alpha" +otel = "1.62.0" +otel-instrumentation = "2.28.0-alpha" [libraries] jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }