fix(deps): update all dependencies #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v5→v66.1.2→6.1.35.4.0→5.5.04.1.0→4.1.11.64.0→1.66.0Release Notes
actions/setup-java (https://github.com/actions/setup-java)
v6.0.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/actions/setup-java/compare/v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
18.0.1.1by @brunoborges in #1092New Contributors
Full Changelog: https://github.com/actions/setup-java/compare/v5.7.0...v6.0.0
lysine-dev/okhttp (com.squareup.okhttp3:okhttp-bom)
v5.5.02026-08-16
This release introduces opt-in support for [Encrypted Client Hello (ECH)]. This new feature
improves user privacy by encrypting domain names in transit. With regular TLS, your coffee shop’s
Wi-Fi router can see that you’re visiting wikipedia.com, but it cannot see which page you’re
looking at. With ECH, the router observes only the IP address. This additional privacy is most
effective on sites hosted by big CDNs because the IP address doesn’t imply a particular website.
This requires ECH support in the platform’s TLS stack. Today this is only Android 17 (API 37,
released June 2026). When other TLS stacks add ECH support, we'll integrate them.
ECH took a lot of work to implement because the encryption keys are published over DNS in the
[HTTPS resource record], and we needed to write new code to fetch these records. This release
includes a major update to OkHttp’s DNS API: it now supports multiple resource record types (not
just IP addresses!), asynchronous streaming results, and in-memory caching.
To opt in, you can use
DnsOverHttps:You could also opt in with our new
AndroidDnsAPI. Unfortunately, the privacy benefits of ECH arethwarted because its DNS queries are not encrypted by default.
projects ([Retrofit], [Okio], and [SQLDelight]) recently joined [the Commonhaus Foundation].
@StartStopannotation now supports@NestedJUnit 5 tests.weren’t applied correctly.
the HTTP call to crash.
spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)
v4.1.1Compare Source
⚠️ Attention Required
protobufextension with thegrpcplugin using an empty block. The Spring Boot Gradle plugin will then automatically configure the use ofprotoc-gen-grpc-javaas before. #50822🐞 Bug Fixes
@NestedConfigurationPropertyfor records #51098@Nullablereturn type #51087@Validatedclass that contains a map whose value type is a wildcard #50856📔 Documentation
@Valueplaceholder syntax in external config docs #50873🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@DragonFSKY, @LordKay-sudo, @MacAlsandair, @SJvaca30, @SebTardif, @SimonVerhoeven, @codingkiddo, @dhruv-15-03, @dlwldnjs1009, @dmitrysulman, @doehyunbaek, @filiphr, @msridhar, @ngocnhan-tran1996, @nosan, @ns3154, @quaff, @scordio, @seonwooj0810, @skdas20, @vipi-n, @vvzvvv, @wantaekchoi, @xfocus3, and @yamamoto-ehhMH
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)
v1.66.0Compare Source
API
Baggage.fromContext()andBaggage.fromContextOrNull()to handle anullcontext(#8667)
(#8682)
ArrayIndexOutOfBoundsExceptioninOtelEncodingUtilsfor invalid hex characters(#8748)
SDK
Traces
SpanProcessorself-observability instrumentation(#8735)
Metrics
(#8717)
Logs
LogRecordProcessorself-observability instrumentation(#8698)
Exporters
Retry-Afterin OTLP HTTP senders(#8633)
setEnabledProtocolsoption to OTLP HTTP exporter builders(#8610)
keyManagerandsslContextinTlsConfigHelper(#8710)
OkHttpGrpcSendermTLS when using the platform default trust store(#8758)
JdkHttpSender(#8757)
EndpointUtil.validateEndpointfor OkHttp senders(#8746)
(#8780)
toStringtoOtlpJsonLogging{Span,Metric,LogRecord}Exporter(#8725)
LinkDatanull-element handling with thespec (#8349)
PrometheusHttpServerBuilder(#8679)
(#8752)
Extensions
with<Prop>toset<Prop>(#8742)(#8654)
scope_info_enabledandtarget_info_enabledflags in thePrometheus component provider
(#8750)
output_streaminotlp_file/development(#8676)
toStringtoComposableAnnotatingSampler(#8645)
Project tooling
zizmorfindings in GitHub Actions workflows(#8592)
v1.65.0Compare Source
NOTE: The
opentelemetry-exporter-zipkinartifact has stopped being published. It wasdeprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector
exporter.
API
ImmutableBaggage.put(#8658)
NumberFormatExceptionin baggage decoder(#8593)
TraceStateBuilder.removecorrupting the builder when the same key is removed twice(#8613)
Incubating
BoundLongCounter,BoundDoubleCounter,BoundLongHistogram,BoundDoubleHistogram,BoundLongUpDownCounter,BoundDoubleUpDownCounter,BoundLongGauge,BoundDoubleGauge) to the incubator metrics API(#8527)
Extensions
JaegerPropagatorbaggage header key case sensitivity(#8496)
JaegerPropagator(#8632)
OtTracePropagatorextract(#8631)
jaeger-baggageheader after 64 tokens, including malformedtokens (#8702)
SDK
AttributesMap) to enforce last-value-win semantics basedon string value of
AttributeKey.getKey()(#8548)
Traces
Samplershutdown lifecycle:Samplernow extendsCloseableand exposes a defaultshutdown()invoked when theSdkTracerProvideris shut down;JaegerRemoteSamplerimplementsit to stop its polling executor
(#8574)
Metrics
PeriodicMetricReaderself-observability metrics by internal telemetry version(#8597)
error.typeon failed collections inPeriodicMetricReader(#8650)
LongExemplarAssert.hasFilteredAttributesSatisfyingExactlyto enforce exactattribute matching
(#8518)
Logs
ReadWriteLogRecorddefaultgetObservedTimestampEpochNanosreturning the record timestamp(#8504)
Profiles
(#8514)
Exporters
opentelemetry-exporter-zipkin; the artifact is no longer published(#8677)
HttpExporterwarning logs(#8428)
OkHttpHttpSendermTLS when using the platform default trust store(#8565)
LogRecordflags in the low-allocation log marshaler(#8493)
OkHttpHttpSender,JdkHttpSender, andUpstreamGrpcSendershutdown toawait executor/channel termination
(#8495,
#8627,
#8624)
(#8626)
(#8637)
(#8364)
PrometheusHttpServer.toBuilder()dropping the configured default handler(#8619)
SystemOutLogRecordExporter(#8609)
LoggingMetricExportertoString(#8623)
Extensions
(#8669)
(#8668)
getStringListresolver inDeclarativeConfigPropertyUtil(#8572)
jsonschema2pojowith a hand-rolled POJO generator(#8600)
(#8450)
Shims
(#8674)
(#8511)
(#8635)
nullfromTracerShimextract when the carrier has no span context(#8505)
SpanContextwhen it is sampled but invalid(#8634)
Project tooling
version.gradle.kts(#8591)
(#8655)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.
9bfc454de8e502089725fix(deps): update dependency de.loosetie.logging:lt-logging-parent to v1.0.11to fix(deps): update all dependenciese50208972556a4fb56a956a4fb56a9f831606ee4f831606ee4842227b7da842227b7da9a867d88a19a867d88a179387d186579387d186588c34b7c9a88c34b7c9a22dc92bfb522dc92bfb593443f87b9View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.