Skip to content

Commit

Permalink
🔖 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Mar 28, 2024
1 parent 3d5e1e4 commit 52f0e9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://img.shields.io/badge/Pig-3.7-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.0-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.2.3-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-3.4-blue.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
</p>
Expand Down Expand Up @@ -42,10 +42,10 @@

| 依赖 | 版本 |
|-----------------------------|------------|
| Spring Boot | 3.2.3 |
| Spring Cloud | 2023.0.0 |
| Spring Boot | 3.2.4 |
| Spring Cloud | 2023.0.1 |
| Spring Cloud Alibaba | 2022.0.0.0 |
| Spring Authorization Server | 1.2.2 |
| Spring Authorization Server | 1.2.3 |
| Mybatis Plus | 3.5.5 |
| Vue | 3.4 |
| Element Plus | 2.5 |
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<!-- 项目版本号 -->
<revision>3.7.5</revision>
<revision>3.7.6</revision>
<spring-boot.version>3.2.4</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<properties>
<!-- 项目版本号 -->
<revision>3.7.5</revision>
<revision>3.7.6</revision>
<spring-boot.version>3.2.4</spring-boot.version>
<spring-cloud.version>2023.0.1</spring-cloud.version>
<spring-cloud-alibaba.version>2022.0.0.0</spring-cloud-alibaba.version>
Expand Down

0 comments on commit 52f0e9e

Please sign in to comment.