Skip to content
New issue

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

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

Already on GitHub? # 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
yarn (source) packageManager minor 4.6.0 -> 4.7.0 age adoption passing confidence
org.mockito:mockito-junit-jupiter dependencies minor 5.15.2 -> 5.16.0 age adoption passing confidence
net.sourceforge.plantuml:plantuml dependencies patch 1.2025.0 -> 1.2025.2 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
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-annotations (source) dependencies patch 2.18.2 -> 2.18.3 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

yarnpkg/berry (yarn)

v4.7.0

Compare Source

mockito/mockito (org.mockito:mockito-junit-jupiter)

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#​3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#​3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#​3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#​3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#​3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#​3569)
  • Tweaks documentation on mockito agent config for maven (#​3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#​3567)
  • Refine reflection when calling management factory (#​3566)
  • Avoid warning when dynamic attach is enabled (#​3551)
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 7 times, most recently from b5fcce2 to dee4ceb Compare March 3, 2025 17:58
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants