We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0ad7e commit 2ba29f9Copy full SHA for 2ba29f9
modules/pulsar/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
3
dependencies {
4
compile project(':testcontainers')
5
6
- testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.3.1'
+ testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.5.1'
7
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.2'
8
- 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'
9
}
0 commit comments