You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/01/02 17:23:06 UTC

(pulsar) branch branch-3.0 updated: Upgrade OWASP dependency check maven plugin version

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

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 4c915bdcddd Upgrade OWASP dependency check maven plugin version
4c915bdcddd is described below

commit 4c915bdcddd60e38730aa5dd5167d4e736c28f26
Author: Lari Hotari <lh...@apache.org>
AuthorDate: Tue Jan 2 19:17:16 2024 +0200

    Upgrade OWASP dependency check maven plugin version
    
    (cherry picked from commit b0e8b5abb5777c175812f3ad709d4481a3a21f40)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02a9d6c4c7a..460005322ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,7 @@ flexible messaging model and an intuitive client API.</description>
     <errorprone-slf4j.version>0.1.4</errorprone-slf4j.version>
     <j2objc-annotations.version>1.3</j2objc-annotations.version>
     <lightproto-maven-plugin.version>0.4</lightproto-maven-plugin.version>
-    <dependency-check-maven.version>8.2.1</dependency-check-maven.version>
+    <dependency-check-maven.version>9.0.7</dependency-check-maven.version>
     <roaringbitmap.version>0.9.44</roaringbitmap.version>
     <extra-enforcer-rules.version>1.6.1</extra-enforcer-rules.version>
     <oshi.version>6.4.0</oshi.version>