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

chore(deps): update all dependencies #489

Merged
merged 1 commit into from
Dec 4, 2023
Merged

chore(deps): update all dependencies #489

merged 1 commit into from
Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.0.0 -> v4.1.1 age adoption passing confidence
github/codeql-action action minor v2.21.6 -> v2.22.8 age adoption passing confidence
gradle (source) minor 8.3 -> 8.5 age adoption passing confidence
ossf/scorecard-action action minor v2.2.0 -> v2.3.1 age adoption passing confidence
yarn (source) packageManager minor 3.6.3 -> 3.7.0 age adoption passing confidence
net.sourceforge.plantuml:plantuml dependencies patch 1.2023.11 -> 1.2023.12 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies patch 5.10.0 -> 5.10.1 age adoption passing confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependencies minor 2.15.2 -> 2.16.0 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core dependencies minor 2.15.2 -> 2.16.0 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies minor 2.15.2 -> 2.16.0 age adoption passing confidence
com.fasterxml.jackson.core:jackson-annotations (source) dependencies minor 2.15.2 -> 2.16.0 age adoption passing confidence
commons-io:commons-io (source) dependencies minor 2.13.0 -> 2.15.1 age adoption passing confidence
me.champeau.jmh plugin patch 0.7.1 -> 0.7.2 age adoption passing confidence
org.apache.commons:commons-lang3 (source) dependencies minor 3.13.0 -> 3.14.0 age adoption passing confidence
com.github.javaparser:javaparser-symbol-solver-core (source) dependencies patch 3.25.5 -> 3.25.7 age adoption passing confidence
com.squareup.okio:okio dependencies minor 3.5.0 -> 3.6.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-core dependencies patch 1.1.11 -> 1.1.13 age adoption passing confidence
com.newrelic.agent.java:newrelic-api dependencies minor 8.6.0 -> 8.7.0 age adoption passing confidence
io.opentelemetry:opentelemetry-api dependencies minor 1.28.0 -> 1.32.0 age adoption passing confidence
org.apache.httpcomponents.client5:httpclient5 dependencies patch 5.2.1 -> 5.2.3 age adoption passing confidence
io.projectreactor.netty:reactor-netty-http dependencies patch 1.1.11 -> 1.1.13 age adoption passing confidence
com.squareup.okhttp3:okhttp (source) dependencies minor 4.11.0 -> 4.12.0 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 1.9.10 -> 1.9.21 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

v4.1.0

Compare Source

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

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.9

Compare Source

v2.21.8

Compare Source

v2.21.7

Compare Source

gradle/gradle (gradle)

v8.5

Compare Source

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.4

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.

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

v2.3.1

Compare Source

What's Changed

Full Changelog: ossf/scorecard-action@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.2.0...v2.3.0

yarnpkg/berry (yarn)

v3.7.0

Compare Source

v3.6.4

Compare Source

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

v3.25.6

issues resolved

Changed
Fixed
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

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

v3.6.0

2023-10-01

  • Fix: Don't leak file handles when using metadata functions on ZipFileSystem. We had a bug
    where we were closing the .zip file, but not a stream inside of it. We would have prevented
    this bug if only we’d used FakeFileSystem.checkNoOpenFiles() in our tests!
  • Fix: Don't build an index of a class loader's resources in ResourceFileSystem.read(). This
    operation doesn't need this index, and building it is potentially expensive.
  • New: Experimentally support Linux on ARM64 for Kotlin/Native targets (linuxArm64). Note that
    we haven't yet added CI test coverage for this platform.
  • Upgrade: [Kotlin 1.9.10][kotlin_1_9_10].
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)

v1.1.13

Reactor Netty 1.1.13 is part of 2022.0.13 Release Train and 2023.0.0 Release Train.

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

What's Changed
✨ New features and improvements
🐞 Bug fixes
  • Ensure metrics are unregistered when inactive connection pool is disposed by @​violetagg in #​2932
  • Ensure HttpServer metrics connections.total/active are correct when multiple local addresses by @​violetagg in #​2953
  • Ensure the real connection local address without any proxy information is used for HttpServer connections.active metrics by @​violetagg in #​2954
  • Ensure HttpServer connections.total metric is correct when connection close happens before connection open by @​violetagg in #​2958
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades
New Contributors

Full Changelog: reactor/reactor-netty@v1.1.12...v1.1.13

v1.1.12

