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 across 1 directory with 6 updates #538

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
io.micrometer:micrometer-registry-prometheus 1.12.7 1.13.3
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.1 2.17.2
redis.clients:jedis 5.1.3 5.1.4
io.confluent:kafka-avro-serializer 7.6.1 7.7.0
io.confluent:kafka-schema-registry 7.6.1 7.7.0
io.mockk:mockk 1.13.11 1.13.12

Updates io.micrometer:micrometer-registry-prometheus from 1.12.7 to 1.13.3

Release notes

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

1.13.3

🐞 Bug Fixes

  • Add default factoryType tag in CommonsObjectPool2Metrics #5316
  • Buffered statsd lines are not published on close #2141
  • Disable kotlinSourcesJar since it conflicts with sourcesJar #5151

📔 Documentation

  • Make more explicit that recording a metric is safe to call #5365

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 #5364
  • Bump com.gradle.develocity from 3.17.5 to 3.17.6 #5357
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.14 to 1.7.17 #5356
  • Bump com.signalfx.public:signalfx-java from 1.0.43 to 1.0.44 #5362
  • Bump io.netty:netty-bom from 4.1.111.Final to 4.1.112.Final #5360
  • Bump io.projectreactor:reactor-bom from 2022.0.20 to 2022.0.21 #5358
  • Bump jersey3 from 3.0.11 to 3.0.12 #5378
  • Bump jetty9 from 9.4.54.v20240208 to 9.4.55.v20240627 #5361
  • Bump org.jetbrains.kotlin.jvm from 1.9.23 to 1.9.24 #5294

📝 Tasks

  • Make PrometheusMeterRegistryTest less flaky #5302
  • Migrate to io.spring.develocity.conventions:0.0.19 #5312
  • Apply test-retry settings to all tests #5303

❤️ Contributors

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

@​izeye, @​HYEONSEOK1, @​BJMg, and @​cbrachem

1.13.2

🐞 Bug Fixes

  • Avoid calling naming convention on scrape #5288
  • Fix histogram consistency in PrometheusMeterRegistry #5193
  • Fix log to include stack trace in OtlpMeterRegistry.publish() #5141

🔨 Dependency Upgrades

  • Bump software.amazon.awssdk:cloudwatch from 2.25.69 to 2.25.70 #5277
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.13 to 1.7.14 #5276
  • Bump com.signalfx.public:signalfx-java from 1.0.42 to 1.0.43 #5272

❤️ Contributors

... (truncated)

