You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2022/09/21 11:17:50 UTC

[bookkeeper] branch branch-4.15 updated: Bump dependency check to 7.1.2 to avoid FP (#3470)

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

yong pushed a commit to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.15 by this push:
     new 6a78d92334 Bump dependency check to 7.1.2 to avoid FP (#3470)
6a78d92334 is described below

commit 6a78d9233453d7dec0b505c2fe879984c1b5d826
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Wed Sep 7 07:49:27 2022 +0800

    Bump dependency check to 7.1.2 to avoid FP (#3470)
    
    (cherry picked from commit a0acdfefc419c070064ee1c0dd83e96e0e4fe89d)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d99ca4603d..037dfe6250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
     <maven-shade-plugin.version>3.2.0</maven-shade-plugin.version>
     <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
     <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
-    <dependency-check-maven.version>7.0.4</dependency-check-maven.version>
+    <dependency-check-maven.version>7.1.2</dependency-check-maven.version>
     <nar-maven-plugin.version>3.5.2</nar-maven-plugin.version>
     <os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>
     <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>