Only keep Boot 3.2 upgrade without 3.1

This commit is contained in:
aboyko
2024-01-04 13:36:35 -05:00
parent 38ce603ec8
commit 0da07527d6
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2017, 2023 Pivotal, Inc.
* Copyright (c) 2017, 2024 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -55,7 +55,6 @@ public class PrefsInitializer extends AbstractPreferenceInitializer {
"org.openrewrite.java.testing.junit5.JUnit5BestPractices",
"org.openrewrite.java.testing.junit5.JUnit4to5Migration",
"org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2",
"org.rewrite.java.security.*",
"org.springframework.rewrite.test.*",