From 9c5111a9571dbbb7af18c6631a288a63c17e0efa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 09:58:07 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - org.apache.logging.log4j:log4j-api from 2.7 to 2.23.1. See this package in maven: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api/ - org.apache.logging.log4j:log4j-core from 2.17.1 to 2.23.1. See this package in maven: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/ - org.apache.struts:struts2-core from 6.3.0.2 to 6.6.0. See this package in maven: https://mvnrepository.com/artifact/org.apache.struts/struts2-core/ - org.apache.struts:struts2-spring-plugin from 6.3.0.2 to 6.6.0. See this package in maven: https://mvnrepository.com/artifact/org.apache.struts/struts2-spring-plugin/ - org.springframework:spring-web from 5.3.38 to 5.3.39. See this package in maven: https://mvnrepository.com/artifact/org.springframework/spring-web/ - org.zeroturnaround:zt-zip from 1.13 to 1.17. See this package in maven: https://mvnrepository.com/artifact/org.zeroturnaround/zt-zip/ See this project in Snyk: https://app.snyk.io/org/mongeme/project/ae9595a9-2b99-4086-a6e5-458ce1874838?utm_source=github&utm_medium=referral&page=upgrade-pr --- todolist/pom.xml | 4 ++-- todolist/todolist-web-struts/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/todolist/pom.xml b/todolist/pom.xml index 5a2ad0e..49d9e52 100644 --- a/todolist/pom.xml +++ b/todolist/pom.xml @@ -10,10 +10,10 @@ https://github.com/snyk/java-goof - 5.3.38 + 5.3.39 4.3.7.Final 5.3.8 - 6.3.0.2 + 6.6.0 UTF-8 diff --git a/todolist/todolist-web-struts/pom.xml b/todolist/todolist-web-struts/pom.xml index c0c7d9f..041a9a1 100644 --- a/todolist/todolist-web-struts/pom.xml +++ b/todolist/todolist-web-struts/pom.xml @@ -27,12 +27,12 @@ org.apache.logging.log4j log4j-core - 2.17.1 + 2.23.1 org.apache.logging.log4j log4j-api - 2.7 + 2.23.1 @@ -90,7 +90,7 @@ org.zeroturnaround zt-zip - 1.13 + 1.17 jar