Skip to content

Commit bba5844

Browse files
lbwgitee-org
authored andcommitted
up springboot 3.2.2
Signed-off-by: lbw <[email protected]>
1 parent fd8d680 commit bba5844

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img src="https://img.shields.io/badge/Pig-3.7-success.svg" alt="Build Status">
33
<img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.0-blue.svg" alt="Coverage Status">
4-
<img src="https://img.shields.io/badge/Spring%20Boot-3.2.1-blue.svg" alt="Downloads">
4+
<img src="https://img.shields.io/badge/Spring%20Boot-3.2.2-blue.svg" alt="Downloads">
55
<img src="https://img.shields.io/badge/Vue-3.4-blue.svg" alt="Downloads">
66
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
77
</p>
@@ -42,7 +42,7 @@
4242

4343
| 依赖 | 版本 |
4444
|-----------------------------|------------|
45-
| Spring Boot | 3.2.1 |
45+
| Spring Boot | 3.2.2 |
4646
| Spring Cloud | 2023.0.0 |
4747
| Spring Cloud Alibaba | 2022.0.0.0 |
4848
| Spring Authorization Server | 1.2.1 |

pig-common/pig-common-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<pig.common.version>${project.version}</pig.common.version>
18-
<spring-boot.version>3.2.1</spring-boot.version>
18+
<spring-boot.version>3.2.2</spring-boot.version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<maven.compiler.source>17</maven.compiler.source>
2121
<maven.compiler.target>17</maven.compiler.target>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url>https://www.pig4cloud.com</url>
2828

2929
<properties>
30-
<spring-boot.version>3.2.1</spring-boot.version>
30+
<spring-boot.version>3.2.2</spring-boot.version>
3131
<spring-cloud.version>2023.0.0</spring-cloud.version>
3232
<spring-cloud-alibaba.version>2022.0.0.0</spring-cloud-alibaba.version>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)