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/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 0c43db81d Bump org.owasp:dependency-check-maven from 10.0.3 to 10.0.4
(#4554)
0c43db81d is described below
commit 0c43db81d589cb86ea8b60b283f9b1e8cc471b1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 1 17:03:46 2024 +0800
Bump org.owasp:dependency-check-maven from 10.0.3 to 10.0.4 (#4554)
Bumps
[org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck)
from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
-
[Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/jeremylong/DependencyCheck/compare/v10.0.3...v10.0.4)
---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28e42707f..833f845b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<!-- sort by alpha -->
<checkstyle-maven-plugin.version>3.5.0</checkstyle-maven-plugin.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
-
<dependency-check-maven-plugin.version>10.0.3</dependency-check-maven-plugin.version>
+
<dependency-check-maven-plugin.version>10.0.4</dependency-check-maven-plugin.version>
<docker-maven-plugin.version>0.45.0</docker-maven-plugin.version>
<exec-maven-plugin.version>3.4.1</exec-maven-plugin.version>
<gpg-maven-plugin.version>3.2.5</gpg-maven-plugin.version>