This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/master by this push:
new 92e7913 Dependency update to log4j2 2.17.
new 730b9c7 Merge pull request #109 from mbien/log217
92e7913 is described below
commit 92e791360562ba56ed60d1685db956201bf6a21e
Author: Michael Bien <[email protected]>
AuthorDate: Sat Dec 18 08:07:38 2021 +0100
Dependency update to log4j2 2.17.
- fixes more log4j issues
- other minor version bumps
---
app/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/pom.xml b/app/pom.xml
index 05a46aa..d66c80c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -46,7 +46,7 @@ limitations under the License.
<commons-codec.version>1.15</commons-codec.version>
<eclipse-link.version>2.7.9</eclipse-link.version>
<guice.version>5.0.1</guice.version>
- <log4j2.version>2.16.0</log4j2.version>
+ <log4j2.version>2.17.0</log4j2.version>
<lucene.version>9.0.0</lucene.version>
<oauth-core.version>20100527</oauth-core.version>
<maven-war.version>3.2.3</maven-war.version>
@@ -54,9 +54,9 @@ limitations under the License.
<maven-antrun.version>1.0b3</maven-antrun.version>
<rome.version>1.16.0</rome.version>
<slf4j.version>1.7.32</slf4j.version>
- <spring.version>5.3.13</spring.version>
+ <spring.version>5.3.14</spring.version>
<spring.security.version>5.6.0</spring.security.version>
- <struts.version>2.5.28</struts.version>
+ <struts.version>2.5.28.1</struts.version>
<velocity.version>2.3</velocity.version>
<webjars.version>1.6</webjars.version>
<ws-commons-util.version>1.0.2</ws-commons-util.version>