Skip to content

Commit 981a920

Browse files
Bump org.apache.logging.log4j:log4j-api from 2.24.3 to 2.25.1
Bumps org.apache.logging.log4j:log4j-api from 2.24.3 to 2.25.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 740363d commit 981a920

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)