Skip to content

Commit

Permalink
chore(deps): bump org.apache.pulsar:pulsar-client from 3.1.2 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [org.apache.pulsar:pulsar-client](https://github.com/apache/pulsar) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Feb 26, 2024
1 parent 2fe4f53 commit a6455d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
compileOnly group: "io.kestra", name: "core", version: kestraVersion

// libs included in the final jar
api group: 'org.apache.pulsar', name: 'pulsar-client', version: '3.1.2'
api group: 'org.apache.pulsar', name: 'pulsar-client', version: '3.2.0'
}


Expand Down

0 comments on commit a6455d5

Please sign in to comment.