mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-31 08:14:18 +08:00
⬆️ Upgrading dependencies. springboot 2.7.11
This commit is contained in:
parent
9b6b3b52a3
commit
8ef8d414e2
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
| 依赖 | 版本 |
|
| 依赖 | 版本 |
|
||||||
| ---------------------- |------------|
|
| ---------------------- |------------|
|
||||||
| Spring Boot | 2.7.10 |
|
| Spring Boot | 2.7.11 |
|
||||||
| Spring Cloud | 2021.0.6 |
|
| Spring Cloud | 2021.0.6 |
|
||||||
| Spring Cloud Alibaba | 2021.0.5.0 |
|
| Spring Cloud Alibaba | 2021.0.5.0 |
|
||||||
| Spring Authorization Server | 0.4.2 |
|
| Spring Authorization Server | 0.4.2 |
|
||||||
|
7
pom.xml
7
pom.xml
@ -159,6 +159,13 @@
|
|||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</layers>
|
</layers>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>repackage</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.fabric8</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user