You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2022/03/06 21:18:11 UTC

[tapestry-5] 01/02: TAP5-2704: Quickstart should use non-vulnerable log4j2 version

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

commit e3992d343e375d96fc665aa786b7851a38281faf
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Mar 6 18:10:21 2022 -0300

    TAP5-2704: Quickstart should use non-vulnerable log4j2 version
---
 quickstart/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quickstart/build.gradle b/quickstart/build.gradle
index f10ef7f..e637034 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.16.0',
+        log4jVersion: '2.17.2',
         yassonVersion: '2.0.2',
         servletVersion: '3.1.0',
         mavenCompilerVersion: '3.8.1',