Skip to content

Commit 86df550

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent 608c54a commit 86df550

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

async/reactor-rabbitmq/reactor-rabbitmq.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ext {
66
dependencies {
77
api 'io.projectreactor:reactor-core'
88
api 'com.rabbitmq:amqp-client'
9-
}
9+
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ buildscript {
1212

1313
plugins {
1414
id 'jacoco'
15-
id 'org.sonarqube' version '7.2.2.6593'
16-
id 'org.springframework.boot' version '4.0.4' apply false
15+
id 'org.sonarqube' version '7.2.3.7755'
16+
id 'org.springframework.boot' version '4.1.0-M4' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1818
id 'co.com.bancolombia.cleanArchitecture' version '4.3.0'
1919
}

main.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ subprojects {
9191

9292
dependencyManagement {
9393
imports {
94-
mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.4'
94+
mavenBom 'org.springframework.boot:spring-boot-dependencies:4.0.5'
9595
}
9696
}
9797

0 commit comments

Comments
 (0)