diff --git a/src/site/markdown/dependency-check-gradle/configuration.md b/src/site/markdown/dependency-check-gradle/configuration.md index 22215f35595..3fb6a98994b 100644 --- a/src/site/markdown/dependency-check-gradle/configuration.md +++ b/src/site/markdown/dependency-check-gradle/configuration.md @@ -167,7 +167,7 @@ slack | enabled | Whether or not slack notifications are en slack | webhookUrl | The custom incoming webhook URL to receive notifications. |   hostedSuppressions | enabled | Whether the hosted suppressions file will be used. | true hostedSuppressions | forceupdate | Sets whether hosted suppressions file will update regardless of the `autoupdate` setting. | false -hostedSuppressions | url | The URL to the Retire JS repository. | https://jeremylong.github.io/DependencyCheck/suppressions/publishedSuppressions.xml +hostedSuppressions | url | The URL to a mirrored copy of the hosted suppressions file for internet-constrained environments. | https://jeremylong.github.io/DependencyCheck/suppressions/publishedSuppressions.xml hostedSuppressions | validForHours | The number of hours to wait before checking for new updates of the hosted suppressions file . | 2 #### Example