Skip to content

chore(deps): update java dependencies - #2137

Open
ggrossetie wants to merge 1 commit into
mainfrom
renovate/java-dependencies
Open

chore(deps): update java dependencies#2137
ggrossetie wants to merge 1 commit into
mainfrom
renovate/java-dependencies

Conversation

@ggrossetie

@ggrossetie ggrossetie commented Aug 13, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Type Update Change
org.bouncycastle:bcprov-jdk18on (source) test patch 1.851.85.2
io.opentelemetry:opentelemetry-sdk-extension-autoconfigure compile minor 1.64.01.65.0
io.opentelemetry:opentelemetry-exporter-otlp compile minor 1.64.01.65.0
io.opentelemetry:opentelemetry-sdk compile minor 1.64.01.65.0
io.vertx:vertx-junit5 (source) test patch 5.1.55.1.7
io.vertx:vertx-codegen (source) test patch 5.1.55.1.7
io.vertx:vertx-launcher-application compile patch 5.1.55.1.7
io.vertx:vertx-config (source) compile patch 5.1.55.1.7
io.vertx:vertx-opentelemetry (source) compile patch 5.1.55.1.7
io.vertx:vertx-web-client (source) compile patch 5.1.55.1.7
io.vertx:vertx-web (source) compile patch 5.1.55.1.7
io.vertx:vertx-core (source) compile patch 5.1.55.1.7
ch.qos.logback:logback-core (source, changelog) compile patch 1.6.11.6.3
ch.qos.logback:logback-classic (source, changelog) compile patch 1.6.11.6.3
io.netty:netty-transport-native-kqueue (source) compile patch 4.2.16.Final4.2.17.Final
io.netty:netty-transport-native-epoll (source) compile patch 4.2.16.Final4.2.17.Final

Release Notes

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-sdk-extension-autoconfigure)

v1.65.0

Compare Source

NOTE: The opentelemetry-exporter-zipkin artifact has stopped being published. It was
deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector
exporter.

