Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Bump org.owasp:dependency-check-gradle from 8.0.2 to 8.2.1 #1144

Open
wants to merge 1 commit into
base: dep/dependency_upgrade_staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ buildscript {
}

dependencies {
classpath "org.owasp:dependency-check-gradle:8.0.2"
classpath "org.owasp:dependency-check-gradle:8.2.1"
}
}

Expand Down