|
7 | 7 | <groupId>com.zfoo</groupId> |
8 | 8 | <artifactId>net</artifactId> |
9 | 9 | <packaging>jar</packaging> |
10 | | - <version>4.0.0</version> |
| 10 | + <version>4.1.0</version> |
11 | 11 |
|
12 | 12 | <properties> |
13 | | - <zfoo.version>4.0.0</zfoo.version> |
| 13 | + <zfoo.version>4.1.0</zfoo.version> |
14 | 14 | <!-- spring and spring boot --> |
15 | | - <spring.version>6.1.6</spring.version> |
16 | | - <spring.boot.version>3.2.5</spring.boot.version> |
| 15 | + <spring.version>6.2.5</spring.version> |
| 16 | + <spring.boot.version>3.4.4</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.14.14</bytebuddy.version> |
| 20 | + <bytebuddy.version>1.17.4</bytebuddy.version> |
21 | 21 | <!-- network framework --> |
22 | | - <netty.version>4.1.109.Final</netty.version> |
| 22 | + <netty.version>4.1.119.Final</netty.version> |
23 | 23 | <!-- zookeeper --> |
24 | | - <curator.version>5.6.0</curator.version> |
| 24 | + <curator.version>5.8.0</curator.version> |
25 | 25 | <!-- hardware detection --> |
26 | | - <oshi.version>6.6.0</oshi.version> |
| 26 | + <oshi.version>6.8.0</oshi.version> |
27 | 27 | <!-- Office document parsing --> |
28 | | - <poi.version>5.2.3</poi.version> |
29 | | - <csv.version>1.10.0</csv.version> |
| 28 | + <poi.version>5.4.0</poi.version> |
| 29 | + <csv.version>1.14.0</csv.version> |
30 | 30 | <!-- maven core plugin --> |
31 | 31 | <native-maven-plugin.version>0.10.1</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 | | - <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version> |
35 | | - <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> |
36 | | - <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
37 | | - <maven-shade-plugin.version>3.5.0</maven-shade-plugin.version> |
38 | | - <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
| 34 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 35 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
| 36 | + <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> |
| 37 | + <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
| 38 | + <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
39 | 39 | <!-- deploy maven repository --> |
40 | 40 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
41 | 41 | <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
|
116 | 116 | <artifactId>slf4j-api</artifactId> |
117 | 117 | <groupId>org.slf4j</groupId> |
118 | 118 | </exclusion> |
| 119 | + <exclusion> |
| 120 | + <artifactId>logback-core</artifactId> |
| 121 | + <groupId>ch.qos.logback</groupId> |
| 122 | + </exclusion> |
119 | 123 | </exclusions> |
120 | 124 | </dependency> |
121 | 125 |
|
|
0 commit comments