build(maven): 升级依赖版本
This commit is contained in:
parent
886d918739
commit
20f589999a
|
|
@ -18,7 +18,6 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.15.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
|||
8
pom.xml
8
pom.xml
|
|
@ -69,7 +69,7 @@
|
|||
<rsocket.version>1.1.4</rsocket.version>
|
||||
<micrometer.version>1.14.1</micrometer.version>
|
||||
<alibaba.cloud.version>2023.0.3.2</alibaba.cloud.version>
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<poi.version>5.4.1</poi.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
@ -503,6 +503,12 @@
|
|||
<version>1.15</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.20.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-bom</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue