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 8acb7ff + 88553e6 commit 9137803Copy full SHA for 9137803
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:3.3.0")
+ testImplementation platform("org.apache.pulsar:pulsar-bom:3.3.1")
7
testImplementation 'org.apache.pulsar:pulsar-client'
8
testImplementation 'org.apache.pulsar:pulsar-client-admin'
9
testImplementation 'org.assertj:assertj-core:3.26.3'
0 commit comments