Skip to content

Commit

Permalink
upd pulsar to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed May 14, 2020
1 parent 8f0ad7e commit 2ba29f9
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 {
compile project(':testcontainers')

testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.3.1'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.5.1'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '2.3.1'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '2.5.1'
}

0 comments on commit 2ba29f9

Please sign in to comment.