Skip to content

Commit

Permalink
Cleanup README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneuhaus committed Jul 5, 2024
1 parent 8c970b5 commit 75c3ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you have one, start your Docker container with `-e NVD_API_KEY=<Your API key
### Analysis Clients

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

Expand All @@ -40,8 +40,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.6'
classpath 'com.mysql:mysql-connector-j:8.2.0'
classpath 'org.owasp:dependency-check-gradle:10.0.1'
classpath 'com.mysql:mysql-connector-j:8.4.0'
}
}
Expand Down

0 comments on commit 75c3ab7

Please sign in to comment.