|
21 | 21 |
|
22 | 22 | <groupId>io.geekidea</groupId> |
23 | 23 | <artifactId>spring-boot-plus</artifactId> |
24 | | - <version>1.3.0.RELEASE</version> |
| 24 | + <version>1.3.1.RELEASE</version> |
25 | 25 | <packaging>jar</packaging> |
26 | 26 |
|
27 | 27 | <name>spring-boot-plus</name> |
|
45 | 45 | <utf8>UTF-8</utf8> |
46 | 46 | <project.build.sourceEncoding>${utf8}</project.build.sourceEncoding> |
47 | 47 | <project.reporting.outputEncoding>${utf8}</project.reporting.outputEncoding> |
48 | | - <project-parent.version>${parent.version}</project-parent.version> |
49 | 48 | <java.version>1.8</java.version> |
50 | | - <spring-boot.version>2.1.0.RELEASE</spring-boot.version> |
| 49 | + <spring-boot.version>2.1.9.RELEASE</spring-boot.version> |
| 50 | + <spring-boot-admin.version>2.1.6</spring-boot-admin.version> |
51 | 51 | <mybatis-plus-boot-starter.version>3.2.0</mybatis-plus-boot-starter.version> |
52 | | - <fastjson.version>1.2.60</fastjson.version> |
53 | 52 | <swagger2.version>2.6.1</swagger2.version> |
54 | 53 | <commons-lang3.version>3.9</commons-lang3.version> |
55 | 54 | <commons-collections4.version>4.4</commons-collections4.version> |
| 55 | + <commons-io.version>2.6</commons-io.version> |
| 56 | + <commons-codec.version>1.13</commons-codec.version> |
| 57 | + <commons-net.version>3.6</commons-net.version> |
| 58 | + <commons-pool2.version>2.7.0</commons-pool2.version> |
| 59 | + <commons-text.version>1.8</commons-text.version> |
| 60 | + <fastjson.version>1.2.62</fastjson.version> |
56 | 61 | <velocity.version>1.7</velocity.version> |
57 | 62 | <mysql.version>5.1.47</mysql.version> |
58 | 63 | <druid.version>1.1.20</druid.version> |
59 | | - <commons-io.version>2.6</commons-io.version> |
60 | 64 | <reflections.version>0.9.11</reflections.version> |
61 | | - <commons-codec.version>1.13</commons-codec.version> |
62 | | - <commons-net.version>3.6</commons-net.version> |
63 | 65 | <jansi.version>1.18</jansi.version> |
64 | 66 | <lombok.version>1.18.8</lombok.version> |
65 | | - <commons-pool2.version>2.7.0</commons-pool2.version> |
66 | | - <spring-boot-admin.version>2.1.6</spring-boot-admin.version> |
67 | | - <hutool.version>4.6.4</hutool.version> |
| 67 | + <hutool.version>4.6.10</hutool.version> |
68 | 68 | <junit.version>4.12</junit.version> |
69 | 69 | <ini4j.version>0.5.4</ini4j.version> |
70 | 70 | <mapstruct.version>1.3.0.Final</mapstruct.version> |
|
301 | 301 | </dependency> |
302 | 302 | <!-- Shiro+JWT end --> |
303 | 303 |
|
| 304 | + <!-- XSS --> |
| 305 | + <dependency> |
| 306 | + <groupId>org.apache.commons</groupId> |
| 307 | + <artifactId>commons-text</artifactId> |
| 308 | + <version>${commons-text.version}</version> |
| 309 | + </dependency> |
| 310 | + |
| 311 | + |
304 | 312 | </dependencies> |
305 | 313 |
|
306 | 314 |
|
|
486 | 494 | <name>Spring Milestones</name> |
487 | 495 | <url>https://maven.aliyun.com/repository/spring</url> |
488 | 496 | </repository> |
| 497 | + <!-- 中央仓库 --> |
489 | 498 | <repository> |
490 | 499 | <id>central</id> |
491 | 500 | <name>maven-central</name> |
|
0 commit comments