GoogleCloudPlatform / bank-of-anthos

Retail banking sample application showcasing Kubernetes and Google Cloud
https://cymbal-bank.fsi.cymbal.dev
Apache License 2.0
1.01k stars 592 forks source link

chore(deps): update java #2234

Open renovate-bot opened 1 month ago

renovate-bot commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.5.0 -> 3.6.0 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.5.0 -> 3.5.2 age adoption passing confidence
com.google.cloud.tools:jib-maven-plugin 3.4.3 -> 3.4.4 age adoption passing confidence
org.mockito:mockito-core 5.14.1 -> 5.14.2 age adoption passing confidence
io.lettuce:lettuce-core 6.4.0.RELEASE -> 6.5.0.RELEASE age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.18.0 -> 2.18.1 age adoption passing confidence
io.micrometer:micrometer-registry-stackdriver 1.13.4 -> 1.14.1 age adoption passing confidence
io.micrometer:micrometer-bom 1.13.4 -> 1.14.1 age adoption passing confidence
com.google.cloud:libraries-bom (source) 26.47.0 -> 26.50.0 age adoption passing confidence
com.google.cloud:spring-cloud-gcp-dependencies (source) 5.6.1 -> 5.8.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.3.4 -> 3.3.5 age adoption passing confidence

Release Notes

