Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 28, 2020
1 parent 4f05682 commit 621ebd9
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.0'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.6.1'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.17.0'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '2.6.0'
}

0 comments on commit 621ebd9

Please sign in to comment.