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.
2 parents d3fe4a7 + b53455a commit b257c97Copy full SHA for b257c97
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