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 01146da commit 3adf85aCopy full SHA for 3adf85a
spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-function/build.gradle
@@ -16,7 +16,7 @@ repositories {
16
17
def versionCatalog = extensions.getByType(VersionCatalogsExtension).named("libs")
18
// At Pulsar 4.0.6 things break related to jdk8 requirement - hardcoding at 4.0.5 for now
19
-def pulsarVersion = '4.0.5'
+def pulsarVersion = '4.0.7'
20
21
dependencies {
22
implementation "org.apache.pulsar:pulsar-client-all:${pulsarVersion}"
0 commit comments