You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/10/07 15:00:41 UTC

[myfaces-tobago] branch tobago-5.x updated: Tobago 5.x cve2 (#3341)

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 1383a6c587 Tobago 5.x cve2 (#3341)
1383a6c587 is described below

commit 1383a6c58754088a5e67a582ecba407b9a8a1041
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Fri Oct 7 17:00:36 2022 +0200

    Tobago 5.x cve2 (#3341)
    
    * build: update because of CVEs
    
    * build: update because of CVEs
---
 pom.xml                                           | 2 +-
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index abeeaa318e..2a3ad22e26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
     <testcontainers.version>1.17.5</testcontainers.version>
-    <checkstyle-rules.version>18</checkstyle-rules.version>
+    <checkstyle-rules.version>19</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.49.v20220914</jetty.version>
diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index ba6e40d5d0..70ab628fe2 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -178,7 +178,7 @@
       <dependency>
         <groupId>org.yaml</groupId>
         <artifactId>snakeyaml</artifactId>
-        <version>1.32</version>
+        <version>1.33</version>
       </dependency>
       <dependency> <!-- add JAXB to run the demo with Java 11 and higher -->
             <groupId>javax.xml.bind</groupId>