diff --git a/README.md b/README.md index 02340a0..3891538 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ pom.xml: | **Branches** | **Purpose** | **Latest Version** | |--------------|-------------------------------------------|--------------------| -| **0.2.x** | Compatible with Spring Boot 3.0.x - 3.5.x | 0.2.2 | -| **0.1.x** | Compatible with Spring Boot 2.0.x - 2.7.x | 0.1.2 | +| **0.2.x** | Compatible with Spring Boot 3.0.x - 3.5.x | 0.2.4 | +| **0.1.x** | Compatible with Spring Boot 2.0.x - 2.7.x | 0.1.4 | Then add the specific modules you need: diff --git a/microsphere-spring-boot-actuator/src/test/java/io/microsphere/spring/boot/actuate/autoconfigure/ActuatorEndpointsAutoConfigurationTest.java b/microsphere-spring-boot-actuator/src/test/java/io/microsphere/spring/boot/actuate/autoconfigure/ActuatorEndpointsAutoConfigurationTest.java index de99a64..29617e0 100644 --- a/microsphere-spring-boot-actuator/src/test/java/io/microsphere/spring/boot/actuate/autoconfigure/ActuatorEndpointsAutoConfigurationTest.java +++ b/microsphere-spring-boot-actuator/src/test/java/io/microsphere/spring/boot/actuate/autoconfigure/ActuatorEndpointsAutoConfigurationTest.java @@ -18,6 +18,7 @@ import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.springframework.boot.WebApplicationType.SERVLET; +import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT; /** * {@link ActuatorEndpointsAutoConfiguration} Test @@ -27,7 +28,7 @@ * @since 1.0.0 */ @SpringBootTest( - webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, + webEnvironment = RANDOM_PORT, classes = { ActuatorEndpointsAutoConfigurationTest.class, }, diff --git a/microsphere-spring-boot-parent/pom.xml b/microsphere-spring-boot-parent/pom.xml index e29ef89..bddbdb2 100644 --- a/microsphere-spring-boot-parent/pom.xml +++ b/microsphere-spring-boot-parent/pom.xml @@ -19,7 +19,7 @@ Microsphere Spring Boot Parent - 0.1.3 + 0.1.4 1.7.2 diff --git a/pom.xml b/pom.xml index 56e7528..96cc76a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.microsphere-projects microsphere-build - 0.2.1 + 0.2.2 4.0.0 @@ -51,7 +51,7 @@ - 0.1.3-SNAPSHOT + 0.1.4-SNAPSHOT