Skip to content

Bump the all group with 13 updates#808

Merged
rschmitt merged 1 commit intomasterfrom
dependabot/maven/all-c69eb995e7
Mar 2, 2026
Merged

Bump the all group with 13 updates#808
rschmitt merged 1 commit intomasterfrom
dependabot/maven/all-c69eb995e7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the all group with 13 updates:

Package From To
org.apache.httpcomponents.core5:httpcore5 5.4 5.4.1
org.apache.httpcomponents.core5:httpcore5-h2 5.4 5.4.1
org.apache.httpcomponents.core5:httpcore5-testing 5.4 5.4.1
org.apache.httpcomponents.core5:httpcore5-reactive 5.4 5.4.1
org.junit:junit-bom 5.14.1 5.14.3
org.junit.jupiter:junit-jupiter-api 5.14.1 5.14.3
com.github.luben:zstd-jni 1.5.7-6 1.5.7-7
io.micrometer:micrometer-core 1.16.2 1.16.3
io.micrometer:micrometer-observation 1.16.2 1.16.3
io.micrometer:micrometer-registry-prometheus 1.16.2 1.16.3
io.micrometer:micrometer-tracing 1.6.2 1.6.3
io.micrometer:micrometer-tracing-bridge-otel 1.6.2 1.6.3
io.opentelemetry:opentelemetry-bom 1.58.0 1.59.0

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5-h2 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-h2's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5-testing from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-testing's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5-reactive from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-reactive's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5-h2 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-h2's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5-testing from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-testing's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5-reactive from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-reactive's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 5.14.1 to 5.14.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.14.3 = Platform 1.14.3 + Jupiter 5.14.3 + Vintage 5.14.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.14.2...r5.14.3

JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.1...r5.14.2

Commits
  • 1c14c1b Release 5.14.3
  • 698391f Finalize 5.14.3 release notes
  • 5655c22 Fix link to milestone
  • b4d1f56 Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre
  • 5b6dfef Fix references
  • 718ee15 Fail build if xref fragment is invalid
  • a809887 Install poppler-utils for pdfinfo
  • b568f5a Update API baseline
  • 1ebb6bc Add missing checkout step
  • 4ca615b Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.14.1 to 5.14.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.14.3 = Platform 1.14.3 + Jupiter 5.14.3 + Vintage 5.14.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.14.2...r5.14.3

JUnit 5.14.2 = Platform 1.14.2 + Jupiter 5.14.2 + Vintage 5.14.2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.1...r5.14.2

Commits
  • 1c14c1b Release 5.14.3
  • 698391f Finalize 5.14.3 release notes
  • 5655c22 Fix link to milestone
  • b4d1f56 Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre
  • 5b6dfef Fix references
  • 718ee15 Fail build if xref fragment is invalid
  • a809887 Install poppler-utils for pdfinfo
  • b568f5a Update API baseline
  • 1ebb6bc Add missing checkout step
  • 4ca615b Back to snapshots for further development
  • Additional commits viewable in compare view

Updates com.github.luben:zstd-jni from 1.5.7-6 to 1.5.7-7

Commits
  • 73bfa27 Bump version to v1.5.7-7
  • 322f6bc Update GH actions
  • d18bc0a Use latest MacOS runners
  • 1051112 Fix typo in ZstdDictCompress.java
  • 2d94b35 address
  • 7c2e3ff Avoid SetLongField call when GetPrimitiveArrayCritical return NULL
  • d82feda fix: ZstdInputStream decompression failure when underlying stream returns 0 t...
  • See full diff in compare view

Updates io.micrometer:micrometer-core from 1.16.2 to 1.16.3

Release notes

Sourced from io.micrometer:micrometer-core's releases.

1.16.3

🐞 Bug Fixes

  • Add immutable noop Observation.Context #7133
  • OSGi test isn't reporting failures #7060

📔 Documentation

  • Docs: Align AsciiDoc callout syntax #7148
  • Improve documentation of ExecutorServiceMetrics #7083

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 #7125
  • Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 #6802
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 #7166
  • Bump dropwizard-metrics from 4.2.37 to 4.2.38 #7120
  • Bump gradle-wrapper from 8.14.3 to 8.14.4 #7112
  • Bump grpc from 1.76.2 to 1.76.3 #7137
  • Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 #7124
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 #7070
  • Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 #7101
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #7126

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye, @​mateusz-nalepa, and @​tkmsaaaam

