You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by sh...@apache.org on 2022/09/06 23:49:35 UTC

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

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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


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

commit a0acdfefc419c070064ee1c0dd83e96e0e4fe89d
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)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d0270da96..ca38cf2f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
     <maven-shade-plugin.version>3.2.0</maven-shade-plugin.version>
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
-    <dependency-check-maven.version>7.1.0</dependency-check-maven.version>
+    <dependency-check-maven.version>7.1.2</dependency-check-maven.version>
     <nar-maven-plugin.version>3.10.1</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>