File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ dependencies {
4747 implementation(" org.apache.logging.log4j:log4j-api:2.24.3" )
4848 implementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3" )
4949 implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2" )
50- implementation(" org.apache.commons:commons-lang3:3.17 .0" )
50+ implementation(" org.apache.commons:commons-lang3:3.18 .0" )
5151}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1515 testImplementation(" io.mockk:mockk:1.13.16" )
1616 testImplementation(" com.squareup.okhttp3:mockwebserver:4.12.0" )
17- testImplementation(" org.apache.commons:commons-lang3:3.17 .0" )
17+ testImplementation(" org.apache.commons:commons-lang3:3.18 .0" )
1818 testImplementation(" org.apache.logging.log4j:log4j-api:2.24.3" )
1919 testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3" )
2020}
You can’t perform that action at this time.
0 commit comments