Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Sep 23, 2024
1 parent 473a7b6 commit 58f256d
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 @@ -91,7 +91,7 @@ dependencies {
testImplementation "io.micronaut.test:micronaut-test-junit5"
testImplementation "io.micronaut.reactor:micronaut-reactor"

testImplementation(group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '3.2.3') {
testImplementation(group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '3.3.1') {
exclude group: 'com.fasterxml.jackson.core'
}

Expand Down

0 comments on commit 58f256d

Please sign in to comment.