Browse Source

Upgrade to Rabbit Stream Client 0.18.0

Closes gh-42768
pull/42770/head
Andy Wilkinson 1 year ago
parent
commit
8b9017aa68
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1681,7 +1681,7 @@ bom { @@ -1681,7 +1681,7 @@ bom {
releaseNotes("https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}")
}
}
library("Rabbit Stream Client", "0.17.0") {
library("Rabbit Stream Client", "0.18.0") {
group("com.rabbitmq") {
modules = [
"stream-client"

Loading…
Cancel
Save