Skip to content

Commit

Permalink
Bump log4j-to-slf4j from 2.18.0 to 2.19.0
Browse files Browse the repository at this point in the history
Bumps log4j-to-slf4j from 2.18.0 to 2.19.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 10, 2022
1 parent 54b36b3 commit 89479c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-dgs-platform/build.gradle.kts
Expand Up @@ -71,7 +71,7 @@ dependencies {
version { require("3.4.10") }
}
// CVEs
api("org.apache.logging.log4j:log4j-to-slf4j:2.18.0") {
api("org.apache.logging.log4j:log4j-to-slf4j:2.19.0") {
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.18.0") {
Expand Down

0 comments on commit 89479c6

Please sign in to comment.