|
@@ -9,9 +9,11 @@
|
|
|
|
|
|
<properties>
|
|
|
<!-- 云平台版本 -->
|
|
|
- <revision>v4.1.0-RELEASE</revision>
|
|
|
+ <revision>v4.1.1-RELEASE</revision>
|
|
|
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
|
|
|
<spring-cloud.version>Hoxton.SR12</spring-cloud.version>
|
|
|
+ <log4j2.version>2.17.1</log4j2.version>
|
|
|
+
|
|
|
<maven-compiler-version>3.8.1</maven-compiler-version>
|
|
|
<maven-surefire-version>2.22.2</maven-surefire-version>
|
|
|
<maven-flatten-version>1.2.7</maven-flatten-version>
|
|
@@ -139,12 +141,12 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
- <version>2.15.0</version>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
- <version>2.15.0</version>
|
|
|
+ <version>${log4j2.version}</version>
|
|
|
</dependency>
|
|
|
<!-- 常用Jars end -->
|
|
|
|
|
@@ -157,7 +159,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.76</version>
|
|
|
+ <version>1.2.78</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.json</groupId>
|
|
@@ -191,7 +193,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
- <version>2.0.8</version>
|
|
|
+ <version>2.0.9</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.swagger</groupId>
|
|
@@ -291,7 +293,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
- <version>1.13.1</version>
|
|
|
+ <version>1.14.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.itextpdf</groupId>
|
|
@@ -463,7 +465,7 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
- <!--<repositories>
|
|
|
+ <repositories>
|
|
|
<repository>
|
|
|
<id>nexus</id>
|
|
|
<name>nexus</name>
|
|
@@ -476,6 +478,6 @@
|
|
|
<name>nexus</name>
|
|
|
<url>http://192.168.10.201:8081/repository/maven-public/</url>
|
|
|
</pluginRepository>
|
|
|
- </pluginRepositories>-->
|
|
|
+ </pluginRepositories>
|
|
|
|
|
|
</project>
|