Commits
  • 1963aac Downgrade Netty from 4.2.10 to 4.1.131 (#7177)
  • aecd95d Merge branch '1.15.x' into 1.16.x
  • cd83609 Improve flakiness of StatsdMeterRegistryPublishTest (#7053)
  • 991f09c Merge branch '1.15.x' into 1.16.x
  • bcbf4fe Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (#7173)
  • 8fd4212 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (#7172)
  • f42488e Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (#7166)
  • 848e9a9 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (#7165)
  • 8e309f3 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (#7162)
  • 0f9224f docs: fix broken callout list structure in example blocks (#7148)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-observation from 1.16.2 to 1.16.3

Release notes

Sourced from io.micrometer:micrometer-observation's releases.

1.16.3

🐞 Bug Fixes

  • Add immutable noop Observation.Context #7133
  • OSGi test isn't reporting failures #7060

📔 Documentation

  • Docs: Align AsciiDoc callout syntax #7148
  • Improve documentation of ExecutorServiceMetrics #7083

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 #7125
  • Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 #6802
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 #7166
  • Bump dropwizard-metrics from 4.2.37 to 4.2.38 #7120
  • Bump gradle-wrapper from 8.14.3 to 8.14.4 #7112
  • Bump grpc from 1.76.2 to 1.76.3 #7137
  • Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 #7124
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 #7070
  • Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 #7101
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #7126

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye, @​mateusz-nalepa, and @​tkmsaaaam

Commits
  • 1963aac Downgrade Netty from 4.2.10 to 4.1.131 (#7177)
  • aecd95d Merge branch '1.15.x' into 1.16.x
  • cd83609 Improve flakiness of StatsdMeterRegistryPublishTest (#7053)
  • 991f09c Merge branch '1.15.x' into 1.16.x
  • bcbf4fe Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (#7173)
  • 8fd4212 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (#7172)
  • f42488e Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (#7166)
  • 848e9a9 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (#7165)
  • 8e309f3 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (#7162)
  • 0f9224f docs: fix broken callout list structure in example blocks (#7148)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.16.2 to 1.16.3

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.16.3

🐞 Bug Fixes

  • Add immutable noop Observation.Context #7133
  • OSGi test isn't reporting failures #7060

📔 Documentation

  • Docs: Align AsciiDoc callout syntax #7148
  • Improve documentation of ExecutorServiceMetrics #7083

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 #7125
  • Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 #6802
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 #7166
  • Bump dropwizard-metrics from 4.2.37 to 4.2.38 #7120
  • Bump gradle-wrapper from 8.14.3 to 8.14.4 #7112
  • Bump grpc from 1.76.2 to 1.76.3 #7137
  • Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 #7124
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 #7070
  • Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 #7101
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #7126

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye, @​mateusz-nalepa, and @​tkmsaaaam

Commits
  • 1963aac Downgrade Netty from 4.2.10 to 4.1.131 (#7177)
  • aecd95d Merge branch '1.15.x' into 1.16.x
  • cd83609 Improve flakiness of StatsdMeterRegistryPublishTest (#7053)
  • 991f09c Merge branch '1.15.x' into 1.16.x
  • bcbf4fe Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (#7173)
  • 8fd4212 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (#7172)
  • f42488e Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (#7166)
  • 848e9a9 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (#7165)
  • 8e309f3 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (#7162)
  • 0f9224f docs: fix broken callout list structure in example blocks (#7148)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-observation from 1.16.2 to 1.16.3

Release notes

Sourced from io.micrometer:micrometer-observation's releases.

1.16.3

🐞 Bug Fixes

  • Add immutable noop Observation.Context #7133
  • OSGi test isn't reporting failures #7060

📔 Documentation

  • Docs: Align AsciiDoc callout syntax #7148
  • Improve documentation of ExecutorServiceMetrics #7083

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.26 #7125
  • Bump com.hazelcast:hazelcast from 5.3.8 to 5.6.0 #6802
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 #7166
  • Bump dropwizard-metrics from 4.2.37 to 4.2.38 #7120
  • Bump gradle-wrapper from 8.14.3 to 8.14.4 #7112
  • Bump grpc from 1.76.2 to 1.76.3 #7137
  • Bump io.dropwizard.metrics5:metrics-core from 5.0.5 to 5.0.6 #7124
  • Bump io.freefair.aspectj.post-compile-weaving from 8.14.3 to 8.14.4 #7070
  • Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 #7101
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #7126

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye, @​mateusz-nalepa, and @​tkmsaaaam

Commits
  • 1963aac Downgrade Netty from 4.2.10 to 4.1.131 (#7177)
  • aecd95d Merge branch '1.15.x' into 1.16.x
  • cd83609 Improve flakiness of StatsdMeterRegistryPublishTest (#7053)
  • 991f09c Merge branch '1.15.x' into 1.16.x
  • bcbf4fe Bump io.micrometer:context-propagation from 1.1.3 to 1.1.4 (#7173)
  • 8fd4212 Bump io.micrometer:context-propagation from 1.2.0 to 1.2.1 (#7172)
  • f42488e Bump com.netflix.spectator:spectator-reg-atlas from 1.9.3 to 1.9.4 (#7166)
  • 848e9a9 Bump io.netty:netty-bom from 4.2.9.Final to 4.2.10.Final (#7165)
  • 8e309f3 Bump io.netty:netty-bom from 4.1.130.Final to 4.1.131.Final (#7162)
  • 0f9224f docs: fix broken callout list structure in example blocks (#7148)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.16.2 to 1.16.3

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.16.3

🐞 Bug Fixes

  • Add immutable noop Observation.Context #7133
  • OSGi test isn't reporting failures #7060

📔 Documentation

  • Docs: Align AsciiDoc callout syntax #7148
  • Improve documentation of ExecutorServiceMetrics #7083

🔨 Dependency Upgrades

  • ...

    Description has been truncated

Bumps the all group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) | `5.4` | `5.4.1` |
| [org.apache.httpcomponents.core5:httpcore5-h2](https://github.com/apache/httpcomponents-core) | `5.4` | `5.4.1` |
| [org.apache.httpcomponents.core5:httpcore5-testing](https://github.com/apache/httpcomponents-core) | `5.4` | `5.4.1` |
| [org.apache.httpcomponents.core5:httpcore5-reactive](https://github.com/apache/httpcomponents-core) | `5.4` | `5.4.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.14.1` | `5.14.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.14.1` | `5.14.3` |
| [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) | `1.5.7-6` | `1.5.7-7` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.16.2` | `1.16.3` |
| [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer) | `1.16.2` | `1.16.3` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.16.2` | `1.16.3` |
| [io.micrometer:micrometer-tracing](https://github.com/micrometer-metrics/tracing) | `1.6.2` | `1.6.3` |
| [io.micrometer:micrometer-tracing-bridge-otel](https://github.com/micrometer-metrics/tracing) | `1.6.2` | `1.6.3` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.58.0` | `1.59.0` |


Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.apache.httpcomponents.core5:httpcore5-testing` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.apache.httpcomponents.core5:httpcore5-reactive` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.apache.httpcomponents.core5:httpcore5-testing` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.apache.httpcomponents.core5:httpcore5-reactive` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `org.junit:junit-bom` from 5.14.1 to 5.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r5.14.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.1 to 5.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r5.14.3)

Updates `com.github.luben:zstd-jni` from 1.5.7-6 to 1.5.7-7
- [Commits](luben/zstd-jni@v1.5.7-6...v1.5.7-7)

Updates `io.micrometer:micrometer-core` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.2...v1.16.3)

Updates `io.micrometer:micrometer-observation` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.2...v1.16.3)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.2...v1.16.3)

Updates `io.micrometer:micrometer-observation` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.2...v1.16.3)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.2...v1.16.3)

Updates `io.micrometer:micrometer-tracing` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.6.2...v1.6.3)

Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.6.2...v1.6.3)

Updates `io.micrometer:micrometer-tracing-bridge-otel` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.6.2...v1.6.3)

Updates `io.opentelemetry:opentelemetry-bom` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.58.0...v1.59.0)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.1 to 5.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.1...r5.14.3)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.httpcomponents.core5:httpcore5-h2
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.httpcomponents.core5:httpcore5-testing
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.httpcomponents.core5:httpcore5-reactive
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.httpcomponents.core5:httpcore5-h2
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.httpcomponents.core5:httpcore5-testing
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.httpcomponents.core5:httpcore5-reactive
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit:junit-bom
  dependency-version: 5.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.14.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.github.luben:zstd-jni
  dependency-version: 1.5.7-7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-observation
  dependency-version: 1.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-observation
  dependency-version: 1.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-tracing
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-tracing-bridge-otel
  dependency-version: 1.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-tracing-bridge-otel
  dependency-version: 1.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.14.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2026
@rschmitt rschmitt merged commit a21d2d1 into master Mar 2, 2026
17 checks passed
@rschmitt rschmitt deleted the dependabot/maven/all-c69eb995e7 branch March 2, 2026 19:13
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant