Skip to content
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

fix(deps): update all dependencies #836

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

fix(deps): update all dependencies #836

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action patch v4.6.0 -> v4.6.1 age adoption passing confidence
codecov/codecov-action action minor v5.3.1 -> v5.4.0 age adoption passing confidence
github/codeql-action action patch v3.28.8 -> v3.28.10 age adoption passing confidence
gradle (source) minor 8.12.1 -> 8.13 age adoption passing confidence
ossf/scorecard-action action patch v2.4.0 -> v2.4.1 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.11.4 -> 5.12.0 age adoption passing confidence
org.awaitility:awaitility (source) dependencies minor 4.2.2 -> 4.3.0 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) dependencies patch 2.0.16 -> 2.0.17 age adoption passing confidence
io.netty:netty-codec-http (source) dependencies patch 4.1.117.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-codec (source) dependencies patch 4.1.117.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-handler (source) dependencies patch 4.1.118.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-handler-proxy (source) dependencies patch 4.1.118.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-codec-socks (source) dependencies patch 4.1.117.Final -> 4.1.119.Final age adoption passing confidence
com.datadoghq:datadog-api-client dependencies minor 2.31.0 -> 2.32.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-core dependencies patch 1.2.2 -> 1.2.3 age adoption passing confidence
io.opentelemetry:opentelemetry-api dependencies minor 1.46.0 -> 1.47.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-http dependencies patch 1.2.2 -> 1.2.3 age adoption passing confidence

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

codecov/codecov-action (codecov/codecov-action)

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

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

v3.28.10

Compare Source

CodeQL Action Changelog

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

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

v3.28.9

Compare Source

CodeQL Action Changelog

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

3.28.9 - 07 Feb 2025
  • Update default CodeQL bundle version to 2.20.4. #​2753

See the full CHANGELOG.md for more information.

gradle/gradle (gradle)

v8.13

Compare Source

ossf/scorecard-action (ossf/scorecard-action)

v2.4.1

Compare Source

What's Changed

Docs

New Contributors

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

v2.32.0

Fixed
Added
Changed
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)

v1.2.3

Reactor Netty 1.2.3 is part of 2024.0.3 Release Train.

What's Changed
⚠️ Update considerations and deprecations
  • Make ChannelOperations.DisposedChannel#close non operational by @​violetagg in #​3592
  • Ensure HttpClient does not add Content-Length header when the send function does not change NettyOutbound or returns Mono#empty by @​violetagg in #​3605
✨ New features and improvements
🐞 Bug fixes
  • When Mono#empty is provided as a deferred configuration, continue with the actual configuration by @​violetagg in #​3596
  • When null is provided as a deferred configuration, continue with the current configuration by @​violetagg in #​3602
  • Http2Pool: Ensure the permit is returned when the Borrower is cancelled by @​violetagg in #​3609

Full Changelog: reactor/reactor-netty@v1.2.2...v1.2.3

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

v1.47.0

Compare Source

API
Incubator
  • Make ExtendedTracer easier to use
    (#​6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization
    (#​7012)
  • BREAKING: Drop event API / SDK
    (#​7053)
SDK
  • Remove -alpha artifacts from runtime classpath of stable components
    (#​6944)
Traces
  • Bugfix: Follow spec on span limits, batch processors
    (#​7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for
    updating TracerConfig at runtime
    (#​7021)
Profiles
  • Add AttributeKeyValue abstraction to common otlp exporters
    (#​7026)
  • Improve profiles attribute table handling
    (#​7031)
Exporters
  • Interpret timeout zero value as no limit
    (#​7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler
    (#​7041)
  • OTLP: Add ability to customize retry exception predicate
    (#​6991)
  • OTLP: Expand default OkHttp sender retry exception predicate
    (#​7047,
    #​7057)
Extensions
  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none
    (#​7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API
    (#​7052)
  • Autoconfigure: Ensure OTEL_PROPAGATORS still works when OTEL_SDK_DISABLED=true.
    (#​7062)%
Testing
  • Add W3CBaggagePropagator to OpenTelemetryRule, OpenTelemetryExtension.
    (#​7056)

Configuration

📅 Schedule: Branch creation - "* 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 February 24, 2025 03:25
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a4cfb80 to 51e7c57 Compare February 26, 2025 11:29
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