Skip to content

Commit fb05d28

Browse files
juancgalvisDependencies Bot
authored and
Dependencies Bot
committed
fix(deps): update dependencies
1 parent 17c79b9 commit fb05d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async/async-commons/async-commons.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'io.projectreactor:reactor-core'
1111
api 'com.fasterxml.jackson.core:jackson-databind'
1212
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
13-
implementation 'commons-io:commons-io:2.18.0'
13+
implementation 'commons-io:commons-io:2.19.0'
1414
implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1'
1515

1616
testImplementation 'io.projectreactor:reactor-test'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'org.sonarqube' version '6.1.0.5360'
1616
id 'org.springframework.boot' version '3.4.4' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '3.20.15'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.22.1'
1919
}
2020

2121
repositories {

0 commit comments

Comments
 (0)