commercetools-sdk-java-v2 icon indicating copy to clipboard operation
commercetools-sdk-java-v2 copied to clipboard

chore(deps): update all dependencies

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action patch v4.3.1 -> v4.3.2 age adoption passing confidence
github/codeql-action action minor v3.24.9 -> v3.25.1 age adoption passing confidence
gradle/wrapper-validation-action action patch v2.1.2 -> v2.1.3 age adoption passing confidence
stefanzweifel/git-auto-commit-action action patch v5.0.0 -> v5.0.1 age adoption passing confidence
net.sourceforge.plantuml:plantuml dependencies patch 1.2024.3 -> 1.2024.4 age adoption passing confidence
commons-io:commons-io (source) dependencies patch 2.16.0 -> 2.16.1 age adoption passing confidence
com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core dependencies patch 6.1.5 -> 6.1.6 age adoption passing confidence
org.apache.commons:commons-text (source) dependencies minor 1.11.0 -> 1.12.0 age adoption passing confidence
com.github.javaparser:javaparser-symbol-solver-core (source) dependencies patch 3.25.9 -> 3.25.10 age adoption passing confidence
com.datadoghq:datadog-api-client dependencies minor 2.23.0 -> 2.24.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-core dependencies patch 1.1.17 -> 1.1.18 age adoption passing confidence
com.newrelic.agent.java:newrelic-api dependencies minor 8.10.0 -> 8.11.0 age adoption passing confidence
io.opentelemetry:opentelemetry-api dependencies minor 1.36.0 -> 1.37.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-http dependencies patch 1.1.17 -> 1.1.18 age adoption passing confidence
com.netflix.dgs.codegen plugin patch 6.1.5 -> 6.1.6 age adoption passing confidence

Release Notes

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

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2

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

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.10

Compare Source

gradle/wrapper-validation-action (gradle/wrapper-validation-action)

v2.1.3

Compare Source

What's Changed

  • Update various NPM dependencies
  • Update wrapper checksums to include Gradle 8.7

Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3

stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)

v5.0.1

Compare Source

Fixed
  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#​326) @​ccomendant
Dependency Updates
Misc
Netflix/dgs-codegen (com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core)

v6.1.6

What’s Changed

javaparser/javaparser (com.github.javaparser:javaparser-symbol-solver-core)

v3.25.10

issues resolved

Fixed
  • Fix issue 4345 Strange error when trying to find erasure of generic t… (PR #​4362 by @​jlerbsc)
  • fix: issue 4358 prevent infinite cycles with static imports (PR #​4359 by @​kdunee)
  • Refactor ResolvedReferenceType#equals (PR #​4351 by @​freya022)
  • fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface (PR #​4332 by @​jlerbsc)
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

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

v2.24.0

Fixed
Added
Changed
Deprecated

Full Changelog: https://github.com/DataDog/datadog-api-client-java/compare/datadog-api-client-2.23.0...datadog-api-client-2.24.0

reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)

v1.1.18

Reactor Netty 1.1.18 is part of 2022.0.18 Release Train and 2023.0.5 Release Train.

This is a recommended update for all Reactor Netty 1.1.x users.

What's Changed

:sparkles: New features and improvements
:lady_beetle: Bug fixes
:book: Documentation

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.17...v1.1.18

newrelic/newrelic-java-agent (com.newrelic.agent.java:newrelic-api)

v8.11.0: Version 8.11.0

New features and improvements
  • Add HTTP/2 support for Netty 4.1.16.Final + 1815

  • Support external calls inside Spring Reactor call chains 1828

  • Support for Apache Pekko (i.e. the pekko-actor library). Support for Pekko HTTP coming soon. [1811] 1811

  • Add configuration to allow the OTel SDK integration to be completely disabled 1821

    Configuration via yaml:

    opentelemetry:
      sdk: 
        autoconfigure:
          enabled: false
    

    Configuration via system property:

      -Dnewrelic.config.opentelemetry.sdk.autoconfigure.enabled=false
    
  • Treat OpenTelemetry @​WithSpan annotation as @​Trace in the Java Agent API 1841

Fixes
  • Fix high CPU usage with HttpURLConnection by reverting InboundWrapper changes introduced in 8.10.0 1840
  • Prevent duplicate HTTP external calls when using the DynamoDB SDK 1827
Deprecations
  • The browser footer injection APIs have been deprecated and will be removed in a future agent release. The header injection API now adds both the header and footer scripts. 1679

The following instrumentation modules are deprecated and will be removed in the next major release:

  • aws-wrap-0.7.0
  • java.completable-future-jdk8
  • play-2.3
  • spring-3.0.0
  • netty-3.4
  • Struts v1
IAST
Changes
  • Json Version bump to 1.2.0 207
  • IAST replay header decryption due to Security Findings 207
Fixes
  • Fix issue related to the instrumentation of the Rhino JavaScript Engine that occurred while reading the script 211

Full Changelog: https://github.com/newrelic/newrelic-java-agent/compare/v8.10.0...v8.11.0

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

v1.37.0

NOTICE: This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the API -> Incubator section carefully.

API
  • Promote Span#addLink to stable API (#​6317)
Incubator
  • BREAKING: Rename opentelemetry-extension-incubator to opentelemetry-api-incubator, merge opentelemetry-api-events into opentelemetry-api-incubator. (#​6289)
  • BREAKING: Remove domain from event api. EventEmitterProvider#setEventDomain has been removed. The event.name field should now be namespaced to avoid collisions. See Semantic Conventions for Event Attributes for more details. (#​6253)
  • BREAKING: Rename EventEmitter and related classes to EventLogger. (#​6316)
  • BREAKING: Refactor Event API to reflect spec changes. Restructure API to put fields in the AnyValue log record body. Add setters for timestamp, context, and severity. Set default severity to INFO=9. (#​6318)
SDK
  • Add get{Signal}Exporter methods to Simple{Signal}Processor, Batch{Signal}Processor. (#​6078)
Metrics
  • Use synchronized instead of reentrant lock in explicit bucket histogram (#​6309)
Exporters
  • Fix typo in OTLP javadoc (#​6311)
  • Add PrometheusHttpServer#toBuilder() (#​6333)
  • Bugfix: Use getPrometheusName for Otel2PrometheusConverter map keys to avoid metric name conflicts (#​6308)
Extensions
  • Add Metric exporter REUSABLE_DATA memory mode configuration options, including autoconfigure support via env var OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA. (#​6304)
  • Add autoconfigure console alias for logging exporter (#​6027)
  • Update jaeger autoconfigure docs to point to OTLP (#​6307)
  • Add ServiceInstanceIdResourceProvider implementation for generating service.instance.id UUID if not already provided by user. Included in opentelemetry-sdk-extension-incubator. (#​6226)
  • Add GCP resource detector to list of resource providers in autoconfigure docs (#​6336)
Tooling
  • Check for Java 17 toolchain and fail if not found (#​6303)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 15 '24 00:04 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 9.14%. Comparing base (dab3aca) to head (c71cc93). Report is 2 commits behind head on main.

:exclamation: Current head c71cc93 differs from pull request most recent head a0bdeb2. Consider uploading reports for the commit a0bdeb2 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##               main    #618      +/-   ##
===========================================
- Coverage     10.64%   9.14%   -1.50%     
+ Complexity     1846    1425     -421     
===========================================
  Files          6227    6227              
  Lines         59468   59468              
  Branches        267     267              
===========================================
- Hits           6329    5440     -889     
- Misses        52974   53892     +918     
+ Partials        165     136      -29     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 15 '24 00:04 codecov[bot]