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 7317fa2 commit 6a872f7Copy full SHA for 6a872f7
modules/pulsar/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
3
dependencies {
4
api project(':testcontainers')
5
6
- testImplementation platform("org.apache.pulsar:pulsar-bom:4.0.5")
+ testImplementation platform("org.apache.pulsar:pulsar-bom:4.1.1")
7
testImplementation 'org.apache.pulsar:pulsar-client'
8
testImplementation 'org.apache.pulsar:pulsar-client-admin'
9
}
0 commit comments