We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 740363d + 981a920 commit 758a880Copy full SHA for 758a880
graphql-dgs-platform/build.gradle.kts
@@ -86,10 +86,10 @@ dependencies {
86
version { require("3.6.1") }
87
}
88
// CVEs
89
- api("org.apache.logging.log4j:log4j-to-slf4j:2.24.3") {
+ api("org.apache.logging.log4j:log4j-to-slf4j:2.25.2") {
90
because("Refer to CVE-2021-44228; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228")
91
92
- api("org.apache.logging.log4j:log4j-api:2.24.3") {
+ api("org.apache.logging.log4j:log4j-api:2.25.2") {
93
94
95
api("io.micrometer:context-propagation") {
0 commit comments