后端微服务 SpringCloud 版本升级到 2.7.5
This commit is contained in:
		@@ -86,7 +86,7 @@
 | 
			
		||||
        <!--<dependency>-->
 | 
			
		||||
        <!--    <groupId>org.springframework.boot</groupId>-->
 | 
			
		||||
        <!--    <artifactId>spring-boot-devtools</artifactId>-->
 | 
			
		||||
        <!--    <version>2.7.4</version>-->
 | 
			
		||||
        <!--    <version>2.7.5</version>-->
 | 
			
		||||
        <!--</dependency>-->
 | 
			
		||||
 | 
			
		||||
    </dependencies>
 | 
			
		||||
 
 | 
			
		||||
@@ -63,13 +63,13 @@
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.springframework.boot</groupId>
 | 
			
		||||
                <artifactId>spring-boot-dependencies</artifactId>
 | 
			
		||||
                <version>2.7.4</version>
 | 
			
		||||
                <version>2.7.5</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <!-- Spring Boot Test -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.springframework.boot</groupId>
 | 
			
		||||
                <artifactId>spring-boot-test</artifactId>
 | 
			
		||||
                <version>2.7.4</version>
 | 
			
		||||
                <version>2.7.5</version>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <!-- Spring Boot Starter Web -->
 | 
			
		||||
            <dependency>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user