diff --git a/docs/reference/setup/advanced-configuration.asciidoc b/docs/reference/setup/advanced-configuration.asciidoc index 0da939f172609..1dfe975752905 100644 --- a/docs/reference/setup/advanced-configuration.asciidoc +++ b/docs/reference/setup/advanced-configuration.asciidoc @@ -54,7 +54,7 @@ or a range of versions followed by a colon. + To apply a setting to a specific version and any later versions, omit the upper bound of the range. -For example, this setting applies to Java 8 and later: +For example, this setting applies to Java 17 and later: + [source,text] -------------------------------------