Skip to content

Commit 459d86b

Browse files
committed
Update to 10.0.2
1 parent bd968ad commit 459d86b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ buildscript {
4040
mavenCentral()
4141
}
4242
dependencies {
43-
classpath 'org.owasp:dependency-check-gradle:10.0.1'
43+
classpath 'org.owasp:dependency-check-gradle:10.0.2'
4444
classpath 'com.mysql:mysql-connector-j:8.4.0'
4545
}
4646
}
@@ -73,7 +73,7 @@ Updates of the Database are triggered every 2 minutes. The initial update can ta
7373

7474
| Client | Server |
7575
|-------------------:|---------:|
76-
| `>= 6.3.0` | `10.0.1` |
76+
| `>= 6.3.0` | `10.0.2` |
7777
| `>= 6.3.0` | `9.0.8` |
7878
| `>= 6.3.0` | `8.0.0` |
7979
| `>= 6.3.0` | `7.4.4` |

overlays/dependencycheck/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
mavenCentral()
1919
}
2020
dependencies {
21-
classpath 'org.owasp:dependency-check-gradle:10.0.1'
21+
classpath 'org.owasp:dependency-check-gradle:10.0.2'
2222
classpath 'com.mysql:mysql-connector-j:8.4.0'
2323
}
2424
}

test/project_uptodate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.owasp:dependency-check-gradle:10.0.1'
6+
classpath 'org.owasp:dependency-check-gradle:10.0.2'
77
classpath 'com.mysql:mysql-connector-j:8.4.0'
88
}
99
}

0 commit comments

Comments
 (0)