Commits
  • 98c1042 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 (#5364)
  • 85b2df5 Merge branch '1.12.x' into 1.13.x
  • a012711 Merge branch '1.9.x' into 1.12.x
  • 34f06a3 Bump jersey3 from 3.0.4 to 3.0.12
  • 39783aa Merge branch '1.12.x' into 1.13.x
  • 1781a32 Bump io.projectreactor:reactor-bom from 2022.0.20 to 2022.0.21 (#5340)
  • 0f86200 Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#5372)
  • 6032f65 Bump com.netflix.spectator:spectator-reg-atlas from 1.7.14 to 1.7.18 (#5373)
  • f1f513e Bump org.mongodb:mongodb-driver-sync from 4.11.2 to 4.11.3 (#5375)
  • 214a682 Bump maven-resolver from 1.9.20 to 1.9.22 (#5374)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.1 to 2.17.2

Updates redis.clients:jedis from 5.1.3 to 5.1.4

Release notes

Sourced from redis.clients:jedis's releases.

5.1.4

Changes

🔥 Breaking Changes

  • Address change in JSON.GET command without path (#3858)
  • Modify and fail-fast GeoSearchParam (#3827)

🚀 New Features

  • Support Hash field expiration (#3826)
  • Support issuing Latency commands (#3729)
  • Add support for the NOVALUES option of HSCAN command (#3741, #3746)
  • Add support for CLIENT TRACKINGINFO command (#3751)
  • Support IGNORE and other optional arguments for timeseries commands (#3860, #3863)
  • Add last entry id for XREADs and support XREADs reply as map (#3791)
  • Support the MAXAGE option for CLIENT KILL (#3754)
  • Support ADDSCORES argument in FT.AGGREGATE (#3908)
  • Support [S]PUBLISH in pipelines and transactions (#3859)

🐛 Bug Fixes

  • Ensure closing connection in Pipeline (#3865)
  • Address change in JSON.GET command without path (#3858)

🧰 Maintenance

  • Add methods in CommandArguments and RawableFactory (#3834)
  • Modify and fail-fast GeoSearchParam (#3827)

Contributors

We'd like to thank all the contributors who worked on this release!

@​sazzad16, @​cemasma, @​Lcarrot, @​gerzse and @​uglide

Commits
  • debe8d9 Added support for ADDSCORES argument in FT.AGGREGATE (#3908)
  • e52b83b Use Redis 7.4 branch and 7.4.0-v0 image for testing (#3911)
  • 287d743 Ensure closing connection in Pipeline (#3865)
  • 1c13877 Remove RediSearch DIALECT 5 support (#3886)
  • 6305343 Support RediSearch DIALECT 5 (#3831)
  • 903cd76 Support FLOAT16 and BFLOAT16 VecSim storage types (#3849)
  • e185be2 Test: INTERSECTS and DIJOINT conditions support in GeoSearch (#3862)
  • 6db51a8 Support indexing of MISSING and EMPTY values (#3866)
  • df6d2f2 Polish #3860: Separate params for TS.INCRBY and TS.DECRBY (#3863)
  • 1c3df87 Support IGNORE and other optional arguments for timeseries commands (#3860)
  • Additional commits viewable in compare view

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

Commits
  • 6dee5be Set Confluent to 7.7.0, Kafka to 7.7.0.
  • 3fb40d3 Merge branch '7.6.x' into 7.7.x (using strategy ours)
  • 0b0c184 Merge branch '7.5.x' into 7.6.x (using strategy ours)
  • 8e39da9 Merge branch '7.4.x' into 7.5.x (using strategy ours)
  • 65d5bcc Merge branch '7.3.x' into 7.4.x (using strategy ours)
  • 59bdc77 Merge branch '7.2.x' into 7.3.x (using strategy ours)
  • 2fbbdab Merge branch '7.1.x' into 7.2.x (using strategy ours)
  • db78e43 Merge branch '7.0.x' into 7.1.x (using strategy ours)
  • dd52a99 Bump Confluent to 7.0.16-0, Kafka to 7.0.16-0
  • 32c4c08 Merge branch '7.6.x' into 7.7.x (using strategy ours)
  • Additional commits viewable in compare view

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

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

Updates io.mockk:mockk from 1.13.11 to 1.13.12

Release notes

Sourced from io.mockk:mockk's releases.

1.13.12

What's Changed

New Contributors

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

Commits
  • cca4f1a Version bump
  • 5dc7491 Update bytebuddy dependency
  • 6b8c5eb Upgrade gradle
  • 4080a66 Upgrade the setup-gradle action
  • 69a861c Add Java 21
  • 8c45598 Merge pull request #1276 from xzhang-brex/multi-threading-support
  • cb0e2de Added doc for clearAllMocks(currentThreadOnly = true)
  • be36659 Added unit tests for currentThreadOnly.
  • 0d749b8 Updated the api definition files.
  • cead8a0 Removed unneccesary files.
  • 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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.7` | `1.13.3` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.1` | `2.17.2` |
| [redis.clients:jedis](https://github.com/redis/jedis) | `5.1.3` | `5.1.4` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.1` | `7.7.0` |
| io.confluent:kafka-schema-registry | `7.6.1` | `7.7.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` |



Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.7 to 1.13.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.7...v1.13.3)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.1 to 2.17.2

Updates `redis.clients:jedis` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.3...v5.1.4)

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

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

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

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

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: redis.clients:jedis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 August 14, 2024 07:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/gradle/minor-and-patch-864eec6c21 branch August 19, 2024 01:47
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