Skip to content

Update instrumentation Gradle dependencies#11720

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits into
masterfrom
ci/update-gradle-dependencies-instrumentation-20260623
Jun 23, 2026
Merged

Update instrumentation Gradle dependencies#11720
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits into
masterfrom
ci/update-gradle-dependencies-instrumentation-20260623

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

What Does This Do

This PR updates the Gradle dependency locks for instrumentations and their tests.

Motivation

Refresh Gradle dependencies to make sure to test latest versions of dependencies within their supported versions.

Dependency age policy

48h cooldown, reverted

Too new and no older eligible version exists, so the lockfiles were reverted to the baseline.

  • ch.qos.logback:logback-core:1.5.35 is 37h away from meeting cooldown
  • io.grpc:grpc-api:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-context:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-core:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-inprocess:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-netty:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-protobuf-lite:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-protobuf:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-stub:1.82.1 is 45h away from meeting cooldown
  • io.grpc:grpc-util:1.82.1 is 45h away from meeting cooldown
  • io.vertx:vertx-auth-common:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-bridge-common:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-core-logging:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-core:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-eventbus-bridge-common:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-uri-template:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-web-client:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-web-common:5.1.3 is 24h away from meeting cooldown
  • io.vertx:vertx-web:5.1.3 is 24h away from meeting cooldown
  • software.amazon.awssdk:annotations:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:apache-client:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:apache5-client:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:arns:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:auth:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:aws-cbor-protocol:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:aws-core:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:aws-json-protocol:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:aws-query-protocol:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:aws-xml-protocol:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:checksums-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:checksums:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:crt-core:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:dynamodb:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:endpoints-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:eventbridge:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:http-auth-aws-eventstream:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:http-auth-aws:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:http-auth-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:http-auth:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:http-client-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:identity-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:json-utils:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:kinesis:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:metrics-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:netty-nio-client:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:profiles:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:protocol-core:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:regions:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:retries-spi:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:retries:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:s3:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:sdk-core:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:sfn:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:sns:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:third-party-jackson-core:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:third-party-jackson-dataformat-cbor:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:utils-lite:2.46.17 is 32h away from meeting cooldown
  • software.amazon.awssdk:utils:2.46.17 is 32h away from meeting cooldown

Contributor Checklist

  • Update PR title if a code change is needed to support one of those new dependencies

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts Bot added tag: no release notes Changes to exclude from release notes tag: dependencies Dependencies related changes labels Jun 23, 2026
@dd-octo-sts dd-octo-sts Bot requested review from a team as code owners June 23, 2026 20:57
@dd-octo-sts dd-octo-sts Bot requested review from andreimatei, daniel-romano-DD, dd-oleksii, dougqh, jandro996, jordan-wong, leoromanovsky and mcculls and removed request for a team June 23, 2026 20:57

@datadog-official datadog-official Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Datadog Autotest: PASS

More details

All 436 changed files are Gradle lockfiles — no production source or agent JAR contents are affected. The version bumps (Netty 4.2.13→4.2.15, Jackson 2.21.3→2.22.0, re2j 1.7→1.8, Armeria 1.39.1→1.40.0, Micrometer 1.16.5→1.17.0, Tomcat patch bumps) are scoped exclusively to latestDep* and versioned test configurations, consistent with the project's policy of testing instrumentations against the latest supported dependency versions.

Was this helpful? React 👍 or 👎

Open Bits AI session

🤖 Datadog Autotest · Commit 6a8cb06 · What is Autotest? · Any feedback? Reach out in #autotest

@dd-octo-sts

dd-octo-sts Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

🟢 Java Benchmark SLOs — All performance SLOs passed

Suite Status
Startup 🟢 pass

SLO thresholds are defined here based on automatically generated metrics. A warning is raised when results are within 5% of the threshold.

PR vs. master results
Scenario Candidate master Δ (95% CI of mean)
startup:insecure-bank:iast:Agent 13.97 s 13.95 s [-0.6%; +0.9%] (no difference)
startup:insecure-bank:tracing:Agent 12.92 s 12.99 s [-1.2%; +0.1%] (no difference)
startup:petclinic:appsec:Agent 16.46 s 16.15 s [-4.4%; +8.2%] (unstable)
startup:petclinic:iast:Agent 16.78 s 16.80 s [-1.2%; +1.0%] (no difference)
startup:petclinic:profiling:Agent 16.30 s 16.76 s [-7.0%; +1.5%] (no difference)
startup:petclinic:sca:Agent 16.79 s 16.63 s [-0.0%; +2.0%] (no difference)
startup:petclinic:tracing:Agent 15.95 s 15.65 s [-2.3%; +6.1%] (no difference)

Commit: 517f7427 · CI Pipeline · Benchmarking Platform UI


Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion.

@AlexeyKuznetsov-DD

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jun 23, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-06-23 22:10:49 UTC ℹ️ Start processing command /merge


2026-06-23 22:10:55 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 1h (p90).


2026-06-23 23:12:54 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 11646d3 into master Jun 23, 2026
584 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the ci/update-gradle-dependencies-instrumentation-20260623 branch June 23, 2026 23:12
@github-actions github-actions Bot added this to the 1.64.0 milestone Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tag: dependencies Dependencies related changes tag: no release notes Changes to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant