File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.20 .0'
1414 implementation ' io.cloudevents:cloudevents-json-jackson:4.0.1'
1515
1616 testImplementation ' io.projectreactor:reactor-test'
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ buildscript {
1212
1313plugins {
1414 id ' jacoco'
15- id ' org.sonarqube' version ' 6.1 .0.5360 '
16- id ' org.springframework.boot' version ' 3.4.4 ' apply false
15+ id ' org.sonarqube' version ' 6.2 .0.5505 '
16+ id ' org.springframework.boot' version ' 4.0.0-M1 ' 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.23.2 '
1919}
2020
2121repositories {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ subprojects {
8282
8383 dependencyManagement {
8484 imports {
85- mavenBom ' org.springframework.boot:spring-boot-dependencies:3.4.4 '
85+ mavenBom ' org.springframework.boot:spring-boot-dependencies:3.5.3 '
8686 }
8787 }
8888
You can’t perform that action at this time.
0 commit comments