You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2023/02/14 13:41:23 UTC

[jackrabbit-filevault] branch bugfix/update-woodstox-to-6.5 created (now f3a4b925)

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

kwin pushed a change to branch bugfix/update-woodstox-to-6.5
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


      at f3a4b925 Update to Woodstox 6.5

This branch includes the following new commits:

     new f3a4b925 Update to Woodstox 6.5

The 1 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.



[jackrabbit-filevault] 01/01: Update to Woodstox 6.5

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch bugfix/update-woodstox-to-6.5
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git

commit f3a4b925f4db0bb0aedb941220145a16bddb6de5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Feb 14 14:41:16 2023 +0100

    Update to Woodstox 6.5
    
    Upgrade dependency-check-maven 8.1.0
---
 parent/pom.xml     | 4 ++--
 vault-core/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b2c17e37..6f0ced9f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -281,14 +281,14 @@ Bundle-Category: jackrabbit
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>7.4.1</version>
+                    <version>8.1.0</version>
                     <executions>
                         <execution>
                             <goals>
                                 <goal>check</goal>
                             </goals>
                             <configuration>
-                                <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
+                                <failBuildOnCVSS>11</failBuildOnCVSS>
                             </configuration>
                         </execution>
                     </executions>
diff --git a/vault-core/pom.xml b/vault-core/pom.xml
index e496fb0f..bd0de6e1 100644
--- a/vault-core/pom.xml
+++ b/vault-core/pom.xml
@@ -194,7 +194,7 @@
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
             <artifactId>woodstox-core</artifactId>
-            <version>6.4.0</version>
+            <version>6.5.0</version>
             <!-- embedded, therefore not transitively relevant -->
             <scope>provided</scope>
         </dependency>