File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ dependencies {
4444
4545 implementation(" com.expediagroup:expediagroup-sdk-transport-okhttp:0.0.4-alpha" )
4646
47- implementation(" org.apache.logging.log4j:log4j-api:2.24.3 " )
48- implementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 " )
47+ implementation(" org.apache.logging.log4j:log4j-api:2.25.1 " )
48+ implementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1 " )
4949 implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2" )
5050 implementation(" org.apache.commons:commons-lang3:3.18.0" )
5151}
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ dependencies {
1515 testImplementation(" io.mockk:mockk:1.13.16" )
1616 testImplementation(" com.squareup.okhttp3:mockwebserver:4.12.0" )
1717 testImplementation(" org.apache.commons:commons-lang3:3.18.0" )
18- testImplementation(" org.apache.logging.log4j:log4j-api:2.24.3 " )
19- testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 " )
18+ testImplementation(" org.apache.logging.log4j:log4j-api:2.25.1 " )
19+ testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1 " )
2020}
You can’t perform that action at this time.
0 commit comments