From a4e23bae1dc5f1e93f063f0905f59afe3c9f6baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:56:04 -0500 Subject: [PATCH] Bump pulsar-reactive from 0.5.5 to 0.5.6 (#712) Bumps `pulsar-reactive` from 0.5.5 to 0.5.6. Updates `org.apache.pulsar:pulsar-client-reactive-api` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/apache/pulsar-client-reactive/releases) - [Commits](https://github.com/apache/pulsar-client-reactive/compare/v0.5.5...v0.5.6) Updates `org.apache.pulsar:pulsar-client-reactive-adapter` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/apache/pulsar-client-reactive/releases) - [Commits](https://github.com/apache/pulsar-client-reactive/compare/v0.5.5...v0.5.6) Updates `org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine-shaded` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/apache/pulsar-client-reactive/releases) - [Commits](https://github.com/apache/pulsar-client-reactive/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: org.apache.pulsar:pulsar-client-reactive-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pulsar:pulsar-client-reactive-adapter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine-shaded dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dad361dd..486c6adb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ micrometer-docs-gen = "1.0.2" micrometer-tracing = "1.2.7" protobuf = "3.21.12" pulsar = "3.1.3" -pulsar-reactive = "0.5.5" +pulsar-reactive = "0.5.6" reactor = "2023.0.7" spring = "6.1.9" # tests