Conversation
Consolidates updates from the following dependency PRs: - #2242: Bump io.opentelemetry:opentelemetry-bom from 1.58.0 to 1.59.0 - #2241: Bump awssdk from 2.41.10 to 2.41.24 - #2240: Bump org.jetbrains.kotlin:kotlin-test from 2.3.0 to 2.3.10 - #2239: Bump com.azure:azure-storage-file-datalake from 12.26.0 to 12.26.2 - #2238: Bump org.jetbrains.kotlin.jvm plugin from 2.3.0 to 2.3.10 - #2237: Bump netty from 4.2.9.Final to 4.2.10.Final - #2233: Bump co.elastic.clients:elasticsearch-java from 9.2.4 to 9.3.0 - #2230: Bump com.google.cloud:libraries-bom from 26.74.0 to 26.75.0 - #2229: Bump jetty from 12.1.5 to 12.1.6 - #2224: Bump docker/login-action from 3.6.0 to 3.7.0 - #2223: Bump com.diffplug.spotless:spotless-plugin-gradle from 8.1.0 to 8.2.1 - #2218: Bump actions/checkout from 6.0.1 to 6.0.2 - #2215: Bump org.testng:testng from 7.11.0 to 7.12.0 - #2214: Bump io.openlineage:openlineage-java from 1.42.1 to 1.43.0 - #2213: Bump actions/setup-java from 5.1.0 to 5.2.0 - #2211: Bump com.azure:azure-identity from 1.18.1 to 1.18.2 - #2205: Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.23.0-alpha to 2.24.0-alpha Also applies ktlint formatting changes required by Spotless 8.2.1. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
The otel-instrumentation 2.24.0-alpha is linked to opentelemetry-bom 1.58.0, not 1.59.0. Reverting to maintain compatibility. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates 17 dependency PRs into a single update.
Updates
Additional changes
ExportUsersTest.kt(required by new ktlint rules in Spotless 8.2.1)whenbranches, etc.)Skipped
Original PRs
The following PRs are consolidated in this update:
Generated by
/consolidate-depsskillNote
Medium Risk
Primarily dependency and CI action bumps, but they can subtly affect builds, formatting enforcement, and runtime behavior; most Kotlin code changes appear to be Spotless-driven formatting with minimal logic impact.
Overview
Consolidates multiple dependency upgrades across the build (notably Kotlin/Spotless, AWS/GCP/Azure SDKs, Elasticsearch client, Netty/Jetty, OpenLineage, and TestNG), plus updates GitHub Actions used in CI/release workflows (e.g.,
actions/checkout,actions/setup-java,docker/login-action).Applies Spotless/ktlint-driven Kotlin reformatting across the toolkit and sample packages (mainly adding braces around
whenbranches) and fixes a test assertion inExportUsersTest.ktto satisfy updated lint rules.Written by Cursor Bugbot for commit 72be670. This will update automatically on new commits. Configure here.