File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ Example (Gradle):
3838buildscript {
3939 repositories {
4040 mavenCentral()
41+ gradlePluginPortal()
4142 }
4243 dependencies {
43- classpath 'org.owasp:dependency-check-gradle:10.0.2 '
44+ classpath 'org.owasp:dependency-check-gradle:12.1.0 '
4445 classpath 'com.mysql:mysql-connector-j:8.4.0'
4546 }
4647}
@@ -73,6 +74,7 @@ Updates of the Database are triggered every 2 minutes. The initial update can ta
7374
7475| Client | Server |
7576| -------------------:| ---------:|
77+ | ` >= 6.3.0 ` | ` 12.1.2 ` |
7678| ` >= 6.3.0 ` | ` 10.0.2 ` |
7779| ` >= 6.3.0 ` | ` 9.0.8 ` |
7880| ` >= 6.3.0 ` | ` 8.0.0 ` |
Original file line number Diff line number Diff line change 1616buildscript {
1717 repositories {
1818 mavenCentral()
19+ gradlePluginPortal()
1920 }
2021 dependencies {
21- classpath ' org.owasp:dependency-check-gradle:10.0.2 '
22+ classpath ' org.owasp:dependency-check-gradle:12.1.0 '
2223 classpath ' com.mysql:mysql-connector-j:8.4.0'
2324 }
2425}
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 mavenCentral()
4+ gradlePluginPortal()
45 }
56 dependencies {
6- classpath ' org.owasp:dependency-check-gradle:10.0.2 '
7+ classpath ' org.owasp:dependency-check-gradle:12.1.0 '
78 classpath ' com.mysql:mysql-connector-j:8.4.0'
89 }
910}
You can’t perform that action at this time.
0 commit comments