Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.3
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.3.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent db1d42c commit 9eb339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-dgs-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
api("org.apache.logging.log4j:log4j-to-slf4j:2.23.1") {
because("Refer to CVE-2021-44228; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228")
}
api("org.apache.logging.log4j:log4j-api:2.23.1") {
api("org.apache.logging.log4j:log4j-api:2.24.3") {
because("Refer to CVE-2021-44228; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228")
}
api("io.micrometer:context-propagation") {
Expand Down

0 comments on commit 9eb339a

Please sign in to comment.