Skip to content

Commit

Permalink
Update to Pulsar client 3.0.1
Browse files Browse the repository at this point in the history
Fixes #428
  • Loading branch information
onobc authored and sobychacko committed Aug 9, 2023
1 parent 7f5ced4 commit 3aed276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static String getPulsarBrokerUrl() {
}

static DockerImageName getPulsarImage() {
return DockerImageName.parse("apachepulsar/pulsar:3.0.0");
return DockerImageName.parse("apachepulsar/pulsar:3.0.1");
}

static String getHttpServiceUrl() {
Expand Down

0 comments on commit 3aed276

Please sign in to comment.