From 774a90675267859330bb873f7c2c025098f9f27b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Apr 2023 22:06:07 +0000 Subject: [PATCH] fix: upgrade log4j:log4j from 1.2.16 to 1.2.17 Snyk has created this PR to upgrade log4j:log4j from 1.2.16 to 1.2.17. See this package in Maven Repository: https://mvnrepository.com/artifact/log4j/log4j/ See this project in Snyk: https://app.snyk.io/org/wustrive2008/project/9a36172e-55f2-48a6-88f4-997f1f575b82?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 82 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index c24398c..553ab5d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,43 +1,43 @@ - 4.0.0 - - com.wustrive - aes-rsa-java - 1.0-SNAPSHOT - jar - - aes-rsa-java - http://maven.apache.org - - - UTF-8 - - - - - junit - junit - 3.8.1 - test - - - - log4j - log4j - 1.2.16 - - - - commons-lang - commons-lang - 2.5 - - - - com.alibaba - fastjson - 1.2.7 - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + com.wustrive + aes-rsa-java + 1.0-SNAPSHOT + jar + + aes-rsa-java + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + + log4j + log4j + 1.2.17 + + + + commons-lang + commons-lang + 2.5 + + + + com.alibaba + fastjson + 1.2.7 + +