Browse Source

Upgrade to Rabbit Stream Client 1.5.0

Closes gh-49182
pull/49191/head
Andy Wilkinson 1 month ago
parent
commit
40ffe8493e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save