|
12 | 12 | <properties>
|
13 | 13 | <zfoo.version>4.1.0</zfoo.version>
|
14 | 14 | <!-- spring and spring boot -->
|
15 |
| - <spring.version>6.2.5</spring.version> |
16 |
| - <spring.boot.version>3.4.4</spring.boot.version> |
| 15 | + <spring.version>6.2.6</spring.version> |
| 16 | + <spring.boot.version>3.4.5</spring.boot.version> |
17 | 17 | <junit.version>4.13.2</junit.version>
|
18 | 18 | <!-- bytecode enhancement -->
|
19 | 19 | <javassist.version>3.30.2-GA</javassist.version>
|
20 |
| - <bytebuddy.version>1.17.4</bytebuddy.version> |
| 20 | + <bytebuddy.version>1.17.6</bytebuddy.version> |
21 | 21 | <!-- network framework -->
|
22 |
| - <netty.version>4.1.119.Final</netty.version> |
| 22 | + <netty.version>4.1.122.Final</netty.version> |
23 | 23 | <!-- zookeeper -->
|
24 | 24 | <curator.version>5.8.0</curator.version>
|
25 | 25 | <!-- hardware detection -->
|
26 |
| - <oshi.version>6.8.0</oshi.version> |
| 26 | + <oshi.version>6.8.2</oshi.version> |
27 | 27 | <!-- Office document parsing -->
|
28 |
| - <poi.version>5.4.0</poi.version> |
| 28 | + <poi.version>5.4.1</poi.version> |
29 | 29 | <csv.version>1.14.0</csv.version>
|
30 | 30 | <!-- maven core plugin -->
|
31 |
| - <native-maven-plugin.version>0.10.1</native-maven-plugin.version> |
| 31 | + <native-maven-plugin.version>0.10.6</native-maven-plugin.version> |
32 | 32 | <maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
|
33 | 33 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
|
34 | 34 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
|
|
0 commit comments