Skip to content

Commit

Permalink
Bump org.apache.pulsar:pulsar-client in /modules/pulsar
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.1 to 3.1.2.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.1.1...v3.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent f788ab6 commit f98f831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
dependencies {
api project(':testcontainers')

testImplementation group: 'org.apache.pulsar', name: 'pulsar-client', version: '3.1.1'
testImplementation group: 'org.apache.pulsar', name: 'pulsar-client', version: '3.1.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '3.1.1'
testImplementation group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '3.1.2'
}

0 comments on commit f98f831

Please sign in to comment.