Reactor Netty 1.1.12 is part of 2022.0.12 Release Train.

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

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • Request for read interest when channel is unwritable while HttpClient.send(Mono) is used by @​pderop in #​2864, #​2902, #​2903
  • Ensure HttpClient#mapConnect() / #doOnRequestError() are called when HttpClient#headersWhen() is used by @​violetagg in #​2912
  • Ensure Expect header is handled correctly with HTTP/2 by @​violetagg in #​2916
  • Ensure connection closed when non 200 status for request with Expect header and incoming data not completed by @​violetagg in #​2919
📖 Documentation, Tests and Build
🆙 Build/Test Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.11...v1.1.12

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

v8.7.0

Version 8.7.0

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

v1.32.0

API
  • Stabilize explicit bucket boundaries advice API
    (#​5897)
  • Allow events to be emitted with timestamp
    (#​5928)
Context
  • Add null check to StrictContextStorage
    (#​5954)
Incubator
  • Experimental support for Log AnyValue body
    (#​5880)
SDK
Metrics
  • Dismantle AbstractInstrumentBuilder inheritance hierarchy
    (#​5820)
  • Fix delta metric storage concurrency bug that allows for lost writes when record operations occur
    during collection. The fix introduces additional work on record threads to ensure correctness. The
    additional overhead is non-blocking and should be small according to performance testing. Still,
    there may be an opportunity for further optimization.
    (#​5932,
    #​5976)
Exporters
  • Prometheus exporter: omit empty otel_scope_info and otel_target_info metrics
    (#​5887)
  • JdkHttpSender should retry on connect exceptions
    (#​5867)
  • Expand the set of retryable exceptions in JdkHttpSender
    (#​5942)
  • Identify OTLP export calls with context key used for instrumentation suppression
    (#​5918)
Testing
  • Add log support to junit extensions
    (#​5966)
SDK Extensions
  • Add file configuration to autoconfigure
    (#​5831)
  • Update to file configuration to use opentelemetry-configuration v0.1.0
    (#​5899)
  • Add env var substitution support to file configuration
    (#​5914)
  • Stop setting Resource schemaUrl in autoconfigure
    (#​5911)
  • Add AutoConfigureListener to provide components with autoconfigured SDK
    (#​5931)
OpenCensus Shim
OpenTracing Shim
  • Fix OpenTracing header name issue
    (#​5840)

v1.31.0

API
Incubator
  • Refactor advice API to simplify usage
    (#​5848)
SDK
  • BatchLogRecordProcessor and BatchSpanProcessor unify queueSize metric
    description and attribute name for processorType
    (#​5836)
Metrics
  • Allow instrument names to contain a forward slash
    (#​5824)
  • Memory Mode support: Adding memory mode, and implementing it for Asynchronous Instruments
    (#​5709,
    #​5855)
  • Stabilize MetricProducer, allow custom MetricReaders
    (#​5835)
  • Drop NaN measurements to metric instruments
    (#​5859)
  • Fix flaky MetricExporterConfigurationTest
    (#​5877)
Logs
  • Add addAllAttributes() to ReadWriteLogRecord.
    (#​5825)
Exporters
  • Prometheus exporter: handle colliding metric attribute keys
    (#​5717)
SDK Extensions
  • File configuration ConfigurationReader handles null values as empty
    (#​5829)
Semantic conventions
Project Tooling

v1.30.1

  • Fix autoconfigure bug creating multiple PrometheusHttpServer instances with same port
    (#​5811)

v1.30.0

API
Incubator
  • Add experimental synchronous gauge
    (#​5506)
SDK
Metrics
  • Add attributes advice API
    (#​5677,
    #​5722)
  • Add AttributesProcessor toString, add attribute filter helper
    (#​5765)
  • Increase metric name maximum length from 63 to 255 characters
    (#​5697)
Exporter
  • Prometheus exporter: remove non-ucum units from conversion
    (#​5719)
  • Prometheus exporter: add units to metric names in TYPE and HELP comments
    (#​5718)
SDK Extensions
Semantic conventions
Project Tooling
  • Update Gradle Wrapper from 8.2.1 to 8.3
    (#​5728)
  • Remove dependabot and update-gradle-wrapper task in favor of renovate
    (#​5746)

v1.29.0

API
  • Update Span javadoc to allow null/empty attr values
    (#​5616)
SDK
  • Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge Resource
    with current
    (#​5619)
Metrics
  • Add LongHistogramAdviceConfigurer to improve api surface types
    (#​5689)
  • Instruments with names which are case-insensitive equal contribute to same
    metric, advice is not part of instrument identity.
    (#​5701)
Exporter
  • Add OtlpHttp{Signal}Exporter#toBuilder() methods
    (#​5652)
  • Add OtlpGrpc{Signal}Exporter#toBuilder() methods
    (#​5680)
  • Add #toString to OTLP exporters
    (#​5686)
  • Break out GrpcSender, GrpcSenderProvider
    (#​5617)
SDK Extensions
  • BREAKING: Delete zpages
    (#​5611)
  • Initialize file configuration with generated model classes and parse method
    (#​5399)
  • Refactor SpiUtil to improve mocking
    (#​5679)
  • Switch from snakeyaml to snakeyaml engine
    (#​5691)
  • Add experimental autoconfigure support for customizing cardinality limit
    (#​5659)
  • Reorganize autoconfigure docs by signal
    (#​5665)
Testing
  • Add hasResourceSatisfying to LogRecordDataAssert
    (#​5690)
OpenCensus Shim
  • Change OpenCensus shim default sampling to defer to OpenTelemetry
    (#​5604)
Project Tooling
  • Update Gradle Wrapper from 8.2 to 8.2.1
    (#​5618)
  • Fix gradle java version requirement warning
    (#​5624)
  • Refer to Adoptium/Temurin instead of AdoptOpenJDK
    (#​5636)
  • Use OtelVersionClassPlugin instead of reading version from resource
    (#​5622)
  • Enforce build-graal success in required status check
    (#​5696)

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.

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Attention: 213 lines in your changes are missing coverage. Please review.

Comparison is base (f10ce32) 10.20% compared to head (6ee2d3a) 10.28%.
Report is 20 commits behind head on main.

Files Patch % Lines
...ommercetools/api/defaultconfig/ApiRootBuilder.java 1.49% 66 Missing ⚠️
...in/java/io/vrap/rmf/base/client/ClientBuilder.java 5.88% 64 Missing ⚠️
.../vrap/rmf/base/client/http/RetryPolicyBuilder.java 47.82% 47 Missing and 1 partial ⚠️
...va/io/vrap/rmf/base/client/http/PolicyBuilder.java 40.00% 24 Missing ⚠️
...io/vrap/rmf/base/client/http/PolicyMiddleware.java 25.00% 3 Missing ⚠️
...client/http/FailsafeConcurrencyBuilderOptions.java 0.00% 2 Missing ⚠️
...ase/client/http/FailsafeTimeoutBuilderOptions.java 0.00% 2 Missing ⚠️
...s/history/defaultconfig/HistoryApiRootBuilder.java 0.00% 1 Missing ⚠️
.../importapi/defaultconfig/ImportApiRootBuilder.java 0.00% 1 Missing ⚠️
...mmercetools/ml/defaultconfig/MLApiRootBuilder.java 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #489      +/-   ##
============================================
+ Coverage     10.20%   10.28%   +0.07%     
- Complexity     1659     1681      +22     
============================================
  Files          5980     5986       +6     
  Lines         56163    56393     +230     
  Branches        256      261       +5     
============================================
+ Hits           5734     5798      +64     
- Misses        50263    50428     +165     
- Partials        166      167       +1     

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

@renovate renovate bot changed the title Update github/codeql-action action to v2.21.7 Update github/codeql-action action to v2.21.8 Sep 19, 2023
@renovate renovate bot changed the title Update github/codeql-action action to v2.21.8 Update all dependencies Sep 22, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4e6a336 to d881ba0 Compare September 27, 2023 16:48
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 12c7362 to b4a498a Compare October 6, 2023 11:12
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from cd06aaf to 85bcc13 Compare October 13, 2023 13:06
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 424087a to 6e9bc58 Compare October 23, 2023 22:38
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5c3fa1e to 1d6fe35 Compare November 1, 2023 19:22
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Nov 7, 2023
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Nov 8, 2023
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Nov 8, 2023
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Nov 8, 2023
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Nov 13, 2023
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 3927561 to 731a3f5 Compare November 16, 2023 16:49
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2b06ed4 to 89bcd22 Compare November 23, 2023 16:04
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from eeaf71f to dc07c32 Compare December 3, 2023 18:54
@jenschude jenschude merged commit 3f4a38f into main Dec 4, 2023
9 checks passed
@jenschude jenschude deleted the renovate/all branch December 4, 2023 13:27
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.

1 participant