Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): Bump dependency-check-maven from 6.4.1 to 6.5.0 (#738)
Browse files Browse the repository at this point in the history
* chore(deps): Bump dependency-check-maven from 6.4.1 to 6.5.0

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
- [Commits](jeremylong/DependencyCheck@v6.4.1...v6.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* docs: update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julia Pampus <[email protected]>
  • Loading branch information
dependabot[bot] and juliapampus authored Nov 9, 2021
1 parent d663152 commit 82e7e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Increase checkstyle version from 9.0.1 to 9.1.
- Increase postgresql version from 42.3.0 to 42.3.1.
- Increase pmd version from 6.39.0 to 6.40.0.
- Increase dependency-check-maven version from 6.4.1 to 6.5.0.

### Fixed
- Setting `spring.security.enabled=false` will disable BasicAuth and other security checks.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<dms.version>2.2.0</dms.version>
<taglist.version>2.4</taglist.version>
<jxr.version>3.1.1</jxr.version>
<dependency-check.version>6.4.1</dependency-check.version>
<dependency-check.version>6.5.0</dependency-check.version>

<!-- License -->
<license_name>Apache License, Version 2.0</license_name>
Expand Down

0 comments on commit 82e7e17

Please sign in to comment.