This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new c04cb04e0 Bump dependency-check-maven from 7.1.1 to 7.1.2 (#3294)
c04cb04e0 is described below
commit c04cb04e046caf547195ae8bfc64c05d25c1f116
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 23 21:28:51 2022 +0800
Bump dependency-check-maven from 7.1.1 to 7.1.2 (#3294)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8252a07a4..16689a9f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<!-- sort by alpha -->
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
-
<dependency-check-maven-plugin.version>7.1.1</dependency-check-maven-plugin.version>
+
<dependency-check-maven-plugin.version>7.1.2</dependency-check-maven-plugin.version>
<docker-maven-plugin.version>0.40.2</docker-maven-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>