This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new 7a68638 TAP5-2690: upgrading log4j version in Quickstart
7a68638 is described below
commit 7a6863875a821dd4ddaf6b5ec2b8855940bc1016
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Dec 14 22:04:42 2021 -0300
TAP5-2690: upgrading log4j version in Quickstart
to pick up the fix for the log4shell vulnerability
---
quickstart/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quickstart/build.gradle b/quickstart/build.gradle
index a10c2d0..2229aac 100644
--- a/quickstart/build.gradle
+++ b/quickstart/build.gradle
@@ -54,7 +54,7 @@ task processFiltered(type: Copy) {
junitVersion: '5.7.2',
jacksonVersion: '2.12.5',
jsonVersion: '1.1.4',
- log4jVersion: '2.14.1',
+ log4jVersion: '2.16.0',
yassonVersion: '2.0.2',
servletVersion: '3.1.0',
mavenCompilerVersion: '3.8.1',