Skip to content

Commit

Permalink
Bump pulsar-client from 2.6.1 to 2.7.0 in /modules/pulsar (#3565)
Browse files Browse the repository at this point in the history
Bumps [pulsar-client](https://github.com/apache/pulsar) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.6.1...v2.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 29, 2020
1 parent 5f7bb3a commit 850f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
dependencies {
compile project(':testcontainers')

testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.6.1'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.7.0'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '2.6.1'
}

0 comments on commit 850f72e

Please sign in to comment.