Skip to content

Commit 379a295

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

12 files changed

Lines changed: 15 additions & 15 deletions

File tree

async/async-commons/async-commons.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compileOnly 'io.projectreactor:reactor-core'
1212
api 'tools.jackson.core:jackson-databind'
1313
implementation 'commons-io:commons-io:2.21.0'
14-
implementation 'io.cloudevents:cloudevents-core:4.0.1'
14+
implementation 'io.cloudevents:cloudevents-core:4.0.2'
1515

1616
testImplementation 'io.projectreactor:reactor-test'
1717
}

async/async-kafka/async-kafka.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies {
99
api project(':async-commons')
1010
api project(':cloudevents-json-jackson')
1111
api 'io.projectreactor.kafka:reactor-kafka:1.3.25'
12-
implementation 'io.cloudevents:cloudevents-core:4.0.1'
12+
implementation 'io.cloudevents:cloudevents-core:4.0.2'
1313
}

async/async-rabbit/async-rabbit.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
api 'com.rabbitmq:amqp-client'
1616
api 'tools.jackson.core:jackson-databind'
1717

18-
implementation 'io.cloudevents:cloudevents-core:4.0.1'
18+
implementation 'io.cloudevents:cloudevents-core:4.0.2'
1919
testImplementation 'io.projectreactor:reactor-test'
2020
}

async/cloudevents-json-jackson/cloudevents-json-jackson.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ ext {
55

66
dependencies {
77
api 'tools.jackson.core:jackson-databind'
8-
implementation 'io.cloudevents:cloudevents-api:4.0.1'
9-
implementation 'io.cloudevents:cloudevents-core:4.0.1'
8+
implementation 'io.cloudevents:cloudevents-api:4.0.2'
9+
implementation 'io.cloudevents:cloudevents-core:4.0.2'
1010
}

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ 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'
18-
id 'co.com.bancolombia.cleanArchitecture' version '4.3.0'
18+
id 'co.com.bancolombia.cleanArchitecture' version '4.4.1'
1919
}
2020

2121
repositories {

domain/domain-events/domain-events-api.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ext {
55

66
dependencies {
77
api 'org.reactivestreams:reactive-streams:1.0.4'
8-
api 'io.cloudevents:cloudevents-api:4.0.1'
8+
api 'io.cloudevents:cloudevents-api:4.0.2'
99
}

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

samples/async/async-kafka-sender-client/async-kafka-sender-client.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation project(':shared')
55
implementation project(':async-kafka-starter')
66
implementation project(':cloudevents-json-jackson')
7-
implementation 'io.cloudevents:cloudevents-core:4.0.1'
7+
implementation 'io.cloudevents:cloudevents-core:4.0.2'
88
implementation 'org.springframework.boot:spring-boot-starter-webflux'
99
implementation 'org.springframework.boot:spring-boot-starter-actuator'
1010
implementation 'io.micrometer:micrometer-registry-prometheus'

samples/async/eda-async-receiver-responder/eda-async-receiver-sample.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
implementation project(":shared")
55
implementation project(":async-commons-rabbit-starter")
66
implementation 'org.springframework.boot:spring-boot-starter'
7-
implementation 'io.cloudevents:cloudevents-core:4.0.1'
7+
implementation 'io.cloudevents:cloudevents-core:4.0.2'
88
}

0 commit comments

Comments
 (0)