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):
38
38
buildscript {
39
39
repositories {
40
40
mavenCentral()
41
+ gradlePluginPortal()
41
42
}
42
43
dependencies {
43
- classpath 'org.owasp:dependency-check-gradle:10.0.2 '
44
+ classpath 'org.owasp:dependency-check-gradle:12.1.0 '
44
45
classpath 'com.mysql:mysql-connector-j:8.4.0'
45
46
}
46
47
}
@@ -73,6 +74,7 @@ Updates of the Database are triggered every 2 minutes. The initial update can ta
73
74
74
75
| Client | Server |
75
76
| -------------------:| ---------:|
77
+ | ` >= 6.3.0 ` | ` 12.1.2 ` |
76
78
| ` >= 6.3.0 ` | ` 10.0.2 ` |
77
79
| ` >= 6.3.0 ` | ` 9.0.8 ` |
78
80
| ` >= 6.3.0 ` | ` 8.0.0 ` |
Original file line number Diff line number Diff line change 16
16
buildscript {
17
17
repositories {
18
18
mavenCentral()
19
+ gradlePluginPortal()
19
20
}
20
21
dependencies {
21
- classpath ' org.owasp:dependency-check-gradle:10.0.2 '
22
+ classpath ' org.owasp:dependency-check-gradle:12.1.0 '
22
23
classpath ' com.mysql:mysql-connector-j:8.4.0'
23
24
}
24
25
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
mavenCentral()
4
+ gradlePluginPortal()
4
5
}
5
6
dependencies {
6
- classpath ' org.owasp:dependency-check-gradle:10.0.2 '
7
+ classpath ' org.owasp:dependency-check-gradle:12.1.0 '
7
8
classpath ' com.mysql:mysql-connector-j:8.4.0'
8
9
}
9
10
}
You can’t perform that action at this time.
0 commit comments