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

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

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',