Skip to content

Commit de8a022

Browse files
committed
moving to spring-boot 3.4.0-M3
1 parent 09d4b5d commit de8a022

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

demo-book-service/src/test/java/org/springdoc/demo/services/book/SwaggerUnitTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.springframework.beans.factory.annotation.Autowired;
2626
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
2727
import org.springframework.boot.test.context.SpringBootTest;
28-
import org.springframework.test.context.ActiveProfiles;
2928
import org.springframework.test.web.servlet.MockMvc;
3029
import org.springframework.test.web.servlet.MvcResult;
3130

demo-oauth2/oauth-resource-server-webmvc/src/main/java/org/springdoc/demo/resource/ResourceServerApp.java

-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
package org.springdoc.demo.resource;
22

3-
import io.swagger.v3.oas.models.Components;
4-
import io.swagger.v3.oas.models.OpenAPI;
5-
import io.swagger.v3.oas.models.info.Info;
6-
import io.swagger.v3.oas.models.info.License;
7-
8-
import org.springframework.beans.factory.annotation.Value;
93
import org.springframework.boot.SpringApplication;
104
import org.springframework.boot.autoconfigure.SpringBootApplication;
11-
import org.springframework.context.annotation.Bean;
125

136
@SpringBootApplication
147
public class ResourceServerApp {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.3.3</version>
16+
<version>3.4.0-M3</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919

0 commit comments

Comments
 (0)