mockito/mockito (org.mockito:mockito-core) ### [`v5.14.2`](https://redirect.github.com/mockito/mockito/releases/tag/v5.14.2) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)* ##### 5.14.2 - 2024-10-15 - [12 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.14.1...v5.14.2) by Brice Dutheil, Rafael Winterhalter, dependabot\[bot] - Fix [#​3466](https://redirect.github.com/mockito/mockito/issues/3466) nexus publishing configuration [(#​3470)](https://redirect.github.com/mockito/mockito/pull/3470) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 [(#​3468)](https://redirect.github.com/mockito/mockito/pull/3468) - Bump bytebuddy from 1.15.3 to 1.15.4 [(#​3467)](https://redirect.github.com/mockito/mockito/pull/3467) - Missing 5.14.2 release [(#​3466)](https://redirect.github.com/mockito/mockito/issues/3466) - chore: Tests whether JVM warnings / messages on dynamic attach [(#​3462)](https://redirect.github.com/mockito/mockito/pull/3462) - Bump junit-jupiter from 5.11.1 to 5.11.2 [(#​3461)](https://redirect.github.com/mockito/mockito/pull/3461) - Renames extension modules with `mockito-` prefix [(#​3460)](https://redirect.github.com/mockito/mockito/pull/3460) - Avoid attach warning if Byte Buddy is configured for command-line attach. [(#​3459)](https://redirect.github.com/mockito/mockito/pull/3459) - Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 [(#​3458)](https://redirect.github.com/mockito/mockito/pull/3458) - Bump junit-jupiter from 5.11.0 to 5.11.1 [(#​3455)](https://redirect.github.com/mockito/mockito/pull/3455) - Move root project to dedicated core folder [(#​3444)](https://redirect.github.com/mockito/mockito/issues/3444) - Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 [(#​3136)](https://redirect.github.com/mockito/mockito/pull/3136)
lettuce-io/lettuce-core (io.lettuce:lettuce-core) ### [`v6.5.0.RELEASE`](https://redirect.github.com/redis/lettuce/releases/tag/6.5.0.RELEASE) [Compare Source](https://redirect.github.com/lettuce-io/lettuce-core/compare/6.4.1.RELEASE...6.5.0.RELEASE) ##### :star: New Features - Introducing JSON to Lettuce ([#​2992](https://redirect.github.com/lettuce-io/lettuce-core/issues/2992)) - Add support for the `CLUSTER MYSHARDID` command ([#​2920](https://redirect.github.com/lettuce-io/lettuce-core/issues/2920)) - Add support for the `CLUSTER LINKS` command ([#​2986](https://redirect.github.com/lettuce-io/lettuce-core/issues/2986)) - Add support for the `CLIENT TRACKINGINFO` command ([#​2862](https://redirect.github.com/lettuce-io/lettuce-core/issues/2862)) - Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() ([#​2927](https://redirect.github.com/lettuce-io/lettuce-core/issues/2927)) - Propagate database number, user, and RedisURI into Tracing ([#​3005](https://redirect.github.com/lettuce-io/lettuce-core/issues/3005)) - Add support for creating regex and subnet-based ReadFrom instances from a single string ([#​3016](https://redirect.github.com/lettuce-io/lettuce-core/issues/3016)) - Add hasNoSlots() method to RedisClusterNode ([#​3015](https://redirect.github.com/lettuce-io/lettuce-core/issues/3015)) ##### :lady_beetle: Bug Fixes - Initialize slots with empty BitSet in RedisClusterNode's constructors ([#​2341](https://redirect.github.com/lettuce-io/lettuce-core/issues/2341)) - fix(2971): spublish typo fix ([#​2972](https://redirect.github.com/lettuce-io/lettuce-core/issues/2972)) - Update completeExceptionally on ClusterCommand using super ([#​2980](https://redirect.github.com/lettuce-io/lettuce-core/issues/2980)) - Add defensive copy for Futures allOf() method ([#​2943](https://redirect.github.com/lettuce-io/lettuce-core/issues/2943)) - fix:deadlock when reentrant exclusive lock [#​2905](https://redirect.github.com/lettuce-io/lettuce-core/issues/2905) [#​2879](https://redirect.github.com/lettuce-io/lettuce-core/issues/2879) ([#​2961](https://redirect.github.com/lettuce-io/lettuce-core/issues/2961)) - ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException ([#​2993](https://redirect.github.com/lettuce-io/lettuce-core/issues/2993)) - ScanIterator.scan.stream().toList() causes "java.lang.IllegalStateException: Accept exceeded fixed size of 0" on Java 16+ ([#​3002](https://redirect.github.com/lettuce-io/lettuce-core/issues/3002)) - fix: Lcs response parse ([#​2970](https://redirect.github.com/lettuce-io/lettuce-core/issues/2970)) - Resubscribe logic ignoring Pub/Sub shard channels after reconnect. ([#​3024](https://redirect.github.com/lettuce-io/lettuce-core/issues/3024)) - Command interface - issues with async array results ([#​3033](https://redirect.github.com/lettuce-io/lettuce-core/issues/3033)) ##### :bulb: Other - Add badges to the README.md file ([#​2939](https://redirect.github.com/lettuce-io/lettuce-core/issues/2939)) - Convert wiki to markdown docs ([#​2944](https://redirect.github.com/lettuce-io/lettuce-core/issues/2944)) - Add the Github repo url to the doc config ([#​3008](https://redirect.github.com/lettuce-io/lettuce-core/issues/3008)) - document update regarding addressResolverGroup settings ([#​3007](https://redirect.github.com/lettuce-io/lettuce-core/issues/3007)) - Add CodeCov configuration, enable test analytics ([#​3023](https://redirect.github.com/lettuce-io/lettuce-core/issues/3023)) - io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required on CLIENT and READONLY command ([#​3035](https://redirect.github.com/lettuce-io/lettuce-core/issues/3035)) - Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 ([#​2921](https://redirect.github.com/lettuce-io/lettuce-core/issues/2921)) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 ([#​2922](https://redirect.github.com/lettuce-io/lettuce-core/issues/2922)) - Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 ([#​2958](https://redirect.github.com/lettuce-io/lettuce-core/issues/2958)) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 ([#​2957](https://redirect.github.com/lettuce-io/lettuce-core/issues/2957)) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 ([#​2968](https://redirect.github.com/lettuce-io/lettuce-core/issues/2968)) - Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2 ([#​2966](https://redirect.github.com/lettuce-io/lettuce-core/issues/2966)) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 ([#​2978](https://redirect.github.com/lettuce-io/lettuce-core/issues/2978)) - Bump org.apache.logging.log4j:log4j-bom from 2.17.2 to 2.24.0 ([#​2988](https://redirect.github.com/lettuce-io/lettuce-core/issues/2988)) - Bump io.netty:netty-bom from 4.1.107.Final to 4.1.113.Final ([#​2990](https://redirect.github.com/lettuce-io/lettuce-core/issues/2990)) - Suspected change in ubuntu causing CI failures ([#​2949](https://redirect.github.com/lettuce-io/lettuce-core/issues/2949)) - MKdocs styling update ([#​3034](https://redirect.github.com/lettuce-io/lettuce-core/issues/3034)) ##### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​zeze1004](https://redirect.github.com/zeze1004) made their first contribution in [https://github.com/redis/lettuce/pull/2852](https://redirect.github.com/redis/lettuce/pull/2852) - [@​jkrauze](https://redirect.github.com/jkrauze) made their first contribution in [https://github.com/redis/lettuce/pull/2972](https://redirect.github.com/redis/lettuce/pull/2972) - [@​Roiocam](https://redirect.github.com/Roiocam) made their first contribution in [https://github.com/redis/lettuce/pull/2961](https://redirect.github.com/redis/lettuce/pull/2961) - [@​jinkshower](https://redirect.github.com/jinkshower) made their first contribution in [https://github.com/redis/lettuce/pull/2943](https://redirect.github.com/redis/lettuce/pull/2943) - [@​joshrotenberg](https://redirect.github.com/joshrotenberg) made their first contribution in [https://github.com/redis/lettuce/pull/3008](https://redirect.github.com/redis/lettuce/pull/3008) - [@​nosan](https://redirect.github.com/nosan) made their first contribution in [https://github.com/redis/lettuce/pull/3016](https://redirect.github.com/redis/lettuce/pull/3016) - [@​wmxl](https://redirect.github.com/wmxl) made their first contribution in [https://github.com/redis/lettuce/pull/3015](https://redirect.github.com/redis/lettuce/pull/3015) - [@​winguse](https://redirect.github.com/winguse) made their first contribution in [https://github.com/redis/lettuce/pull/3007](https://redirect.github.com/redis/lettuce/pull/3007) - [@​jabolina](https://redirect.github.com/jabolina) made their first contribution in [https://github.com/redis/lettuce/pull/2970](https://redirect.github.com/redis/lettuce/pull/2970) **Full Changelog**: https://github.com/redis/lettuce/compare/6.4.0.RELEASE...6.5.0.RELEASE ### [`v6.4.1.RELEASE`](https://redirect.github.com/redis/lettuce/releases/tag/6.4.1.RELEASE) [Compare Source](https://redirect.github.com/lettuce-io/lettuce-core/compare/6.4.0.RELEASE...6.4.1.RELEASE) #### :lady_beetle: Bug Fixes - (crossport to 6.4.x) spublish typo fix ([#​2972](https://redirect.github.com/lettuce-io/lettuce-core/issues/2972)) - Sharded PubSub subscriptions not recovered after disconn… [#​2940](https://redirect.github.com/lettuce-io/lettuce-core/issues/2940) - Implement missing method in the BooleanListOutput ([#​3033](https://redirect.github.com/lettuce-io/lettuce-core/issues/3033)) - Add defensive copy for Futures allOf() method ([#​2943](https://redirect.github.com/lettuce-io/lettuce-core/issues/2943)) - fix:deadlock when reentrant exclusive lock [#​2905](https://redirect.github.com/lettuce-io/lettuce-core/issues/2905) [#​2879](https://redirect.github.com/lettuce-io/lettuce-core/issues/2879) ([#​2961](https://redirect.github.com/lettuce-io/lettuce-core/issues/2961)) **Full Changelog**: https://github.com/redis/lettuce/compare/6.4.0.RELEASE...6.4.1.RELEASE
micrometer-metrics/micrometer (io.micrometer:micrometer-registry-stackdriver) ### [`v1.14.1`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.14.1): 1.14.1 [Compare Source](https://redirect.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 [#​5616](https://redirect.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 [#​5685](https://redirect.github.com/micrometer-metrics/micrometer/pull/5685) - Bump software.amazon.awssdk:cloudwatch from 2.29.7 to 2.29.14 [#​5669](https://redirect.github.com/micrometer-metrics/micrometer/pull/5669) - Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 [#​5660](https://redirect.github.com/micrometer-metrics/micrometer/issues/5660) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://redirect.github.com/izeye) ### [`v1.14.0`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.14.0): 1.14.0 [Compare Source](https://redirect.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 [#​3861](https://redirect.github.com/micrometer-metrics/micrometer/issues/3861) - Virtual thread metrics [#​3956](https://redirect.github.com/micrometer-metrics/micrometer/issues/3956) - Validate expected Observation API call ordering on TestObservationRegistry [#​5239](https://redirect.github.com/micrometer-metrics/micrometer/issues/5239) #### :star: New Features / Enhancements - Expose TestObservationRegistry as an AssertJ AssertProvider [#​5551](https://redirect.github.com/micrometer-metrics/micrometer/pull/5551) - Use failure with actual and expected message to improve IDE experience for ObservationContextAssert [#​5550](https://redirect.github.com/micrometer-metrics/micrometer/pull/5550) - Replace `@Nonnull`(when = When.MAYBE) with `@CheckForNull` in `@Nullable` [#​5485](https://redirect.github.com/micrometer-metrics/micrometer/pull/5485) - Warn about Prometheus meter registration failure [#​5228](https://redirect.github.com/micrometer-metrics/micrometer/pull/5228) - Improve performance of merging two `Tags`/`KeyValues` instances [#​5140](https://redirect.github.com/micrometer-metrics/micrometer/issues/5140) - Allow user-provided custom scheduler for periodically binding KafkaMetrics [#​4976](https://redirect.github.com/micrometer-metrics/micrometer/issues/4976) - Allow specifying the meterNameConsumer for HighCardinalityTagsDetector [#​4028](https://redirect.github.com/micrometer-metrics/micrometer/pull/4028) - Virtual thread metrics [#​3956](https://redirect.github.com/micrometer-metrics/micrometer/issues/3956) - Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect [#​2461](https://redirect.github.com/micrometer-metrics/micrometer/issues/2461) - Configurable \_source.enabled Elastic mapping property [#​1629](https://redirect.github.com/micrometer-metrics/micrometer/issues/1629) - Skip registering Caffeine meters when statistics are not enabled [#​5409](https://redirect.github.com/micrometer-metrics/micrometer/pull/5409) - Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics [#​5402](https://redirect.github.com/micrometer-metrics/micrometer/pull/5402) - MultiGauge.register should accept more types [#​5390](https://redirect.github.com/micrometer-metrics/micrometer/issues/5390) - Metrics not collected after ExecutorService recreation [#​5366](https://redirect.github.com/micrometer-metrics/micrometer/issues/5366) - Add "cancelled" information to the GrpcServerObservationContext [#​5301](https://redirect.github.com/micrometer-metrics/micrometer/issues/5301) - process_start_time_seconds HELP description inconsistency between Prometheus and micrometer [#​5290](https://redirect.github.com/micrometer-metrics/micrometer/issues/5290) - Add history-tracking to ObservationValidator [#​5370](https://redirect.github.com/micrometer-metrics/micrometer/pull/5370) - \[dynatrace/v2] reduce log verbosity [#​5306](https://redirect.github.com/micrometer-metrics/micrometer/pull/5306) - Validate expected Observation API call ordering on TestObservationRegistry [#​5239](https://redirect.github.com/micrometer-metrics/micrometer/issues/5239) - Add JvmThreadDeadlockMetrics [#​5222](https://redirect.github.com/micrometer-metrics/micrometer/pull/5222) - Allow multiple MeterTag annotations for multiple tags from same target [#​4081](https://redirect.github.com/micrometer-metrics/micrometer/issues/4081) - Support ExponentialHistogram in OTLP [#​3861](https://redirect.github.com/micrometer-metrics/micrometer/issues/3861) - Expose ForkJoinPool parallelism and pool size metrics [#​5236](https://redirect.github.com/micrometer-metrics/micrometer/pull/5236) - Allow custom ThreadFactory for OtlpMeterRegistry [#​5153](https://redirect.github.com/micrometer-metrics/micrometer/pull/5153) - Do not register GC metrics when GC notifications are unavailable [#​5149](https://redirect.github.com/micrometer-metrics/micrometer/pull/5149) - Cancelled status code not reported in the gRPC server metrics [#​5109](https://redirect.github.com/micrometer-metrics/micrometer/issues/5109) - Add counter of failed attempts to retrieve a connection from the pool [#​5057](https://redirect.github.com/micrometer-metrics/micrometer/pull/5057) - Add Support for `@MeterTag` to `@Counted` [#​4725](https://redirect.github.com/micrometer-metrics/micrometer/issues/4725) - Compile-time weaving support for aspects [#​1149](https://redirect.github.com/micrometer-metrics/micrometer/issues/1149) - Service level objectives support on `@Timed` annotation [#​5145](https://redirect.github.com/micrometer-metrics/micrometer/pull/5145) #### :notebook_with_decorative_cover: Documentation - Add docs for ObservationValidator [#​5387](https://redirect.github.com/micrometer-metrics/micrometer/issues/5387) - Add docs for multiple MeterTag annotations [#​5641](https://redirect.github.com/micrometer-metrics/micrometer/pull/5641) - Add docs for `@MeterTag` for `@Counted` [#​5640](https://redirect.github.com/micrometer-metrics/micrometer/pull/5640) - Add docs for JvmThreadDeadlockMetrics [#​5614](https://redirect.github.com/micrometer-metrics/micrometer/pull/5614) - Add docs for ForkJoinPool parallelism and pool size metrics [#​5611](https://redirect.github.com/micrometer-metrics/micrometer/pull/5611) - Add docs for VirtualThreadMetrics [#​5610](https://redirect.github.com/micrometer-metrics/micrometer/pull/5610) #### :hammer: Dependency Upgrades - Bump io.prometheus:prometheus-metrics-bom to 1.3.3 [#​5649](https://redirect.github.com/micrometer-metrics/micrometer/pull/5649) - Bump software.amazon.awssdk:cloudwatch to 2.29.7 [#​5645](https://redirect.github.com/micrometer-metrics/micrometer/pull/5645) - Bump com.google.cloud:libraries-bom to 26.50.0 [#​5638](https://redirect.github.com/micrometer-metrics/micrometer/pull/5638) - Bump com.signalfx.public:signalfx-java to 1.0.47 [#​5635](https://redirect.github.com/micrometer-metrics/micrometer/pull/5635) - Bump com.google.auth:google-auth-library-oauth2-http to 1.29.0 [#​5634](https://redirect.github.com/micrometer-metrics/micrometer/pull/5634) - Bump software.amazon.awssdk:cloudwatch to 2.29.6 [#​5631](https://redirect.github.com/micrometer-metrics/micrometer/pull/5631) - Bump com.netflix.spectator:spectator-reg-atlas to 1.8.1 [#​5630](https://redirect.github.com/micrometer-metrics/micrometer/pull/5630) - Bump com.google.cloud:google-cloud-monitoring to 3.54.0 [#​5628](https://redirect.github.com/micrometer-metrics/micrometer/pull/5628) - Bump dropwizard-metrics to 4.2.28 [#​5569](https://redirect.github.com/micrometer-metrics/micrometer/pull/5569) - Bump io.opentelemetry.proto:opentelemetry-proto to 1.3.2-alpha [#​5268](https://redirect.github.com/micrometer-metrics/micrometer/pull/5268) - Bump org.hdrhistogram:HdrHistogram to 2.2.2 [#​5171](https://redirect.github.com/micrometer-metrics/micrometer/pull/5171) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​codesimplicity](https://redirect.github.com/codesimplicity), [@​genuss](https://redirect.github.com/genuss), [@​izeye](https://redirect.github.com/izeye), [@​mihalyr](https://redirect.github.com/mihalyr), [@​lcavadas](https://redirect.github.com/lcavadas), [@​filiphr](https://redirect.github.com/filiphr), [@​sean-heller](https://redirect.github.com/sean-heller), [@​vasiliy-sarzhynskyi](https://redirect.github.com/vasiliy-sarzhynskyi), [@​ArtyomGabeev](https://redirect.github.com/ArtyomGabeev), [@​kinddevil](https://redirect.github.com/kinddevil), [@​mstyura](https://redirect.github.com/mstyura), [@​madhead](https://redirect.github.com/madhead), [@​pirgeo](https://redirect.github.com/pirgeo), [@​rkurniawati](https://redirect.github.com/rkurniawati), [@​lenin-jaganathan](https://redirect.github.com/lenin-jaganathan), [@​smaxx](https://redirect.github.com/smaxx) ### [`v1.13.8`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.13.8): 1.13.8 [Compare Source](https://redirect.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 [#​5616](https://redirect.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 [#​5660](https://redirect.github.com/micrometer-metrics/micrometer/issues/5660) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://redirect.github.com/izeye) ### [`v1.13.7`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.13.7): 1.13.7 [Compare Source](https://redirect.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() [#​5604](https://redirect.github.com/micrometer-metrics/micrometer/issues/5604) #### :notebook_with_decorative_cover: Documentation - Add documentation for `@Counted` [#​5613](https://redirect.github.com/micrometer-metrics/micrometer/pull/5613) #### :hammer: Dependency Upgrades - Bump com.signalfx.public:signalfx-java from 1.0.46 to 1.0.47 [#​5623](https://redirect.github.com/micrometer-metrics/micrometer/pull/5623) - Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.17.3 [#​5622](https://redirect.github.com/micrometer-metrics/micrometer/pull/5622) #### :memo: Tasks - Enable japicmp task for micrometer-registry-statsd [#​5612](https://redirect.github.com/micrometer-metrics/micrometer/pull/5612) - Improve UCUM time unit mapping for Dynatrace [#​5594](https://redirect.github.com/micrometer-metrics/micrometer/pull/5594) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://redirect.github.com/izeye) ### [`v1.13.6`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.13.6): 1.13.6 [Compare Source](https://redirect.github.com/micrometer-metrics/micrometer/compare/v1.13.5...v1.13.6) #### :star: New Features / Enhancements - Improve memory usage of StepBucketHistogram [#​4954](https://redirect.github.com/micrometer-metrics/micrometer/issues/4954) #### :lady_beetle: Bug Fixes - Instrumented Java 11 HttpClient does not re-throw exceptions in sendAsync call [#​5136](https://redirect.github.com/micrometer-metrics/micrometer/issues/5136) - Map time units to UCUM format for Dynatrace [#​5588](https://redirect.github.com/micrometer-metrics/micrometer/issues/5588) - Aspects' tagsBasedOnJoinPoint may throw uncaught exception [#​5584](https://redirect.github.com/micrometer-metrics/micrometer/issues/5584) - Set user agent header in OTLP registry [#​5577](https://redirect.github.com/micrometer-metrics/micrometer/issues/5577) - MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 [#​5575](https://redirect.github.com/micrometer-metrics/micrometer/issues/5575) #### :notebook_with_decorative_cover: Documentation - Remove duplicated context-propagation documentation in Micrometer docs [#​5549](https://redirect.github.com/micrometer-metrics/micrometer/issues/5549) - \[OTLP Registry] Document batch size configuration [#​5578](https://redirect.github.com/micrometer-metrics/micrometer/issues/5578) #### :hammer: Dependency Upgrades - Bump dropwizard-metrics from 4.2.27 to 4.2.28 [#​5566](https://redirect.github.com/micrometer-metrics/micrometer/pull/5566) - Bump context-propagation to 1.1.2 [#​5592](https://redirect.github.com/micrometer-metrics/micrometer/issues/5592) #### :memo: Tasks - Bump org.junit:junit-bom from 5.10.4 to 5.10.5 [#​5571](https://redirect.github.com/micrometer-metrics/micrometer/pull/5571) - Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 [#​5567](https://redirect.github.com/micrometer-metrics/micrometer/pull/5567) - Bump jersey3 from 3.0.12 to 3.0.16 [#​5560](https://redirect.github.com/micrometer-metrics/micrometer/pull/5560) - Do not include formerly removed micrometer-samples-jetty12 subproject [#​5554](https://redirect.github.com/micrometer-metrics/micrometer/issues/5554) - Bump spring from 5.3.37 to 5.3.39 [#​5419](https://redirect.github.com/micrometer-metrics/micrometer/pull/5419) - Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 [#​5557](https://redirect.github.com/micrometer-metrics/micrometer/pull/5557) - Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 [#​5538](https://redirect.github.com/micrometer-metrics/micrometer/pull/5538) - Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 [#​5536](https://redirect.github.com/micrometer-metrics/micrometer/pull/5536) - Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final [#​5534](https://redirect.github.com/micrometer-metrics/micrometer/pull/5534) - Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 [#​5533](https://redirect.github.com/micrometer-metrics/micrometer/pull/5533) - Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 [#​5532](https://redirect.github.com/micrometer-metrics/micrometer/pull/5532) - Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 [#​5531](https://redirect.github.com/micrometer-metrics/micrometer/pull/5531) - Bump junit from 5.10.3 to 5.10.4 [#​5530](https://redirect.github.com/micrometer-metrics/micrometer/pull/5530) - Bump spring from 5.3.37 to 5.3.39 [#​5455](https://redirect.github.com/micrometer-metrics/micrometer/pull/5455) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​lenin-jaganathan](https://redirect.github.com/lenin-jaganathan), [@​pirgeo](https://redirect.github.com/pirgeo), [@​kinddevil](https://redirect.github.com/kinddevil), and [@​joaopgrassi](https://redirect.github.com/joaopgrassi) ### [`v1.13.5`](https://redirect.github.com/micrometer-metrics/micrometer/releases/tag/v1.13.5): 1.13.5 [Compare Source](https://redirect.github.com/micrometer-metrics/micrometer/compare/v1.13.4...v1.13.5) ##### :lady_beetle: Bug Fixes - ConcurrentModificationException when late meter filters are added [#​5489](https://redirect.github.com/micrometer-metrics/micrometer/issues/5489) ##### :hammer: Dependency Upgrades - Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 [#​5506](https://redirect.github.com/micrometer-metrics/micrometer/pull/5506) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 [#​5505](https://redirect.github.com/micrometer-metrics/micrometer/pull/5505) ##### Tasks - Use Prometheus BOMs for dependency management [#​5468](https://redirect.github.com/micrometer-metrics/micrometer/issues/5468) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@​mabartos](https://redirect.github.com/mabartos), [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman), and [@​izeye](https://redirect.github.com/izeye)
googleapis/java-cloud-bom (com.google.cloud:libraries-bom) ### [`v26.50.0`](https://redirect.github.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26500-2024-10-31) ##### Dependencies - update dependency com.google.cloud:first-party-dependencies to v3.38.0 ([#​6812](https://redirect.github.com/googleapis/java-cloud-bom/issues/6812)) ([73ea7ac](https://redirect.github.com/googleapis/java-cloud-bom/commit/73ea7ac7e9f214a69c1bfd7fd9e8e1bf1880c02f)) - update dependency com.google.cloud:first-party-dependencies to v3.39.0 ([#​6820](https://redirect.github.com/googleapis/java-cloud-bom/issues/6820)) ([6746f15](https://redirect.github.com/googleapis/java-cloud-bom/commit/6746f15cf20ae2be92fdece7ee4573b684e922b4)) - update dependency com.google.cloud:gapic-libraries-bom to v1.47.0 ([#​6811](https://redirect.github.com/googleapis/java-cloud-bom/issues/6811)) ([95d68ee](https://redirect.github.com/googleapis/java-cloud-bom/commit/95d68ee4ebd05041e2a6ec7534a0fe6c1a9d946a)) - update dependency com.google.cloud:google-cloud-bigquery to v2.43.2 ([#​6825](https://redirect.github.com/googleapis/java-cloud-bom/issues/6825)) ([eb611f0](https://redirect.github.com/googleapis/java-cloud-bom/commit/eb611f06321d57c653b9d48142cecd25dd0a6c2b)) - update dependency com.google.cloud:google-cloud-bigquery to v2.43.3 ([#​6830](https://redirect.github.com/googleapis/java-cloud-bom/issues/6830)) ([6df5fd2](https://redirect.github.com/googleapis/java-cloud-bom/commit/6df5fd2455aa3f33a9adaf2352f41024028aa016)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.0 ([#​6815](https://redirect.github.com/googleapis/java-cloud-bom/issues/6815)) ([c8586d6](https://redirect.github.com/googleapis/java-cloud-bom/commit/c8586d6b574e85712136390ebe41321fa8f11d8d)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.1 ([#​6822](https://redirect.github.com/googleapis/java-cloud-bom/issues/6822)) ([cd4c57b](https://redirect.github.com/googleapis/java-cloud-bom/commit/cd4c57b770cd374957138a71a0c9c54cc95cbd43)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.10.2 ([#​6826](https://redirect.github.com/googleapis/java-cloud-bom/issues/6826)) ([39c5c2f](https://redirect.github.com/googleapis/java-cloud-bom/commit/39c5c2f2328776ce12ede33a86e7279a6d252fa5)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.46.0 ([#​6833](https://redirect.github.com/googleapis/java-cloud-bom/issues/6833)) ([9cc59ba](https://redirect.github.com/googleapis/java-cloud-bom/commit/9cc59baf594b47ea7737a75ff1ea9f53a93ce2c7)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.24.1 ([#​6831](https://redirect.github.com/googleapis/java-cloud-bom/issues/6831)) ([af20e1e](https://redirect.github.com/googleapis/java-cloud-bom/commit/af20e1eb638ec185e307fead9749b584d9155648)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.27.4 ([#​6808](https://redirect.github.com/googleapis/java-cloud-bom/issues/6808)) ([cf24d46](https://redirect.github.com/googleapis/java-cloud-bom/commit/cf24d465ef16d32eb408756226f848700dc0f6a7)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.28.0 ([#​6834](https://redirect.github.com/googleapis/java-cloud-bom/issues/6834)) ([2d2b829](https://redirect.github.com/googleapis/java-cloud-bom/commit/2d2b829aa741fa7b13c894cbfc89e92b80267489)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.20.5 ([#​6814](https://redirect.github.com/googleapis/java-cloud-bom/issues/6814)) ([7bdfa93](https://redirect.github.com/googleapis/java-cloud-bom/commit/7bdfa930a25dc04f671057920c58327f3c477814)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.20.6 ([#​6823](https://redirect.github.com/googleapis/java-cloud-bom/issues/6823)) ([87ef81e](https://redirect.github.com/googleapis/java-cloud-bom/commit/87ef81e750effd5e2bbaf58535590874728daaf3)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.131.16-alpha ([#​6827](https://redirect.github.com/googleapis/java-cloud-bom/issues/6827)) ([476cc06](https://redirect.github.com/googleapis/java-cloud-bom/commit/476cc06f117d7967cb079f4e591983d512da61f1)) - update dependency com.google.cloud:google-cloud-nio to v0.127.26 ([#​6835](https://redirect.github.com/googleapis/java-cloud-bom/issues/6835)) ([2c49bcf](https://redirect.github.com/googleapis/java-cloud-bom/commit/2c49bcfe0a415e8255a7c9b3cc94951177a1da92)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.134.0 ([#​6816](https://redirect.github.com/googleapis/java-cloud-bom/issues/6816)) ([9efd1b0](https://redirect.github.com/googleapis/java-cloud-bom/commit/9efd1b0777c06fd85d2be4b70bfa86f3855bcb6b)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.134.1 ([#​6828](https://redirect.github.com/googleapis/java-cloud-bom/issues/6828)) ([d02b9b5](https://redirect.github.com/googleapis/java-cloud-bom/commit/d02b9b5e6ceb6ab46d93716800180f0695fa0ee6)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.14.7 ([#​6838](https://redirect.github.com/googleapis/java-cloud-bom/issues/6838)) ([88b0c80](https://redirect.github.com/googleapis/java-cloud-bom/commit/88b0c809fbae4ec42cd8f3a204c4e8c4264e64b3)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.80.0 ([#​6818](https://redirect.github.com/googleapis/java-cloud-bom/issues/6818)) ([e5ca0c9](https://redirect.github.com/googleapis/java-cloud-bom/commit/e5ca0c9c0e2d1492ac363d37d38ae1857bf7b085)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.80.1 ([#​6829](https://redirect.github.com/googleapis/java-cloud-bom/issues/6829)) ([0401269](https://redirect.github.com/googleapis/java-cloud-bom/commit/04012696b2e7ef516e39bcd5c5fb0005b6ace817)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.24.0 ([#​6819](https://redirect.github.com/googleapis/java-cloud-bom/issues/6819)) ([edc7c35](https://redirect.github.com/googleapis/java-cloud-bom/commit/edc7c352409869dea5dcb8d9bc0fdc0ffe1393ee)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.24.1 ([#​6824](https://redirect.github.com/googleapis/java-cloud-bom/issues/6824)) ([5413759](https://redirect.github.com/googleapis/java-cloud-bom/commit/541375972ce2d38c8ec4ffef19a2f8311989c98c)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.44.0 ([#​6813](https://redirect.github.com/googleapis/java-cloud-bom/issues/6813)) ([caeedce](https://redirect.github.com/googleapis/java-cloud-bom/commit/caeedced555d1f3c50c66741f9ebc9acb113b879)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.44.1 ([#​6821](https://redirect.github.com/googleapis/java-cloud-bom/issues/6821)) ([063787d](https://redirect.github.com/googleapis/java-cloud-bom/commit/063787d29d80be71399a82a1b3f41fa6efc5e3a2)) ### [`v26.49.0`](https://redirect.github.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26490-2024-10-15) ##### Features - Add libraries-bom-protobuf3 ([#​6764](https://redirect.github.com/googleapis/java-cloud-bom/issues/6764)) ([f29e878](https://redirect.github.com/googleapis/java-cloud-bom/commit/f29e878988841e78eb6b916b1c048ac21cd0ed06)) ##### Dependencies - update dependency com.google.cloud:first-party-dependencies to v3.37.0 ([#​6790](https://redirect.github.com/googleapis/java-cloud-bom/issues/6790)) ([6d7a933](https://redirect.github.com/googleapis/java-cloud-bom/commit/6d7a93338478ea56a6d82b22dacaf6186d82ff50)) - update dependency com.google.cloud:gapic-libraries-bom to v1.46.0 ([#​6801](https://redirect.github.com/googleapis/java-cloud-bom/issues/6801)) ([72c2342](https://redirect.github.com/googleapis/java-cloud-bom/commit/72c2342d430d6720f6ab0b00676f909d81083dbb)) - update dependency com.google.cloud:google-cloud-bigquery to v2.43.1 ([#​6797](https://redirect.github.com/googleapis/java-cloud-bom/issues/6797)) ([5c4d406](https://redirect.github.com/googleapis/java-cloud-bom/commit/5c4d406f0b679f9c6ed2cd3baec2338235b6b3e7)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.9.3 ([#​6794](https://redirect.github.com/googleapis/java-cloud-bom/issues/6794)) ([c320e66](https://redirect.github.com/googleapis/java-cloud-bom/commit/c320e66c4de23b4fe703ff9f39c53dc3666f8e4b)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.45.1 ([#​6788](https://redirect.github.com/googleapis/java-cloud-bom/issues/6788)) ([19584f8](https://redirect.github.com/googleapis/java-cloud-bom/commit/19584f8cf738772ccd8f0b5b2f6a5a38690a96ea)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.23.0 ([#​6804](https://redirect.github.com/googleapis/java-cloud-bom/issues/6804)) ([5603c10](https://redirect.github.com/googleapis/java-cloud-bom/commit/5603c10d1ebec79e523da34c9f8305fbd6d3f1b8)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.27.2 ([#​6787](https://redirect.github.com/googleapis/java-cloud-bom/issues/6787)) ([32eddac](https://redirect.github.com/googleapis/java-cloud-bom/commit/32eddacde3a7a88bf89c135382baa600dece94a4)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.20.4 ([#​6793](https://redirect.github.com/googleapis/java-cloud-bom/issues/6793)) ([468ec77](https://redirect.github.com/googleapis/java-cloud-bom/commit/468ec7784e5574a5410db3613463ce4f3895ac10)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.131.14-alpha ([#​6798](https://redirect.github.com/googleapis/java-cloud-bom/issues/6798)) ([9d5a38e](https://redirect.github.com/googleapis/java-cloud-bom/commit/9d5a38e11ac41b52eec9a4f2813af881523f4f03)) - update dependency com.google.cloud:google-cloud-nio to v0.127.25 ([#​6799](https://redirect.github.com/googleapis/java-cloud-bom/issues/6799)) ([5a6dbef](https://redirect.github.com/googleapis/java-cloud-bom/commit/5a6dbefd46c92390577639b2881b049374ad8a58)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.133.1 ([#​6792](https://redirect.github.com/googleapis/java-cloud-bom/issues/6792)) ([1dca987](https://redirect.github.com/googleapis/java-cloud-bom/commit/1dca987f532d2ec0a98fea2ec7366881ae0098dd)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.14.4 ([#​6800](https://redirect.github.com/googleapis/java-cloud-bom/issues/6800)) ([b079f9d](https://redirect.github.com/googleapis/java-cloud-bom/commit/b079f9d368e8c5608ddf1344b8e9f049e8e7af0c)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.79.0 ([#​6802](https://redirect.github.com/googleapis/java-cloud-bom/issues/6802)) ([3f3ae66](https://redirect.github.com/googleapis/java-cloud-bom/commit/3f3ae665d9d2554d4092b7f75d0a083557d2c068)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.23.0 ([#​6803](https://redirect.github.com/googleapis/java-cloud-bom/issues/6803)) ([d5baa2c](https://redirect.github.com/googleapis/java-cloud-bom/commit/d5baa2c9052aaf2b518db1c1d7176400b33c6913)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.43.2 ([#​6795](https://redirect.github.com/googleapis/java-cloud-bom/issues/6795)) ([b99c895](https://redirect.github.com/googleapis/java-cloud-bom/commit/b99c895b5e8d6af075983ceecf1eda142d290286)) - update dependency com.google.googlejavaformat:google-java-format to v1.24.0 ([#​6789](https://redirect.github.com/googleapis/java-cloud-bom/issues/6789)) ([3012d01](https://redirect.github.com/googleapis/java-cloud-bom/commit/3012d01f7e89b1ee0a5fe2e1783a382588920392)) ### [`v26.48.0`](https://redirect.github.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26480-2024-10-03) ##### Dependencies - update dependency com.google.cloud:first-party-dependencies to v3.36.1 ([#​6763](https://redirect.github.com/googleapis/java-cloud-bom/issues/6763)) ([77afd40](https://redirect.github.com/googleapis/java-cloud-bom/commit/77afd40862b5b36ed803995a55c3767f21c17925)) - update dependency com.google.cloud:gapic-libraries-bom to v1.45.0 ([#​6774](https://redirect.github.com/googleapis/java-cloud-bom/issues/6774)) ([a224091](https://redirect.github.com/googleapis/java-cloud-bom/commit/a224091eb130b684e1f908bd2b43902b9118e20b)) - update dependency com.google.cloud:google-cloud-bigquery to v2.42.4 ([#​6770](https://redirect.github.com/googleapis/java-cloud-bom/issues/6770)) ([c03a54a](https://redirect.github.com/googleapis/java-cloud-bom/commit/c03a54a69fc031766865579ba029b231a106c68b)) - update dependency com.google.cloud:google-cloud-bigquery to v2.43.0 ([#​6780](https://redirect.github.com/googleapis/java-cloud-bom/issues/6780)) ([0f6b4f4](https://redirect.github.com/googleapis/java-cloud-bom/commit/0f6b4f45f9a6fe7dc8234ed9d5e75ba907cfa74b)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.9.2 ([#​6771](https://redirect.github.com/googleapis/java-cloud-bom/issues/6771)) ([97a7ff0](https://redirect.github.com/googleapis/java-cloud-bom/commit/97a7ff084610a230ecea621991de324d1a86fe87)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.44.1 ([#​6769](https://redirect.github.com/googleapis/java-cloud-bom/issues/6769)) ([3d567f5](https://redirect.github.com/googleapis/java-cloud-bom/commit/3d567f5c32dd75f9d6e670a8c98a60d3daa1fb02)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.22.0 ([#​6775](https://redirect.github.com/googleapis/java-cloud-bom/issues/6775)) ([3aed099](https://redirect.github.com/googleapis/java-cloud-bom/commit/3aed0998d6b962da0372038ff72aff974a1b8ff2)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.26.5 ([#​6768](https://redirect.github.com/googleapis/java-cloud-bom/issues/6768)) ([3a1c7c2](https://redirect.github.com/googleapis/java-cloud-bom/commit/3a1c7c2f6f36a3fe647336dfb0910f96271c4667)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.20.3 ([#​6777](https://redirect.github.com/googleapis/java-cloud-bom/issues/6777)) ([e648e82](https://redirect.github.com/googleapis/java-cloud-bom/commit/e648e82d45863d655b3bbea339794b74efd775f6)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.131.13-alpha ([#​6781](https://redirect.github.com/googleapis/java-cloud-bom/issues/6781)) ([0cd97b7](https://redirect.github.com/googleapis/java-cloud-bom/commit/0cd97b7151b36465390bd5e31d017ec015a4bae9)) - update dependency com.google.cloud:google-cloud-nio to v0.127.24 ([#​6778](https://redirect.github.com/googleapis/java-cloud-bom/issues/6778)) ([8a7988d](https://redirect.github.com/googleapis/java-cloud-bom/commit/8a7988ddad1bbdc1c27d030f3305e9fe47b16a1e)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.132.3 ([#​6767](https://redirect.github.com/googleapis/java-cloud-bom/issues/6767)) ([8ed4f05](https://redirect.github.com/googleapis/java-cloud-bom/commit/8ed4f0523b818fa7ac7ff75c9fc2506a6d6c5256)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.132.4 ([#​6776](https://redirect.github.com/googleapis/java-cloud-bom/issues/6776)) ([f00726b](https://redirect.github.com/googleapis/java-cloud-bom/commit/f00726b73ea820f81bba4d1af872269882bdc2ef)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.133.0 ([#​6779](https://redirect.github.com/googleapis/java-cloud-bom/issues/6779)) ([ffe8e37](https://redirect.github.com/googleapis/java-cloud-bom/commit/ffe8e37c2ca2d7d2068572fd30d91d6a6dc786f1)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.14.3 ([#​6773](https://redirect.github.com/googleapis/java-cloud-bom/issues/6773)) ([5424d5d](https://redirect.github.com/googleapis/java-cloud-bom/commit/5424d5df207a70df386a9eadd51d75a0af253458)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.76.0 ([#​6762](https://redirect.github.com/googleapis/java-cloud-bom/issues/6762)) ([d1846f7](https://redirect.github.com/googleapis/java-cloud-bom/commit/d1846f77320d415c947fc80a0b98063547a79c3b)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.77.0 ([#​6783](https://redirect.github.com/googleapis/java-cloud-bom/issues/6783)) ([a979ad3](https://redirect.github.com/googleapis/java-cloud-bom/commit/a979ad3a2d7602f31a137b0fb18fed016f3c80d0)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.22.1 ([#​6784](https://redirect.github.com/googleapis/java-cloud-bom/issues/6784)) ([cfff92d](https://redirect.github.com/googleapis/java-cloud-bom/commit/cfff92df9351470235a7519c3fe35f6a097fab9c)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.43.1 ([#​6766](https://redirect.github.com/googleapis/java-cloud-bom/issues/6766)) ([7589d67](https://redirect.github.com/googleapis/java-cloud-bom/commit/7589d676116a555460ae2da0ac9d3e17f4962b15)) - update dependency commons-io:commons-io to v2.17.0 ([#​6758](https://redirect.github.com/googleapis/java-cloud-bom/issues/6758)) ([6f2fe9b](https://redirect.github.com/googleapis/java-cloud-bom/commit/6f2fe9bb75c5212f5a6058e93c4a67f4ccc66d84)) - update dependency ubuntu to v24 ([#​6765](https://redirect.github.com/googleapis/java-cloud-bom/issues/6765)) ([8faee82](https://redirect.github.com/googleapis/java-cloud-bom/commit/8faee82da6aca1b33b10604c247fb1e25da6034f))
GoogleCloudPlatform/spring-cloud-gcp (com.google.cloud:spring-cloud-gcp-dependencies) ### [`v5.8.0`](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#580-2024-10-23) [Compare Source](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.7.0...v5.8.0) ##### Features - add properties to customize universe-domain and host in Storage ([#​3287](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3287)) ([f5879d9](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f5879d92d81d5b480d2c402bd2e9e792832ebca3)) ##### Bug Fixes - **deps:** update dependency com.google.cloud:libraries-bom to v26.49.0 ([e838c64](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e838c646af98792dfaa48374b3d4c76156c695d7)) - **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.43.0 ([#​3298](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3298)) ([964756c](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/964756c23fabda0f0cc52e03c52ef615b7bf48fb)) - **test:** add mock method to mock credentials. ([e838c64](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/e838c646af98792dfaa48374b3d4c76156c695d7)) ##### Dependencies - bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 ([#​3319](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3319)) ([6a91c0d](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/6a91c0d9fc7a52b9f1c8eb460a21bac09727cc8f)) - bump io.micrometer:micrometer-tracing-bom from 1.3.4 to 1.3.5 ([#​3302](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3302)) ([8ab63c8](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/8ab63c8d72f4f30c2e378eb38f0001074f441e2f)) - bump io.opentelemetry:opentelemetry-api from 1.42.1 to 1.43.0 ([#​3299](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3299)) ([eea8e28](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/eea8e2814dc73dbd8d7cca17f531c2632cfcc269)) - bump org.postgresql:r2dbc-postgresql ([#​3310](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3310)) ([40b8b2a](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/40b8b2adad2e957216d95a409c0a4a5fb838f452)) ### [`v5.7.0`](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/HEAD/CHANGELOG.md#570-2024-10-03) [Compare Source](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.6.1...v5.7.0) ##### Features - add properties to set universe domain and endpoint in bigquery ([#​3158](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3158)) ([9b3c780](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9b3c780b45f5b5d6317a30e62ff7ec028982578e)) ##### Bug Fixes - **deps:** update cloud-sql-socket-factory.version to v1.21.0 ([#​3270](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3270)) ([fdd8957](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/fdd8957bcad3281ed86468af9a4df2fc1aeedf78)) - **deps:** update dependency com.google.cloud:libraries-bom to v26.48.0 ([#​3271](https://redirect.github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3271)) ([2d65a64](https://redirect.github.com/GoogleCloudPl

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 4 weeks ago

/gcbrun

dpebot commented 4 weeks ago

/gcbrun

dpebot commented 4 weeks ago

/gcbrun

dpebot commented 3 weeks ago

/gcbrun

dpebot commented 3 weeks ago

/gcbrun

dpebot commented 3 weeks ago

/gcbrun

dpebot commented 3 weeks ago

/gcbrun

dpebot commented 3 weeks ago

/gcbrun

dpebot commented 3 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 2 weeks ago

/gcbrun

dpebot commented 1 week ago

/gcbrun

dpebot commented 1 week ago

/gcbrun

dpebot commented 5 days ago

/gcbrun

dpebot commented 4 days ago

/gcbrun

dpebot commented 4 days ago

/gcbrun

dpebot commented 4 days ago

/gcbrun

dpebot commented 4 days ago

/gcbrun

dpebot commented 1 day ago

/gcbrun