ci: spring boot version

This commit is contained in:
CaptainB 2024-08-26 14:20:33 +08:00 committed by 刘瑞斌
parent 84e7561988
commit bd4d0f02e9
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
<version>4.1.0</version>
<version>4.1.4</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.8</version>
<version>3.3.3</version>
<relativePath/>
</parent>