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:10 UTC

[tapestry-5] branch master updated (d75322f -> c76abf2)

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git.


    from d75322f  TAP5-2705: Fix warnings related to tapestry.css being added twice
     new e3992d3  TAP5-2704: Quickstart should use non-vulnerable log4j2 version
     new c76abf2  TAP5-2704: Quickstart: other library upgrades

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 quickstart/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

Posted by th...@apache.org.
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',

[tapestry-5] 02/02: TAP5-2704: Quickstart: other library upgrades

Posted by th...@apache.org.
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 c76abf2833f9745bea66ee40d44433cfb82b959c
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Mar 6 18:17:56 2022 -0300

    TAP5-2704: Quickstart: other library upgrades
---
 quickstart/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/quickstart/build.gradle b/quickstart/build.gradle
index e637034..9f0174e 100644
--- a/quickstart/build.gradle
+++ b/quickstart/build.gradle
@@ -51,11 +51,11 @@ task processFiltered(type: Copy) {
         quickstartVersion: version,
         tapestryVersion: version,
         springBootVersion: '2.5.4',
-        junitVersion: '5.7.2',
-        jacksonVersion: '2.12.5',
+        junitVersion: '5.8.2',
+        jacksonVersion: '2.13.1',
         jsonVersion: '1.1.4',
         log4jVersion: '2.17.2',
-        yassonVersion: '2.0.2',
+        yassonVersion: '2.0.4',
         servletVersion: '3.1.0',
         mavenCompilerVersion: '3.8.1',
         mavenSurefireVersion: '3.0.0-M5',