Skip to content

Commit 2ba29f9

Browse files
committed
upd pulsar to 2.5.1
1 parent 8f0ad7e commit 2ba29f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/pulsar/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
33
dependencies {
44
compile project(':testcontainers')
55

6-
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.3.1'
6+
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.5.1'
77
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'
8+
testCompile group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '2.5.1'
99
}

0 commit comments

Comments
 (0)