Skip to content

fix(deps): update all dependencies #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update all dependencies #934

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
github/codeql-action action patch v3.29.1 -> v3.29.2 age confidence
gradle (source) patch 8.14.2 -> 8.14.3 age confidence
org.junit.jupiter:junit-jupiter (source) dependencies patch 5.13.2 -> 5.13.3 age confidence
com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core dependencies patch 8.1.0 -> 8.1.1 age confidence
org.apache.commons:commons-lang3 (source) dependencies minor 3.17.0 -> 3.18.0 age confidence
com.squareup.okio:okio dependencies minor 3.14.0 -> 3.15.0 age confidence
com.datadoghq:datadog-api-client dependencies minor 2.38.0 -> 2.39.0 age confidence
com.newrelic.agent.java:newrelic-api dependencies minor 8.21.0 -> 8.22.0 age confidence
io.opentelemetry:opentelemetry-api dependencies minor 1.51.0 -> 1.52.0 age confidence
com.netflix.dgs.codegen plugin patch 8.1.0 -> 8.1.1 age confidence

Release Notes

github/codeql-action (github/codeql-action)

v3.29.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.2 - 30 Jun 2025
  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​2935

See the full CHANGELOG.md for more information.

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Netflix/dgs-codegen (com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core)

v8.1.1

What's Changed

New Contributors

Full Changelog: Netflix/dgs-codegen@v8.1.0...v8.1.1

square/okio (com.squareup.okio:okio)

v3.15.0

2025-07-01

  • Upgrade: [kotlinx-datetime 0.7.0-0.6.x-compat][datetime_0_7_0_compat]. The previous 3.14.0
    release, FakeFileSystem broke binary-compatibility for calls to FakeFileSystem(). This
    restores that compatibility.

  • Breaking: Change FakeFileSystem.clock from a JVM field to a property. This avoids a crash
    running Okio in a Gradle 8.x plugin. This change is not binary-compatible.

DataDog/datadog-api-client-java (com.datadoghq:datadog-api-client)

v2.39.0

Added
  • Adds missing /api/v1/synthetics/tests/search spec #​2973
  • Add extractFromEmailBody step for synthetics browser test #​2956
  • Update Incident API specs to include is_test in POST /incidents and incidents response #​2945
  • Add App Key Registration API #​2939
  • Document Cloud Cost Management GCP endpoints publicly #​2896
  • Add Monitor Template API #​2876
Changed
  • Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables #​2955
  • Update events intake specs for v2 Events post endpoint #​2946
Fixed
  • Synthetics mobile test message field is now required #​2951
  • Make dns port be string and number #​2935
Security
  • Remove caseIndex from historical jobs api spec #​2950
Deprecated
  • Deprecate SLO metadata fields in api spec #​2900
newrelic/newrelic-java-agent (com.newrelic.agent.java:newrelic-api)

v8.22.0

Version 8.22.0

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-api)

v1.52.0

API
Common
  • Promote ComponentLoader to new opentelemetry-common artifact,
    standardize SPI loading
    (#​7446)
Context
  • LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI
    (#​7424)
Incubator
  • Add context and severity params to ExtendedLogger#isEnabled
    (#​7268)
  • Add new convenience methods for converting DeclarativeConfigProperties to config model
    (#​7453)
SDK
  • Add custom stacktrace renderer which is length limit aware
    (#​7281)
Metrics
  • Propagate flush to PeriodicMetricReader's metricExporter.
    (#​7410)
Exporters
  • OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method
    (#​7390)
  • OTLP: profile exporters fix and test improvements
    (#​7442)
  • OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader
    (#​7428)
  • Prometheus: add scope schema URL and attributes
    (#​7356)
  • Prometheus: extend prometheus declarative config support to include without_scope_info,
    with_resource_constant_labels
    (#​6840)
Extensions
  • Autoconfigure: fix race condition of GlobalOpenTelemetry initialization with
    AutoConfiguredOpenTelemetrySdkBuilder
    (#​7365)
  • Declarative config: update to declarative config 1.0-rc.1
    (#​7436)
  • Declarative config: resolve environment variable substitution for mixed quotes
    (#​7433)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 7, 2025 01:33
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.22%. Comparing base (8134f4e) to head (533ef86).

Additional details and impacted files
@@            Coverage Diff             @@
##              main    #934      +/-   ##
==========================================
- Coverage     9.50%   8.22%   -1.29%     
+ Complexity    2001    1540     -461     
==========================================
  Files         7521    7521              
  Lines        74346   74346              
  Branches       302     302              
==========================================
- Hits          7069    6112     -957     
- Misses       67100   68086     +986     
+ Partials       177     148      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fbd29f8 to 6027d42 Compare July 9, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants