Skip to content

Commit 648fa13

Browse files
fix(deps): update log4j2 monorepo from v2.25.1 to v2.25.2
1 parent 0e9cf29 commit 648fa13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dependencies {
4444

4545
implementation("com.expediagroup:expediagroup-sdk-transport-okhttp:1.0.0")
4646

47-
implementation("org.apache.logging.log4j:log4j-api:2.25.1")
48-
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
47+
implementation("org.apache.logging.log4j:log4j-api:2.25.2")
48+
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2")
4949
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
5050
implementation("org.apache.commons:commons-lang3:3.18.0")
5151
}

integration-tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
testImplementation("io.mockk:mockk:1.13.16")
1616
testImplementation("com.squareup.okhttp3:mockwebserver:5.1.0")
1717
testImplementation("org.apache.commons:commons-lang3:3.18.0")
18-
testImplementation("org.apache.logging.log4j:log4j-api:2.25.1")
19-
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
18+
testImplementation("org.apache.logging.log4j:log4j-api:2.25.2")
19+
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2")
2020
}

0 commit comments

Comments
 (0)