Skip to content

Commit

Permalink
build: ⬆️ spring-boot upgrade from 3.1.2 to 3.1.3
Browse files Browse the repository at this point in the history
➕ 增加 spring-modulith 版本维护
  • Loading branch information
fxbin committed Aug 28, 2023
1 parent f285866 commit 3a7171f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bubble-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<properties>
<!-- Spring Boot And Spring Cloud Dependency Versions -->
<spring-boot.version>3.1.2</spring-boot.version>
<spring-boot.version>3.1.3</spring-boot.version>
<spring-modulith.version>1.0.0</spring-modulith.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<spring-cloud-alibaba.version>2022.0.0.0</spring-cloud-alibaba.version>
<spring-boot-admin.version>3.1.5</spring-boot-admin.version>
Expand Down Expand Up @@ -151,6 +152,16 @@
<scope>import</scope>
</dependency>

<!-- Spring Modulith POM -->
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>${spring-modulith.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>


<!-- Spring Cloud POM -->
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down

0 comments on commit 3a7171f

Please sign in to comment.