|
12 | 12 |
|
13 | 13 | <groupId>com.codingapi.springboot</groupId>
|
14 | 14 | <artifactId>springboot-parent</artifactId>
|
15 |
| - <version>2.8.11</version> |
| 15 | + <version>2.9.0</version> |
16 | 16 |
|
17 | 17 | <url>https://github.com/codingapi/springboot-framewrok</url>
|
18 | 18 | <name>springboot-parent</name>
|
|
31 | 31 | <nexus.staging.maven.plugin>1.6.13</nexus.staging.maven.plugin>
|
32 | 32 | <maven.gpg.plugin>3.1.0</maven.gpg.plugin>
|
33 | 33 | <codingapi.framework.version>${project.version}</codingapi.framework.version>
|
34 |
| - <fastjson.version>2.0.42</fastjson.version> |
35 |
| - <jsonwebtoken.jjwt.version>0.12.5</jsonwebtoken.jjwt.version> |
36 |
| - <commons-io.version>2.15.0</commons-io.version> |
| 34 | + <fastjson.version>2.0.53</fastjson.version> |
| 35 | + <jsonwebtoken.jjwt.version>0.12.6</jsonwebtoken.jjwt.version> |
| 36 | + <commons-io.version>2.17.0</commons-io.version> |
| 37 | + <commons-lang3.version>3.17.0</commons-lang3.version> |
37 | 38 | <commons-dbutils.version>1.8.1</commons-dbutils.version>
|
38 |
| - <commons-text.version>1.11.0</commons-text.version> |
| 39 | + <commons-text.version>1.12.0</commons-text.version> |
39 | 40 | <org.reflections.version>0.10.2</org.reflections.version>
|
40 | 41 | <perf4j.version>0.9.16</perf4j.version>
|
41 |
| - <bcprov-jdk18on.version>1.77</bcprov-jdk18on.version> |
| 42 | + <bcprov-jdk18on.version>1.79</bcprov-jdk18on.version> |
42 | 43 | <commons-crypto.version>1.2.0</commons-crypto.version>
|
43 | 44 | <snakeyaml.version>2.2</snakeyaml.version>
|
44 |
| - <apache-groovy.version>4.0.15</apache-groovy.version> |
45 |
| - <h2.version>2.2.224</h2.version> |
| 45 | + <apache-groovy.version>4.0.24</apache-groovy.version> |
| 46 | + <h2.version>2.3.232</h2.version> |
| 47 | + <esotericsoftware.kryo.version>5.6.2</esotericsoftware.kryo.version> |
46 | 48 | </properties>
|
47 | 49 |
|
48 | 50 | <dependencies>
|
|
75 | 77 | <dependencyManagement>
|
76 | 78 | <dependencies>
|
77 | 79 |
|
| 80 | + <dependency> |
| 81 | + <groupId>com.esotericsoftware</groupId> |
| 82 | + <artifactId>kryo</artifactId> |
| 83 | + <version>${esotericsoftware.kryo.version}</version> |
| 84 | + </dependency> |
| 85 | + |
78 | 86 | <dependency>
|
79 | 87 | <groupId>com.h2database</groupId>
|
80 | 88 | <artifactId>h2</artifactId>
|
|
99 | 107 | <version>${commons-crypto.version}</version>
|
100 | 108 | </dependency>
|
101 | 109 |
|
| 110 | + <dependency> |
| 111 | + <groupId>commons-io</groupId> |
| 112 | + <artifactId>commons-io</artifactId> |
| 113 | + <version>${commons-io.version}</version> |
| 114 | + </dependency> |
| 115 | + |
| 116 | + <dependency> |
| 117 | + <groupId>org.apache.commons</groupId> |
| 118 | + <artifactId>commons-lang3</artifactId> |
| 119 | + <version>${commons-lang3.version}</version> |
| 120 | + </dependency> |
| 121 | + |
102 | 122 | <dependency>
|
103 | 123 | <groupId>org.perf4j</groupId>
|
104 | 124 | <artifactId>perf4j</artifactId>
|
|
249 | 269 | </activation>
|
250 | 270 | <modules>
|
251 | 271 | <module>springboot-starter</module>
|
| 272 | + <module>springboot-starter-flow</module> |
252 | 273 | <module>springboot-starter-security</module>
|
253 | 274 | <module>springboot-starter-data-fast</module>
|
254 | 275 | </modules>
|
|
260 | 281 |
|
261 | 282 | <modules>
|
262 | 283 | <module>springboot-starter</module>
|
| 284 | + <module>springboot-starter-flow</module> |
263 | 285 | <module>springboot-starter-security</module>
|
264 | 286 | <module>springboot-starter-data-fast</module>
|
265 | 287 | </modules>
|
|
289 | 311 | <plugin>
|
290 | 312 | <groupId>org.openclover</groupId>
|
291 | 313 | <artifactId>clover-maven-plugin</artifactId>
|
292 |
| - <version>4.4.1</version> |
| 314 | + <version>4.5.2</version> |
293 | 315 | <configuration>
|
294 | 316 | <generateHtml>true</generateHtml>
|
295 | 317 | <generateXml>true</generateXml>
|
|
309 | 331 |
|
310 | 332 | <modules>
|
311 | 333 | <module>springboot-starter</module>
|
| 334 | + <module>springboot-starter-flow</module> |
312 | 335 | <module>springboot-starter-security</module>
|
313 | 336 | <module>springboot-starter-data-fast</module>
|
314 | 337 | </modules>
|
|
0 commit comments