We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b73d8 commit b0e0073Copy full SHA for b0e0073
1 file changed
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1836,11 +1836,9 @@ bom {
1836
releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}")
1837
}
1838
1839
- library("Pulsar", "4.0.6") {
+ library("Pulsar", "4.0.7") {
1840
group("org.apache.pulsar") {
1841
- bom("pulsar-bom") {
1842
- permit("org.apache.maven.plugin-tools:maven-plugin-annotations")
1843
- }
+ bom("pulsar-bom")
1844
1845
links {
1846
site("https://pulsar.apache.org")
0 commit comments