Removes boot 2.3 from CompatibilityVerifierProperties

See gh-896
This commit is contained in:
spencergibb
2021-02-01 12:38:03 -05:00
parent d18708fd5b
commit 5db02e2bee

View File

@@ -37,7 +37,7 @@ public class CompatibilityVerifierProperties {
* the patch version if you don't want to specify a concrete value. Example:
* {@code 3.4.x}
*/
private List<String> compatibleBootVersions = Arrays.asList("2.3.x", "2.4.x");
private List<String> compatibleBootVersions = Arrays.asList("2.4.x");
public boolean isEnabled() {
return this.enabled;