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 minor-and-patch group with 7 updates #211

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the minor-and-patch group with 7 updates:

Package From To
ch.qos.logback:logback-classic 1.4.14 1.5.6
io.micrometer:micrometer-registry-prometheus 1.12.6 1.13.0
io.confluent:kafka-avro-serializer 7.6.0 7.6.1
io.confluent:kafka-schema-registry 7.6.0 7.6.1
no.nav:kafka-embedded-env 3.2.5 3.2.8
com.nimbusds:nimbus-jose-jwt 9.39.1 9.39.3
io.mockk:mockk 1.13.9 1.13.11

Updates ch.qos.logback:logback-classic from 1.4.14 to 1.5.6

Commits
  • 7812a55 prepare release 1.5.6
  • 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
  • 3d55638 start work on 1.5.6-SNAPSHOT
  • a91d2b6 notes about javadocs
  • c7c5e89 prepare release 1.5.5
  • 7db8797 upgrade build to slf4j 2.0.13
  • f9c04d2 test inclusion with conditionals
  • f32ed30 remove support for metaannotations for NoAutoStart annotation
  • 4476edd Search for @​NoAutoStart annotations in ancestor hierarchy, implemented interf...
  • a649c60 rename IncludeActionTest as IncludeModelHandlerTest
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.12.6 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

Updates io.confluent:kafka-avro-serializer from 7.6.0 to 7.6.1

Commits
  • e09b8f9 Set Confluent to 7.6.1, Kafka to 7.6.1.
  • 83b8886 Merge branch '7.5.x' into 7.6.x by rayokota
  • 133881a Merge branch '7.4.x' into 7.5.x by rayokota
  • 7d172bb Merge branch '7.3.x' into 7.4.x by rayokota
  • bc79d98 Merge branch '7.2.x' into 7.3.x by rayokota
  • ff129a2 Merge pull request #3062 from confluentinc/pr_merge_from_7_1_x_to_7_2_x
  • ba34552 Merge branch '7.2.x' into pr_merge_from_7_1_x_to_7_2_x
  • 517c178 Merge branch '7.0.x' into 7.1.x by rayokota
  • eabeec8 Merge pull request #3061 from confluentinc/cherry-pick-field-oneof
  • af44d2e Merge pull request #3059 from MaciasMucias/master
  • Additional commits viewable in compare view

Updates io.confluent:kafka-schema-registry from 7.6.0 to 7.6.1

Updates io.confluent:kafka-schema-registry from 7.6.0 to 7.6.1

Updates no.nav:kafka-embedded-env from 3.2.5 to 3.2.8

Release notes

Sourced from no.nav:kafka-embedded-env's releases.

3.2.8

What's Changed

Full Changelog: navikt/kafka-embedded-env@3.2.7...3.2.8

3.2.7

What's Changed

Full Changelog: navikt/kafka-embedded-env@3.2.6...3.2.7

3.2.6

What's Changed

Full Changelog: navikt/kafka-embedded-env@3.2.5...3.2.6

Commits
  • b6c9c66 build(deps-dev): bump ktor.version from 2.3.9 to 2.3.10 (#211)
  • 70df4fa build(deps): bump org.apache.maven.plugins:maven-source-plugin (#212)
  • a5a21c8 build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#210)
  • f4cb80e build(deps-dev): bump io.netty:netty-common (#208)
  • 9929718 Created CONTRIBUTING.md (#207)
  • 400a603 Går over frå Javax til Jakarta ved å fjerne eksplisitte overrides som ikkje b...
  • e139f7c build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#205)
  • 362b3ff build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#203)
  • b987a7c build(deps): bump kotlin.version from 1.9.22 to 1.9.23 (#202)
  • 664ab9b build(deps): bump com.github.gantsign.maven:ktlint-maven-plugin (#201)
  • Additional commits viewable in compare view

Updates com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.3

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

version 1.0 (2012-03-01)

  • First version based on the OpenInfoCard JWT, JWS and JWE code base.

version 1.1 (2012-03-06)

  • Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
  • Refactors the JWT class.

version 1.2 (2012-03-08)

  • Moves JWS and JWE code into separate classes.

version 1.3 (2012-03-09)

  • Switches to Apache Commons Codec for Base64URL encoding and decoding
  • Consolidates the crypto utilities within the package.
  • Introduces a JWT content serialiser class.

version 1.4 (2012-03-09)

  • Refactoring of JWT class and JUnit tests.

version 1.5 (2012-03-18)

  • Switches to JSON Smart for JSON serialisation and parsing.
  • Introduces claims set class with JSON objects, string, Base64URL and byte array views.

version 1.6 (2012-03-20)

  • Creates class for representing, serialising and parsing JSON Web Keys (JWK).
  • Introduces separate class for representing JWT headers.

version 1.7 (2012-04-01)

  • Introduces separate classes for plain, JWS and JWE headers.
  • Introduces separate classes for plain, signed and encrypted JWTs.
  • Removes the JWTContent class.
  • Removes password-based (PE820) encryption support.

version 1.8 (2012-04-03)

  • Adds support for the ZIP JWE header parameter.
  • Removes unsupported algorithms from the JWA enumeration.

version 1.9 (2012-04-03)

  • Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().

version 1.9.1 (2012-04-03)

  • Upgrades JSON Smart JAR to 1.1.1.

version 1.10 (2012-04-14)

  • Introduces serialize() method to base abstract JWT class.

version 1.11 (2012-05-13)

  • JWT.serialize() throws checked JWTException instead of

... (truncated)

Commits
  • 16d52cd [maven-release-plugin] prepare for next development iteration
  • b530053 Fixes NPE in DefaultJWTClaimsVerifier.verify when checking an exact match cla...
  • 63be304 Fixes version 9.39.2 date
  • 97183e0 [maven-release-plugin] prepare release 9.39.2
  • 2e444ed [maven-release-plugin] prepare for next development iteration
  • 2652777 Bumps GSon to 2.11.0, addressing Number parsing performance issue (#546)
  • 7dde635 Fixes JSONObjectUtilsTest.testParseFromStringEntity test, ParseException mess...
  • 6d001d4 [maven-release-plugin] prepare release 9.39.3
  • See full diff in compare view

Updates io.mockk:mockk from 1.13.9 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

1.13.10

What's Changed

New Contributors

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

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

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 minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.6` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.6` | `1.13.0` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |
| io.confluent:kafka-schema-registry | `7.6.0` | `7.6.1` |
| [no.nav:kafka-embedded-env](https://github.com/navikt/kafka-embedded-env) | `3.2.5` | `3.2.8` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.39.1` | `9.39.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.11` |


Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.6
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.6)

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

Updates `io.confluent:kafka-avro-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-schema-registry` from 7.6.0 to 7.6.1

Updates `io.confluent:kafka-schema-registry` from 7.6.0 to 7.6.1

Updates `no.nav:kafka-embedded-env` from 3.2.5 to 3.2.8
- [Release notes](https://github.com/navikt/kafka-embedded-env/releases)
- [Commits](navikt/kafka-embedded-env@3.2.5...3.2.8)

Updates `com.nimbusds:nimbus-jose-jwt` from 9.39.1 to 9.39.3
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39.3..9.39.1)

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

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: no.nav:kafka-embedded-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 3, 2024 17:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #213.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/gradle/minor-and-patch-3d33a9b189 branch June 10, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants