fix(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.14.1 #35

Merged
antoine merged 1 commits from renovate/micrometer-registry-prometheus.version into main 2024-11-30 16:26:15 +00:00
Member

This PR contains the following updates:

Package Type Update Change
io.micrometer:micrometer-registry-prometheus compile minor 1.13.4 -> 1.14.1

Release Notes

micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)

v1.14.1: 1.14.1

Compare Source

📔 Documentation

  • Gauges may be silently ignored when MeterFilters drop or transform tags #​5616

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.1 to 1.8.2 #​5685
  • Bump software.amazon.awssdk:cloudwatch from 2.29.7 to 2.29.14 #​5669
  • Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 #​5660

❤️ Contributors

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

@​izeye

v1.14.0: 1.14.0

Compare Source

Micrometer 1.14.0 is the GA version of a new feature release. See our support policy for support timelines.

Below are the combined release notes of all the pre-release milestones and release candidate preceding this GA release.

⚠️ Noteworthy

  • Support ExponentialHistogram in OTLP #​3861
  • Virtual thread metrics #​3956
  • Validate expected Observation API call ordering on TestObservationRegistry #​5239

New Features / Enhancements

  • Expose TestObservationRegistry as an AssertJ AssertProvider #​5551
  • Use failure with actual and expected message to improve IDE experience for ObservationContextAssert #​5550
  • Replace @Nonnull(when = When.MAYBE) with @CheckForNull in @Nullable #​5485
  • Warn about Prometheus meter registration failure #​5228
  • Improve performance of merging two Tags/KeyValues instances #​5140
  • Allow user-provided custom scheduler for periodically binding KafkaMetrics #​4976
  • Allow specifying the meterNameConsumer for HighCardinalityTagsDetector #​4028
  • Virtual thread metrics #​3956
  • Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect #​2461
  • Configurable _source.enabled Elastic mapping property #​1629
  • Skip registering Caffeine meters when statistics are not enabled #​5409
  • Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics #​5402
  • MultiGauge.register should accept more types #​5390
  • Metrics not collected after ExecutorService recreation #​5366
  • Add "cancelled" information to the GrpcServerObservationContext #​5301
  • process_start_time_seconds HELP description inconsistency between Prometheus and micrometer #​5290
  • Add history-tracking to ObservationValidator #​5370
  • [dynatrace/v2] reduce log verbosity #​5306
  • Validate expected Observation API call ordering on TestObservationRegistry #​5239
  • Add JvmThreadDeadlockMetrics #​5222
  • Allow multiple MeterTag annotations for multiple tags from same target #​4081
  • Support ExponentialHistogram in OTLP #​3861
  • Expose ForkJoinPool parallelism and pool size metrics #​5236
  • Allow custom ThreadFactory for OtlpMeterRegistry #​5153
  • Do not register GC metrics when GC notifications are unavailable #​5149
  • Cancelled status code not reported in the gRPC server metrics #​5109
  • Add counter of failed attempts to retrieve a connection from the pool #​5057
  • Add Support for @MeterTag to @Counted #​4725
  • Compile-time weaving support for aspects #​1149
  • Service level objectives support on @Timed annotation #​5145

📔 Documentation

  • Add docs for ObservationValidator #​5387
  • Add docs for multiple MeterTag annotations #​5641
  • Add docs for @MeterTag for @Counted #​5640
  • Add docs for JvmThreadDeadlockMetrics #​5614
  • Add docs for ForkJoinPool parallelism and pool size metrics #​5611
  • Add docs for VirtualThreadMetrics #​5610

🔨 Dependency Upgrades

  • Bump io.prometheus:prometheus-metrics-bom to 1.3.3 #​5649
  • Bump software.amazon.awssdk:cloudwatch to 2.29.7 #​5645
  • Bump com.google.cloud:libraries-bom to 26.50.0 #​5638
  • Bump com.signalfx.public:signalfx-java to 1.0.47 #​5635
  • Bump com.google.auth:google-auth-library-oauth2-http to 1.29.0 #​5634
  • Bump software.amazon.awssdk:cloudwatch to 2.29.6 #​5631
  • Bump com.netflix.spectator:spectator-reg-atlas to 1.8.1 #​5630
  • Bump com.google.cloud:google-cloud-monitoring to 3.54.0 #​5628
  • Bump dropwizard-metrics to 4.2.28 #​5569
  • Bump io.opentelemetry.proto:opentelemetry-proto to 1.3.2-alpha #​5268
  • Bump org.hdrhistogram:HdrHistogram to 2.2.2 #​5171

❤️ Contributors

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

@​codesimplicity, @​genuss, @​izeye, @​mihalyr, @​lcavadas, @​filiphr, @​sean-heller, @​vasiliy-sarzhynskyi, @​ArtyomGabeev, @​kinddevil, @​mstyura, @​madhead, @​pirgeo, @​rkurniawati, @​lenin-jaganathan, @​smaxx

v1.13.8: 1.13.8

Compare Source

📔 Documentation

  • Gauges may be silently ignored when MeterFilters drop or transform tags #​5616

🔨 Dependency Upgrades

  • Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 #​5660

❤️ Contributors

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

@​izeye

v1.13.7: 1.13.7

Compare Source

🐞 Bug Fixes

  • Native Image Hazelcast error: java.lang.NoSuchMethodError: com.hazelcast.map.IMap.getName() #​5604

📔 Documentation

  • Add documentation for @Counted #​5613

🔨 Dependency Upgrades

  • Bump com.signalfx.public:signalfx-java from 1.0.46 to 1.0.47 #​5623
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.17.3 #​5622

📝 Tasks

  • Enable japicmp task for micrometer-registry-statsd #​5612
  • Improve UCUM time unit mapping for Dynatrace #​5594

❤️ Contributors

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

@​izeye

v1.13.6: 1.13.6

Compare Source

New Features / Enhancements

  • Improve memory usage of StepBucketHistogram #​4954

🐞 Bug Fixes

  • Instrumented Java 11 HttpClient does not re-throw exceptions in sendAsync call #​5136
  • Map time units to UCUM format for Dynatrace #​5588
  • Aspects' tagsBasedOnJoinPoint may throw uncaught exception #​5584
  • Set user agent header in OTLP registry #​5577
  • MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #​5575

📔 Documentation

  • Remove duplicated context-propagation documentation in Micrometer docs #​5549
  • [OTLP Registry] Document batch size configuration #​5578

🔨 Dependency Upgrades

  • Bump dropwizard-metrics from 4.2.27 to 4.2.28 #​5566
  • Bump context-propagation to 1.1.2 #​5592

📝 Tasks

  • Bump org.junit:junit-bom from 5.10.4 to 5.10.5 #​5571
  • Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 #​5567
  • Bump jersey3 from 3.0.12 to 3.0.16 #​5560
  • Do not include formerly removed micrometer-samples-jetty12 subproject #​5554
  • Bump spring from 5.3.37 to 5.3.39 #​5419
  • Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 #​5557
  • Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 #​5538
  • Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 #​5536
  • Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final #​5534
  • Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 #​5533
  • Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 #​5532
  • Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 #​5531
  • Bump junit from 5.10.3 to 5.10.4 #​5530
  • Bump spring from 5.3.37 to 5.3.39 #​5455

❤️ Contributors

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

@​lenin-jaganathan, @​pirgeo, @​kinddevil, and @​joaopgrassi

v1.13.5: 1.13.5

Compare Source

🐞 Bug Fixes

  • ConcurrentModificationException when late meter filters are added #​5489

🔨 Dependency Upgrades

  • Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #​5506
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #​5505

Tasks

  • Use Prometheus BOMs for dependency management #​5468

❤️ Contributors

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

