⬆️ Upgrading dependencies. springboot 2.7.11

This commit is contained in:
lbw 2023-04-21 13:18:14 +08:00
parent 9b6b3b52a3
commit 8ef8d414e2
2 changed files with 8 additions and 1 deletions

View File

@ -48,7 +48,7 @@
| 依赖 | 版本 |
| ---------------------- |------------|
| Spring Boot | 2.7.10 |
| Spring Boot | 2.7.11 |
| Spring Cloud | 2021.0.6 |
| Spring Cloud Alibaba | 2021.0.5.0 |
| Spring Authorization Server | 0.4.2 |

View File

@ -159,6 +159,13 @@
<enabled>true</enabled>
</layers>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.fabric8</groupId>