Skip to content

Commit 758a880

Browse files
authored
Merge pull request #2194 from Netflix/dependabot/gradle/org.apache.logging.log4j-log4j-api-2.25.1
Bump org.apache.logging.log4j:log4j-api from 2.24.3 to 2.25.1
2 parents 740363d + 981a920 commit 758a880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-dgs-platform/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ dependencies {
8686
version { require("3.6.1") }
8787
}
8888
// CVEs
89-
api("org.apache.logging.log4j:log4j-to-slf4j:2.24.3") {
89+
api("org.apache.logging.log4j:log4j-to-slf4j:2.25.2") {
9090
because("Refer to CVE-2021-44228; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228")
9191
}
92-
api("org.apache.logging.log4j:log4j-api:2.24.3") {
92+
api("org.apache.logging.log4j:log4j-api:2.25.2") {
9393
because("Refer to CVE-2021-44228; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228")
9494
}
9595
api("io.micrometer:context-propagation") {

0 commit comments

Comments
 (0)