API
  • Ignore empty baggage keys in ImmutableBaggage.put
    (#​8658)
  • Use NumberFormatException in baggage decoder
    (#​8593)
  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice
    (#​8613)
Incubating
  • Add bound instrument APIs (BoundLongCounter, BoundDoubleCounter, BoundLongHistogram,
    BoundDoubleHistogram, BoundLongUpDownCounter, BoundDoubleUpDownCounter, BoundLongGauge,
    BoundDoubleGauge) to the incubator metrics API
    (#​8527)
Extensions
  • Trace propagators: Fix JaegerPropagator baggage header key case sensitivity
    (#​8496)
  • Trace propagators: Do not overwrite existing baggage with empty baggage in JaegerPropagator
    (#​8632)
  • Trace propagators: Skip empty baggage keys in OtTracePropagator extract
    (#​8631)
  • Trace propagators: Stop parsing a jaeger-baggage header after 64 tokens, including malformed
    tokens (#​8702)
SDK
  • Update SDK attributes implementation (AttributesMap) to enforce last-value-win semantics based
    on string value of AttributeKey.getKey()
    (#​8548)
Traces
  • Add Sampler shutdown lifecycle: Sampler now extends Closeable and exposes a default
    shutdown() invoked when the SdkTracerProvider is shut down; JaegerRemoteSampler implements
    it to stop its polling executor
    (#​8574)
Metrics
  • Gate PeriodicMetricReader self-observability metrics by internal telemetry version
    (#​8597)
  • Record error.type on failed collections in PeriodicMetricReader
    (#​8650)
  • Testing: Fix LongExemplarAssert.hasFilteredAttributesSatisfyingExactly to enforce exact
    attribute matching
    (#​8518)
Logs
  • Fix ReadWriteLogRecord default getObservedTimestampEpochNanos returning the record timestamp
    (#​8504)
Profiles
  • Fix profiles data model attribute count parameter name and timestamp doc unit
    (#​8514)
Exporters
  • WARNING Zipkin: Delete opentelemetry-exporter-zipkin; the artifact is no longer published
    (#​8677)
  • OTLP: Use HTTP error response bodies in HttpExporter warning logs
    (#​8428)
  • OTLP: Fix OkHttpHttpSender mTLS when using the platform default trust store
    (#​8565)
  • OTLP: Fix sign extension on LogRecord flags in the low-allocation log marshaler
    (#​8493)
  • OTLP: Standardize OkHttpHttpSender, JdkHttpSender, and UpstreamGrpcSender shutdown to
    await executor/channel termination
    (#​8495,
    #​8627,
    #​8624)
  • OTLP: Log the underlying except/ion when a gRPC response frame is invalid
    (#​8626)
  • OTLP: Avoid the unsafe string encoder on Android
    (#​8637)
  • Prometheus: Merge colliding Prometheus label values
    (#​8364)
  • Prometheus: Fix PrometheusHttpServer.toBuilder() dropping the configured default handler
    (#​8619)
  • Logging: Output event name in SystemOutLogRecordExporter
    (#​8609)
  • Logging: Include aggregation temporality in LoggingMetricExporter toString
    (#​8623)
Extensions
  • Autoconfigure: Avoid exposing configuration values in error messages
    (#​8669)
  • Declarative config: Fix Jaeger sampler polling interval configuration
    (#​8668)
  • Declarative config: Remove duplicate getStringList resolver in DeclarativeConfigPropertyUtil
    (#​8572)
  • Declarative config: Replace jsonschema2pojo with a hand-rolled POJO generator
    (#​8600)
  • Incubator: Restore compliance between composite samplers code and the spec
    (#​8450)
Shims
  • DEPRECATION Deprecate the OpenCensus shim public API
    (#​8674)
  • OpenCensus: Preserve OpenCensus status description when converting to OpenTelemetry
    (#​8511)
  • OpenCensus: Add links to the OpenTelemetry span instead of logging a warning and dropping them
    (#​8635)
  • OpenTracing: Return null from TracerShim extract when the carrier has no span context
    (#​8505)
  • OpenTracing: Return the extracted SpanContext when it is sampled but invalid
    (#​8634)
Project tooling
  • Pin japicmp baseline in version.gradle.kts
    (#​8591)
  • Update contributing guide in response to feedback
    (#​8655)
eclipse-vertx/vertx-junit5 (io.vertx:vertx-junit5)

v5.1.7

Compare Source

v5.1.6

Compare Source

vert-x3/vertx-sockjs-service-proxy (io.vertx:vertx-codegen)

v5.1.7

Compare Source

v5.1.6

Compare Source

eclipse-vertx/vertx-launcher (io.vertx:vertx-launcher-application)

v5.1.7

Compare Source

v5.1.6

Compare Source

vert-x3/vertx-config (io.vertx:vertx-config)

v5.1.7

Compare Source

v5.1.6

Compare Source

eclipse-vertx/vertx-tracing (io.vertx:vertx-opentelemetry)

v5.1.7

Compare Source

v5.1.6

Compare Source

vert-x3/vertx-web (io.vertx:vertx-web-client)

v5.1.7

Compare Source

v5.1.6

Compare Source

eclipse/vert.x (io.vertx:vertx-core)

v5.1.7

Compare Source

v5.1.6

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "before 6am on monday"
  • 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.

@ggrossetie ggrossetie added the 🔗 dependencies Pull requests that update a dependency file label Aug 13, 2026
@ggrossetie
ggrossetie force-pushed the renovate/java-dependencies branch 3 times, most recently from 0c8ea5b to d09d80b Compare August 19, 2026 03:00
@ggrossetie
ggrossetie force-pushed the renovate/java-dependencies branch 2 times, most recently from edcc770 to ef276a1 Compare August 23, 2026 03:05
@ggrossetie
ggrossetie force-pushed the renovate/java-dependencies branch from ef276a1 to 72c3793 Compare September 9, 2026 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔗 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant