@@ -4,7 +4,7 @@ org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
|
||||
|
||||
pulsarClientVersion=3.0.0
|
||||
pulsarClientVersion=3.0.1
|
||||
pulsarClientReactiveVersion=0.3.0
|
||||
|
||||
# only used by docs, tests, and samples (unpublished deps)
|
||||
|
||||
@@ -11,8 +11,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.apache.pulsar:pulsar-client-all:3.0.0'
|
||||
implementation 'org.apache.pulsar:pulsar-functions-api:3.0.0'
|
||||
implementation 'org.apache.pulsar:pulsar-client-all:3.0.1'
|
||||
implementation 'org.apache.pulsar:pulsar-functions-api:3.0.1'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.24'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.24'
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ public interface PulsarTestContainerSupport {
|
||||
}
|
||||
|
||||
static DockerImageName getPulsarImage() {
|
||||
return DockerImageName.parse("apachepulsar/pulsar:3.0.0");
|
||||
return DockerImageName.parse("apachepulsar/pulsar:3.0.1");
|
||||
}
|
||||
|
||||
static String getHttpServiceUrl() {
|
||||
|
||||
Reference in New Issue
Block a user