Skip to content

Commit 8d9de52

Browse files
feat(deps): update log4j2 monorepo from v2.24.3 to v2.25.1 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe2d630 commit 8d9de52

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: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
}

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: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
}

0 commit comments

Comments
 (0)