@​mabartos, @​emmanuel-ferdman, and @​izeye


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | compile | minor | `1.13.4` -> `1.14.1` | --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)</summary> ### [`v1.14.1`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.14.1): 1.14.1 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.14.0...v1.14.1) #### :notebook_with_decorative_cover: Documentation - Gauges may be silently ignored when MeterFilters drop or transform tags [#&#8203;5616](https://github.com/micrometer-metrics/micrometer/issues/5616) #### :hammer: Dependency Upgrades - Bump com.netflix.spectator:spectator-reg-atlas from 1.8.1 to 1.8.2 [#&#8203;5685](https://github.com/micrometer-metrics/micrometer/pull/5685) - Bump software.amazon.awssdk:cloudwatch from 2.29.7 to 2.29.14 [#&#8203;5669](https://github.com/micrometer-metrics/micrometer/pull/5669) - Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 [#&#8203;5660](https://github.com/micrometer-metrics/micrometer/issues/5660) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye) ### [`v1.14.0`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.14.0): 1.14.0 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.13.8...v1.14.0) Micrometer 1.14.0 is the GA version of a new feature release. See our [support policy](https://micrometer.io/support) for support timelines. Below are the combined release notes of all the pre-release milestones and release candidate preceding this GA release. #### :warning: Noteworthy - Support ExponentialHistogram in OTLP [#&#8203;3861](https://github.com/micrometer-metrics/micrometer/issues/3861) - Virtual thread metrics [#&#8203;3956](https://github.com/micrometer-metrics/micrometer/issues/3956) - Validate expected Observation API call ordering on TestObservationRegistry [#&#8203;5239](https://github.com/micrometer-metrics/micrometer/issues/5239) #### :star: New Features / Enhancements - Expose TestObservationRegistry as an AssertJ AssertProvider [#&#8203;5551](https://github.com/micrometer-metrics/micrometer/pull/5551) - Use failure with actual and expected message to improve IDE experience for ObservationContextAssert [#&#8203;5550](https://github.com/micrometer-metrics/micrometer/pull/5550) - Replace `@Nonnull`(when = When.MAYBE) with `@CheckForNull` in `@Nullable` [#&#8203;5485](https://github.com/micrometer-metrics/micrometer/pull/5485) - Warn about Prometheus meter registration failure [#&#8203;5228](https://github.com/micrometer-metrics/micrometer/pull/5228) - Improve performance of merging two `Tags`/`KeyValues` instances [#&#8203;5140](https://github.com/micrometer-metrics/micrometer/issues/5140) - Allow user-provided custom scheduler for periodically binding KafkaMetrics [#&#8203;4976](https://github.com/micrometer-metrics/micrometer/issues/4976) - Allow specifying the meterNameConsumer for HighCardinalityTagsDetector [#&#8203;4028](https://github.com/micrometer-metrics/micrometer/pull/4028) - Virtual thread metrics [#&#8203;3956](https://github.com/micrometer-metrics/micrometer/issues/3956) - Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect [#&#8203;2461](https://github.com/micrometer-metrics/micrometer/issues/2461) - Configurable \_source.enabled Elastic mapping property [#&#8203;1629](https://github.com/micrometer-metrics/micrometer/issues/1629) - Skip registering Caffeine meters when statistics are not enabled [#&#8203;5409](https://github.com/micrometer-metrics/micrometer/pull/5409) - Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics [#&#8203;5402](https://github.com/micrometer-metrics/micrometer/pull/5402) - MultiGauge.register should accept more types [#&#8203;5390](https://github.com/micrometer-metrics/micrometer/issues/5390) - Metrics not collected after ExecutorService recreation [#&#8203;5366](https://github.com/micrometer-metrics/micrometer/issues/5366) - Add "cancelled" information to the GrpcServerObservationContext [#&#8203;5301](https://github.com/micrometer-metrics/micrometer/issues/5301) - process_start_time_seconds HELP description inconsistency between Prometheus and micrometer [#&#8203;5290](https://github.com/micrometer-metrics/micrometer/issues/5290) - Add history-tracking to ObservationValidator [#&#8203;5370](https://github.com/micrometer-metrics/micrometer/pull/5370) - \[dynatrace/v2] reduce log verbosity [#&#8203;5306](https://github.com/micrometer-metrics/micrometer/pull/5306) - Validate expected Observation API call ordering on TestObservationRegistry [#&#8203;5239](https://github.com/micrometer-metrics/micrometer/issues/5239) - Add JvmThreadDeadlockMetrics [#&#8203;5222](https://github.com/micrometer-metrics/micrometer/pull/5222) - Allow multiple MeterTag annotations for multiple tags from same target [#&#8203;4081](https://github.com/micrometer-metrics/micrometer/issues/4081) - Support ExponentialHistogram in OTLP [#&#8203;3861](https://github.com/micrometer-metrics/micrometer/issues/3861) - Expose ForkJoinPool parallelism and pool size metrics [#&#8203;5236](https://github.com/micrometer-metrics/micrometer/pull/5236) - Allow custom ThreadFactory for OtlpMeterRegistry [#&#8203;5153](https://github.com/micrometer-metrics/micrometer/pull/5153) - Do not register GC metrics when GC notifications are unavailable [#&#8203;5149](https://github.com/micrometer-metrics/micrometer/pull/5149) - Cancelled status code not reported in the gRPC server metrics [#&#8203;5109](https://github.com/micrometer-metrics/micrometer/issues/5109) - Add counter of failed attempts to retrieve a connection from the pool [#&#8203;5057](https://github.com/micrometer-metrics/micrometer/pull/5057) - Add Support for `@MeterTag` to `@Counted` [#&#8203;4725](https://github.com/micrometer-metrics/micrometer/issues/4725) - Compile-time weaving support for aspects [#&#8203;1149](https://github.com/micrometer-metrics/micrometer/issues/1149) - Service level objectives support on `@Timed` annotation [#&#8203;5145](https://github.com/micrometer-metrics/micrometer/pull/5145) #### :notebook_with_decorative_cover: Documentation - Add docs for ObservationValidator [#&#8203;5387](https://github.com/micrometer-metrics/micrometer/issues/5387) - Add docs for multiple MeterTag annotations [#&#8203;5641](https://github.com/micrometer-metrics/micrometer/pull/5641) - Add docs for `@MeterTag` for `@Counted` [#&#8203;5640](https://github.com/micrometer-metrics/micrometer/pull/5640) - Add docs for JvmThreadDeadlockMetrics [#&#8203;5614](https://github.com/micrometer-metrics/micrometer/pull/5614) - Add docs for ForkJoinPool parallelism and pool size metrics [#&#8203;5611](https://github.com/micrometer-metrics/micrometer/pull/5611) - Add docs for VirtualThreadMetrics [#&#8203;5610](https://github.com/micrometer-metrics/micrometer/pull/5610) #### :hammer: Dependency Upgrades - Bump io.prometheus:prometheus-metrics-bom to 1.3.3 [#&#8203;5649](https://github.com/micrometer-metrics/micrometer/pull/5649) - Bump software.amazon.awssdk:cloudwatch to 2.29.7 [#&#8203;5645](https://github.com/micrometer-metrics/micrometer/pull/5645) - Bump com.google.cloud:libraries-bom to 26.50.0 [#&#8203;5638](https://github.com/micrometer-metrics/micrometer/pull/5638) - Bump com.signalfx.public:signalfx-java to 1.0.47 [#&#8203;5635](https://github.com/micrometer-metrics/micrometer/pull/5635) - Bump com.google.auth:google-auth-library-oauth2-http to 1.29.0 [#&#8203;5634](https://github.com/micrometer-metrics/micrometer/pull/5634) - Bump software.amazon.awssdk:cloudwatch to 2.29.6 [#&#8203;5631](https://github.com/micrometer-metrics/micrometer/pull/5631) - Bump com.netflix.spectator:spectator-reg-atlas to 1.8.1 [#&#8203;5630](https://github.com/micrometer-metrics/micrometer/pull/5630) - Bump com.google.cloud:google-cloud-monitoring to 3.54.0 [#&#8203;5628](https://github.com/micrometer-metrics/micrometer/pull/5628) - Bump dropwizard-metrics to 4.2.28 [#&#8203;5569](https://github.com/micrometer-metrics/micrometer/pull/5569) - Bump io.opentelemetry.proto:opentelemetry-proto to 1.3.2-alpha [#&#8203;5268](https://github.com/micrometer-metrics/micrometer/pull/5268) - Bump org.hdrhistogram:HdrHistogram to 2.2.2 [#&#8203;5171](https://github.com/micrometer-metrics/micrometer/pull/5171) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;codesimplicity](https://github.com/codesimplicity), [@&#8203;genuss](https://github.com/genuss), [@&#8203;izeye](https://github.com/izeye), [@&#8203;mihalyr](https://github.com/mihalyr), [@&#8203;lcavadas](https://github.com/lcavadas), [@&#8203;filiphr](https://github.com/filiphr), [@&#8203;sean-heller](https://github.com/sean-heller), [@&#8203;vasiliy-sarzhynskyi](https://github.com/vasiliy-sarzhynskyi), [@&#8203;ArtyomGabeev](https://github.com/ArtyomGabeev), [@&#8203;kinddevil](https://github.com/kinddevil), [@&#8203;mstyura](https://github.com/mstyura), [@&#8203;madhead](https://github.com/madhead), [@&#8203;pirgeo](https://github.com/pirgeo), [@&#8203;rkurniawati](https://github.com/rkurniawati), [@&#8203;lenin-jaganathan](https://github.com/lenin-jaganathan), [@&#8203;smaxx](https://github.com/smaxx) ### [`v1.13.8`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.13.8): 1.13.8 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.13.7...v1.13.8) #### :notebook_with_decorative_cover: Documentation - Gauges may be silently ignored when MeterFilters drop or transform tags [#&#8203;5616](https://github.com/micrometer-metrics/micrometer/issues/5616) #### :hammer: Dependency Upgrades - Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 [#&#8203;5660](https://github.com/micrometer-metrics/micrometer/issues/5660) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye) ### [`v1.13.7`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.13.7): 1.13.7 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.13.6...v1.13.7) #### :lady_beetle: Bug Fixes - Native Image Hazelcast error: java.lang.NoSuchMethodError: com.hazelcast.map.IMap.getName() [#&#8203;5604](https://github.com/micrometer-metrics/micrometer/issues/5604) #### :notebook_with_decorative_cover: Documentation - Add documentation for `@Counted` [#&#8203;5613](https://github.com/micrometer-metrics/micrometer/pull/5613) #### :hammer: Dependency Upgrades - Bump com.signalfx.public:signalfx-java from 1.0.46 to 1.0.47 [#&#8203;5623](https://github.com/micrometer-metrics/micrometer/pull/5623) - Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.17.3 [#&#8203;5622](https://github.com/micrometer-metrics/micrometer/pull/5622) #### :memo: Tasks - Enable japicmp task for micrometer-registry-statsd [#&#8203;5612](https://github.com/micrometer-metrics/micrometer/pull/5612) - Improve UCUM time unit mapping for Dynatrace [#&#8203;5594](https://github.com/micrometer-metrics/micrometer/pull/5594) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye) ### [`v1.13.6`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.13.6): 1.13.6 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6) #### :star: New Features / Enhancements - Improve memory usage of StepBucketHistogram [#&#8203;4954](https://github.com/micrometer-metrics/micrometer/issues/4954) #### :lady_beetle: Bug Fixes - Instrumented Java 11 HttpClient does not re-throw exceptions in sendAsync call [#&#8203;5136](https://github.com/micrometer-metrics/micrometer/issues/5136) - Map time units to UCUM format for Dynatrace [#&#8203;5588](https://github.com/micrometer-metrics/micrometer/issues/5588) - Aspects' tagsBasedOnJoinPoint may throw uncaught exception [#&#8203;5584](https://github.com/micrometer-metrics/micrometer/issues/5584) - Set user agent header in OTLP registry [#&#8203;5577](https://github.com/micrometer-metrics/micrometer/issues/5577) - MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 [#&#8203;5575](https://github.com/micrometer-metrics/micrometer/issues/5575) #### :notebook_with_decorative_cover: Documentation - Remove duplicated context-propagation documentation in Micrometer docs [#&#8203;5549](https://github.com/micrometer-metrics/micrometer/issues/5549) - \[OTLP Registry] Document batch size configuration [#&#8203;5578](https://github.com/micrometer-metrics/micrometer/issues/5578) #### :hammer: Dependency Upgrades - Bump dropwizard-metrics from 4.2.27 to 4.2.28 [#&#8203;5566](https://github.com/micrometer-metrics/micrometer/pull/5566) - Bump context-propagation to 1.1.2 [#&#8203;5592](https://github.com/micrometer-metrics/micrometer/issues/5592) #### :memo: Tasks - Bump org.junit:junit-bom from 5.10.4 to 5.10.5 [#&#8203;5571](https://github.com/micrometer-metrics/micrometer/pull/5571) - Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 [#&#8203;5567](https://github.com/micrometer-metrics/micrometer/pull/5567) - Bump jersey3 from 3.0.12 to 3.0.16 [#&#8203;5560](https://github.com/micrometer-metrics/micrometer/pull/5560) - Do not include formerly removed micrometer-samples-jetty12 subproject [#&#8203;5554](https://github.com/micrometer-metrics/micrometer/issues/5554) - Bump spring from 5.3.37 to 5.3.39 [#&#8203;5419](https://github.com/micrometer-metrics/micrometer/pull/5419) - Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 [#&#8203;5557](https://github.com/micrometer-metrics/micrometer/pull/5557) - Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 [#&#8203;5538](https://github.com/micrometer-metrics/micrometer/pull/5538) - Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 [#&#8203;5536](https://github.com/micrometer-metrics/micrometer/pull/5536) - Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final [#&#8203;5534](https://github.com/micrometer-metrics/micrometer/pull/5534) - Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 [#&#8203;5533](https://github.com/micrometer-metrics/micrometer/pull/5533) - Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 [#&#8203;5532](https://github.com/micrometer-metrics/micrometer/pull/5532) - Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 [#&#8203;5531](https://github.com/micrometer-metrics/micrometer/pull/5531) - Bump junit from 5.10.3 to 5.10.4 [#&#8203;5530](https://github.com/micrometer-metrics/micrometer/pull/5530) - Bump spring from 5.3.37 to 5.3.39 [#&#8203;5455](https://github.com/micrometer-metrics/micrometer/pull/5455) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;lenin-jaganathan](https://github.com/lenin-jaganathan), [@&#8203;pirgeo](https://github.com/pirgeo), [@&#8203;kinddevil](https://github.com/kinddevil), and [@&#8203;joaopgrassi](https://github.com/joaopgrassi) ### [`v1.13.5`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.13.5): 1.13.5 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.13.4...v1.13.5) #### :lady_beetle: Bug Fixes - ConcurrentModificationException when late meter filters are added [#&#8203;5489](https://github.com/micrometer-metrics/micrometer/issues/5489) #### :hammer: Dependency Upgrades - Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 [#&#8203;5506](https://github.com/micrometer-metrics/micrometer/pull/5506) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 [#&#8203;5505](https://github.com/micrometer-metrics/micrometer/pull/5505) #### Tasks - Use Prometheus BOMs for dependency management [#&#8203;5468](https://github.com/micrometer-metrics/micrometer/issues/5468) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;mabartos](https://github.com/mabartos), [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman), and [@&#8203;izeye](https://github.com/izeye) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-11-22 21:33:47 +00:00
antoine merged commit 070ed42bdd into main 2024-11-30 16:26:15 +00:00
antoine deleted branch renovate/micrometer-registry-prometheus.version 2024-11-30 16:26:16 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java/java-template#35
No description provided.