|
12 | 12 |
|
13 | 13 | <groupId>com.codingapi.springboot</groupId>
|
14 | 14 | <artifactId>springboot-parent</artifactId>
|
15 |
| - <version>2.7.3</version> |
| 15 | + <version>2.7.4</version> |
16 | 16 |
|
17 | 17 | <url>https://github.com/codingapi/springboot-framewrok</url>
|
18 | 18 | <name>springboot-parent</name>
|
|
27 | 27 | <maven.compile.target>8</maven.compile.target>
|
28 | 28 | <maven.source.plugin>3.0.1</maven.source.plugin>
|
29 | 29 | <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
30 |
| - <maven.javadoc.plugin>2.10.3</maven.javadoc.plugin> |
31 |
| - <nexus.staging.maven.plugin>1.6.3</nexus.staging.maven.plugin> |
32 |
| - <maven.gpg.plugin>1.6</maven.gpg.plugin> |
| 30 | + <maven.javadoc.plugin>3.6.1</maven.javadoc.plugin> |
| 31 | + <nexus.staging.maven.plugin>1.6.13</nexus.staging.maven.plugin> |
| 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.28</fastjson.version> |
35 |
| - <jsonwebtoken.jjwt.version>0.11.5</jsonwebtoken.jjwt.version> |
36 |
| - <commons-io.version>2.11.0</commons-io.version> |
37 |
| - <commons-dbutils.version>1.7</commons-dbutils.version> |
| 34 | + <fastjson.version>2.0.42</fastjson.version> |
| 35 | + <jsonwebtoken.jjwt.version>0.12.3</jsonwebtoken.jjwt.version> |
| 36 | + <commons-io.version>2.15.0</commons-io.version> |
| 37 | + <commons-dbutils.version>1.8.1</commons-dbutils.version> |
38 | 38 | <org.reflections.version>0.10.2</org.reflections.version>
|
39 | 39 | <perf4j.version>0.9.16</perf4j.version>
|
40 | 40 | <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
|
41 | 41 | <commons-crypto.version>1.2.0</commons-crypto.version>
|
| 42 | + <org.yaml.snakeyaml.version>2.2</org.yaml.snakeyaml.version> |
42 | 43 | </properties>
|
43 | 44 |
|
44 | 45 | <dependencies>
|
45 | 46 |
|
46 | 47 | <dependency>
|
47 | 48 | <groupId>org.springframework.boot</groupId>
|
48 | 49 | <artifactId>spring-boot-starter</artifactId>
|
| 50 | + <exclusions> |
| 51 | + <exclusion> |
| 52 | + <groupId>org.yaml</groupId> |
| 53 | + <artifactId>snakeyaml</artifactId> |
| 54 | + </exclusion> |
| 55 | + </exclusions> |
| 56 | + </dependency> |
| 57 | + |
| 58 | + <dependency> |
| 59 | + <groupId>org.yaml</groupId> |
| 60 | + <artifactId>snakeyaml</artifactId> |
49 | 61 | </dependency>
|
50 | 62 |
|
51 | 63 | <dependency>
|
|
155 | 167 | <version>${commons-dbutils.version}</version>
|
156 | 168 | </dependency>
|
157 | 169 |
|
| 170 | + <dependency> |
| 171 | + <groupId>org.yaml</groupId> |
| 172 | + <artifactId>snakeyaml</artifactId> |
| 173 | + <version>${org.yaml.snakeyaml.version}</version> |
| 174 | + </dependency> |
| 175 | + |
158 | 176 | </dependencies>
|
159 | 177 | </dependencyManagement>
|
160 | 178 |
|
|
0 commit comments