Skip to content

Commit 75c3ab7

Browse files
committed
Cleanup README.md
1 parent 8c970b5 commit 75c3ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you have one, start your Docker container with `-e NVD_API_KEY=<Your API key
2929
### Analysis Clients
3030

3131
All kinds of analysis clients are supported: Gradle, Maven, Ant, Jenkins, CLI. Apply the following changes to your build file:
32-
- add buildscript dependency for `com.mysql:mysql-connector-j:8.2.0`
32+
- add buildscript dependency for `com.mysql:mysql-connector-j`
3333
- disable database updates triggered by your project: `autoUpdate = false`
3434
- add database connection parameters: `data { ... }`
3535

@@ -40,8 +40,8 @@ buildscript {
4040
mavenCentral()
4141
}
4242
dependencies {
43-
classpath 'org.owasp:dependency-check-gradle:9.0.6'
44-
classpath 'com.mysql:mysql-connector-j:8.2.0'
43+
classpath 'org.owasp:dependency-check-gradle:10.0.1'
44+
classpath 'com.mysql:mysql-connector-j:8.4.0'
4545
}
4646
}
4747

0 commit comments

Comments
 (0)