Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-api from 2.23.1 to 2.24.2
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.2.

---
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 Nov 25, 2024
1 parent 90c98c6 commit 51078c0
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.2") {
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 51078c0

Please sign in to comment.