Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.micrometer:micrometer-bom from 1.12.2 to 1.12.3 #1010

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps io.micrometer:micrometer-bom from 1.12.2 to 1.12.3.

Release notes

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

1.12.3

🐞 Bug Fixes

  • com.google.cloud:libraries-bom version is not pinned #4711
  • BOM contains reference to unpublished docs module #4585
  • [Dynatrace] Logging verbosity: Move metadata discrepancy logging to WarnThenDebug #4583
  • ObservationGrpcServerCallListener does not capture an uncontrolled error during the execution of the service logic #4490
  • URL decode headers from environment variables in OtlpConfig #4595
  • @MeterTag does not work on package private method #4506
  • DefaultLongTaskTimer class throws an IllegalArgumentException when percentiles is empty #4482
  • Stackdriver exception trying to publish metrics during shutdown #4353
  • TimeWindowMax throws ArithmeticException with a rotateFrequency of 0 #3068
  • JvmGcMetricsTest#sizeMetricsNotSetToZero is failing on CI with generational ZGC #4497
  • Bug: DropwizardMeterRegistry does not remove Gauges created by LongTaskTimer #2924

📔 Documentation

  • Observation API bird's eye view #4726
  • Replace full urls to xref wherever it is possible #4714
  • Update docs with changes from old docs site #4611
  • Reference doc update for tomcat #4599
  • Reference doc update for system #4598
  • Reference doc update for mongodb #4594
  • Reference doc update for logging #4593
  • Reference doc update for Kafka #4592
  • Reference doc update for OkHttp #4586
  • Added Jetty reference doc #4584
  • HttpClient reference documentation #4579
  • gRPC reference documentation #4575
  • Database reference documentation #4574
  • Added examples of Apache Commons Pool #4570
  • Added examples of cache usage #4569
  • Clarify time window length in documentation #4625

🔨 Dependency Upgrades

  • Use latest release (1.1.1) of context-propagation #4745
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.651 to 1.12.655 #4742
  • Bump testcontainers from 1.19.4 to 1.19.5 #4734
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.650 to 1.12.651 #4722
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.4 to 1.7.7 #4721
  • Bump dynatrace-metric-utils-java to 2.2.0 #4713
  • Bump com.diffplug.spotless:spotless-plugin-gradle to 6.25.0 #4706
  • Bump io.spring.ge.conventions from 0.0.14 to 0.0.15 #4690
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0 #4689
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.649 to 1.12.650 #4688
  • Bump com.gradle.enterprise from 3.16.1 to 3.16.2 #4673
  • Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.97 to 8.5.98 #4672
  • Bump io.netty:netty-bom from 4.1.104.Final to 4.1.106.Final #4668
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.629 to 1.12.649 #4667

... (truncated)

Commits
  • f704fc3 Use latest release (1.1.1) of context-propagation
  • 26c2518 Bump junit from 5.10.1 to 5.10.2 (#4737)
  • 96a3ff8 Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 (#4738)
  • 983ffee Merge branch '1.11.x' into 1.12.x
  • f9cef77 Merge branch '1.9.x' into 1.11.x
  • 0c7a43f Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.650 to 1.12.655 (#4739)
  • b5847d0 Bump testcontainers from 1.19.4 to 1.19.5 (#4735)
  • 0071736 Changes following the review
  • ecaa259 Polish
  • 4743b3c Added more high-overview docs with graphs; fixes gh-4726
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @k-wall.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
@k-wall
Copy link
Contributor

k-wall commented Feb 19, 2024

com.google.cloud:libraries-bom version is not pinned #4711
I think we need to understand the impact of this problem. Does it mean the current build is not repeatable? Tentatively adding 0.5.0 until we know more.

@k-wall k-wall added this to the 0.5.0 milestone Feb 19, 2024
@k-wall
Copy link
Contributor

k-wall commented Feb 19, 2024

com.google.cloud:libraries-bom version is not pinned #4711
I think we need to understand the impact of this problem. Does it mean the current build is not repeatable? Tentatively adding 0.5.0 until we know more.

It is not impactful to Kroxylicious, it is in the Stackdriver impl, which isn't used.

@k-wall k-wall modified the milestones: 0.5.0, 0.6.0 Feb 19, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.12.3 branch 2 times, most recently from aad00a1 to ebe6cec Compare February 20, 2024 03:37
@k-wall k-wall force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.12.3 branch from 5b35d15 to ebe6cec Compare February 20, 2024 08:56
@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.12.3 branch 3 times, most recently from 846a4f5 to 539da8b Compare February 27, 2024 09:00
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.2...v1.12.3)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.micrometer-micrometer-bom-1.12.3 branch from 539da8b to 52ab86d Compare February 27, 2024 09:50
@k-wall k-wall modified the milestones: 0.6.0, 0.5.0 Feb 27, 2024
Signed-off-by: Keith Wall <[email protected]>
@k-wall
Copy link
Contributor

k-wall commented Feb 27, 2024

@dependabot squash and merge

@k-wall k-wall merged commit 77fd6fe into main Feb 27, 2024
1 check passed
@k-wall k-wall deleted the dependabot/maven/io.micrometer-micrometer-bom-1.12.3 branch February 27, 2024 16:12
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant