diff --git a/README.md b/README.md index 1e8572a..ce48857 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Updates of the Database are triggered every 2 minutes. The initial update can ta | Client | Server | |-------------------:|--------:| -| `>= 8.0.0` | `9.0.6` | +| `>= 8.0.0` | `9.0.8` | | `>= 8.0.0` | `8.0.0` | | `7.4.4` | `7.4.4` | | `[6.3.0; 7.4.3]` | `6.5.3` | diff --git a/overlays/dependencycheck/build.gradle b/overlays/dependencycheck/build.gradle index d3c8415..047a732 100644 --- a/overlays/dependencycheck/build.gradle +++ b/overlays/dependencycheck/build.gradle @@ -18,7 +18,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.owasp:dependency-check-gradle:9.0.6' + classpath 'org.owasp:dependency-check-gradle:9.0.8' classpath 'com.mysql:mysql-connector-j:8.2.0' } }