Skip to content

Commit 668909f

Browse files
committed
Upgrade to Pulsar 3.3.9
Closes gh-47520
1 parent 3241cd7 commit 668909f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,11 +1716,9 @@ bom {
17161716
releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}")
17171717
}
17181718
}
1719-
library("Pulsar", "3.3.8") {
1719+
library("Pulsar", "3.3.9") {
17201720
group("org.apache.pulsar") {
1721-
bom("pulsar-bom") {
1722-
permit("org.apache.maven.plugin-tools:maven-plugin-annotations")
1723-
}
1721+
bom("pulsar-bom")
17241722
}
17251723
links {
17261724
site("https://pulsar.apache.org")

0 commit comments

Comments
 (0)