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 the all group with 3 updates #905

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the all group with 3 updates: io.mockk:mockk, org.flywaydb:flyway-database-postgresql and io.micrometer:micrometer-registry-prometheus.

Updates io.mockk:mockk from 1.13.10 to 1.13.11

Release notes

Sourced from io.mockk:mockk's releases.

1.13.11

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.10...1.13.11

Commits
  • 3d1cbd1 Merge pull request #1240 from krocard/contributing-gradle-check
  • 9292631 Merge pull request #1239 from krocard/clearStaticMockk
  • f1166ef Run gradle check when contributing
  • 8e024f0 Update mockk.api
  • 4917ecc Implement clearStaticMockk for KFunction and KProperty
  • 143f6bb Merge pull request #1238 from Evenprime/fix_parallel_testing
  • 131bc61 Fix parallel testing flag
  • fe0e306 Merge pull request #1234 from T45K/introduce_verifyCount_DSL
  • b11b732 update mockk.api
  • e0166d3 update README.md
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-database-postgresql from 10.12.0 to 10.13.0

Updates io.micrometer:micrometer-registry-prometheus from 1.12.5 to 1.13.0

Release notes

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

1.13.0

Micrometer 1.13.0 is the GA version of a new feature release. See our support policy for support timelines and 1.13 Migration Guide for migration details.

Please take a look at the Migration Guide if you use Prometheus since there are breaking changes in the Prometheus registry if you are using the PrometheusMeterRegistry API in your code.

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

⚠️ Noteworthy

  • Deprecate Jersey server instrumentation in favour of the jersey-micrometer module in Jersey #4100
  • Add support for Prometheus client 1.x #4846 (please see the Migration Guide)
  • Deprecate instrumentation for Jetty 9, 10, 11 that is out of support #4779
  • Deprecate Hystrix instrumentation #4587
  • JvmHeapPressureMetrics have incorrect base unit #3236
  • Remove v1 CloudWatch module #1473
  • Make DefaultHttpClientObservationConvention#INSTANCE final #4770
  • Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module micrometer-metrics/micrometer#4968
  • Remove unnecessary mockito dependency in micrometer-test #4963

⭐ New Features / Enhancements

  • Remove unnecessary call to getConventionName in PrometheusMeterRegistry #4607
  • Add log for negative amount in AbstractTimer.record() #4573
  • Add response headers and trailers to gRPC observation context #4516
  • Don't overwrite reserved resource attributes #4503
  • Additional support for OTLP env vars #4500
  • Add database tag to DefaultMongoCommandTagsProvider #4298
  • ObservationGrpcServerInterceptor does not store observation in a context #4218
  • Deprecate Jersey server instrumentation in favour of the jersey-micrometer module in Jersey #4100
  • Missing option to get response headers in GrpcServerObservationConvention #4012
  • Remove metrics when shutting down InstrumentedQueuedThreadPool #4000
  • Support jOOQ 3.15 and later #3828
  • Allow customizing start log message in PushMeterRegistry implementations #4848
  • Manage context-propagation version in micrometer-bom #4847
  • Add support for Prometheus 1.x #4846
  • "Failed to publish metrics to OTLP receiver" error message contains no actionable context #4829
  • Support @Counted on classes #4746
  • Publish a separate module with jdk11 classes #4728
  • Make JettyClientMetrics compatible with Jetty12 #4609
  • Make it possible to disable LongtaskTimer creation in DefaultMeterObservationHandler #4604
  • Add Meter for process CPU time #4498
  • Make Jetty server metrics work with Jetty 12 #4261
  • OTLPMeterRegistry should adhere to OpenTelemetry data model for producing metrics #4053
  • Asserting Observation keys and value should offer suggestions from the other cardinality bucket. #4046
  • Ignore class level AOP annotation if method level present #3811
  • Remove v1 CloudWatch module #1473
  • Log CloudWatch metric data when publishing fails #1396
  • [Dynatrace] debug log in exporter when no meters are registered #4951
  • Warn when a MeterFilter is configured after a meter is registered #4917
  • Allow customizing PrometheusProperties via PrometheusConfig #4875

... (truncated)

Commits
  • a5c1b72 Update documentation for Jetty connection metrics
  • 4cd3490 Configure NetworkTrafficListener in addToAllConnectors
  • 4348f37 Merge branch '1.12.x'
  • 55ccf17 Remove space at beginning of line (#4989)
  • 68f5240 Bump software.amazon.awssdk:cloudwatch from 2.25.45 to 2.25.50 (#5084)
  • abeb1f1 Merge branch '1.12.x'
  • 29ccc34 Merge branch '1.12.x'
  • b1dce38 Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1 (#5073)
  • d896fcb Bump io.javalin:javalin from 5.6.4 to 5.6.5 (#5088)
  • b08e2ba Merge branch '1.11.x' into 1.12.x
  • Additional commits viewable in compare view

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 3 updates: [io.mockk:mockk](https://github.com/mockk/mockk), org.flywaydb:flyway-database-postgresql and [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).


Updates `io.mockk:mockk` from 1.13.10 to 1.13.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.10...1.13.11)

Updates `org.flywaydb:flyway-database-postgresql` from 10.12.0 to 10.13.0

Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.5 to 1.13.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.5...v1.13.0)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 20, 2024
@IRus IRus merged commit b0abb7d into main May 23, 2024
7 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-dd19b8a4af branch May 23, 2024 22:38
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant