Skip to content

Commit a4d4cf9

Browse files
Merge pull request #24 from Jurrie/feature/Bump_dependencycheck_plugin_to_12.1.0
Bump dependencycheck plugin to 12.1.0
2 parents 459d86b + dec4cb4 commit a4d4cf9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ Example (Gradle):
3838
buildscript {
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` |

overlays/dependencycheck/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
buildscript {
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
}

test/project_uptodate/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
buildscript {
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
}

0 commit comments

Comments
 (0)