Skip to content

Commit

Permalink
Bump org.owasp:dependency-check-maven from 8.4.1 to 8.4.2 (#211)
Browse files Browse the repository at this point in the history
Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.4.1...v8.4.2)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 6fac270 commit 7752c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ limitations under the License.
<maven.javadoc.version>3.6.0</maven.javadoc.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<dependencyCheck.version>8.4.1</dependencyCheck.version>
<dependencyCheck.version>8.4.2</dependencyCheck.version>
<dependencyCheck.skip>false</dependencyCheck.skip>
<dependencyCheck.threshold>7</dependencyCheck.threshold>
</properties>
Expand Down

0 comments on commit 7752c94

Please sign in to comment.