We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ce582 commit 51745e5Copy full SHA for 51745e5
2 files changed
async/reactor-rabbitmq/reactor-rabbitmq.gradle
@@ -6,4 +6,4 @@ ext {
6
dependencies {
7
api 'io.projectreactor:reactor-core'
8
api 'com.rabbitmq:amqp-client'
9
-}
+}
build.gradle
@@ -13,7 +13,7 @@ buildscript {
13
plugins {
14
id 'jacoco'
15
id 'org.sonarqube' version '7.3.0.8198'
16
- id 'org.springframework.boot' version '4.0.6' apply false
+ id 'org.springframework.boot' version '4.1.0-RC1' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
id 'co.com.bancolombia.cleanArchitecture' version '4.4.1'
19
}
0 commit comments