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

Commit

Permalink
Merge branch 'master' into dep/dependency_upgrade_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-sher committed Aug 10, 2022
2 parents d90ba61 + ffddb38 commit deae663
Show file tree
Hide file tree
Showing 6 changed files with 31,701 additions and 13,584 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildscript {
}

dependencies {
classpath "org.owasp:dependency-check-gradle:6.4.1.1"
classpath "org.owasp:dependency-check-gradle:7.1.1"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5"
}
}
Expand Down Expand Up @@ -229,6 +229,8 @@ configurations {

dependencies {
antJUnit 'org.apache.ant:ant-junit:1.10.12'
runtimeOnly 'org.apache.ant:ant-antlr:1.10.12'

}

// Compile all the test results into a single one.
Expand Down
3 changes: 2 additions & 1 deletion cerberus-dashboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ plugins {
}

node {
version = '14.16.0'
version = '16.15.0'
download = true
npmInstallCommand = "ci"
}

task buildDashboard(type: NpmTask, dependsOn: npmInstall) {
Expand Down
Loading

0 comments on commit deae663

Please sign in to comment.