升级各种组件版本,以符合安全要求
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.1.5.RELEASE</version>
|
||||
<version>2.5.15</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<java_source_version>1.8</java_source_version>
|
||||
<java_target_version>1.8</java_target_version>
|
||||
<spring.boot.version>2.1.5.RELEASE</spring.boot.version>
|
||||
<spring.boot.version>2.5.15</spring.boot.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<fastjson.version>1.2.9</fastjson.version>
|
||||
<slf4j.version>1.7.21</slf4j.version>
|
||||
@@ -28,17 +28,18 @@
|
||||
<aspectj.version>1.8.5</aspectj.version>
|
||||
<jackson.version>2.12.5</jackson.version>
|
||||
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
|
||||
<mybatis-plus.version>3.2.0</mybatis-plus.version>
|
||||
<mybatis-plus.version>3.3.1</mybatis-plus.version>
|
||||
<mybatis.version>3.5.6</mybatis.version>
|
||||
<oracle.driver.version>12.1.0.1</oracle.driver.version>
|
||||
<mysql.driver.version>8.0.13</mysql.driver.version>
|
||||
<mysql.driver.version>8.0.27</mysql.driver.version>
|
||||
<sqlserver.driver.version>6.1.0.jre7</sqlserver.driver.version>
|
||||
<commons-lang3.version>3.5</commons-lang3.version>
|
||||
<commons-io.version>2.5</commons-io.version>
|
||||
<commons-codec.version>1.10</commons-codec.version>
|
||||
<commons-configuration.version>1.10</commons-configuration.version>
|
||||
<!-- <elasticsearch.version>2.4.6</elasticsearch.version>-->
|
||||
<shiro.version>1.4.0-RC2</shiro.version>
|
||||
<tomcat.version>8.5.37</tomcat.version>
|
||||
<shiro.version>1.12.0</shiro.version>
|
||||
<!-- <tomcat.version>8.5.37</tomcat.version>-->
|
||||
<poi.version>3.16</poi.version>
|
||||
</properties>
|
||||
|
||||
@@ -51,29 +52,34 @@
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>adc</id>
|
||||
<url>http://60.247.58.121:8182/repository/public</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>snapshot</id>
|
||||
<url>http://60.247.58.121:8182/repository/snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
<checksumPolicy>warn</checksumPolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>nexus-aliyun</id>
|
||||
<name>Nexus aliyun</name>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
</repository>
|
||||
<!-- <repository>-->
|
||||
<!-- <id>adc</id>-->
|
||||
<!-- <url>http://60.247.58.121:8182/repository/public</url>-->
|
||||
<!-- <releases>-->
|
||||
<!-- <enabled>true</enabled>-->
|
||||
<!-- <updatePolicy>always</updatePolicy>-->
|
||||
<!-- </releases>-->
|
||||
<!-- <snapshots>-->
|
||||
<!-- <enabled>false</enabled>-->
|
||||
<!-- </snapshots>-->
|
||||
<!-- </repository>-->
|
||||
<!-- <repository>-->
|
||||
<!-- <id>snapshot</id>-->
|
||||
<!-- <url>http://60.247.58.121:8182/repository/snapshots/</url>-->
|
||||
<!-- <releases>-->
|
||||
<!-- <enabled>false</enabled>-->
|
||||
<!-- </releases>-->
|
||||
<!-- <snapshots>-->
|
||||
<!-- <enabled>true</enabled>-->
|
||||
<!-- <updatePolicy>always</updatePolicy>-->
|
||||
<!-- <checksumPolicy>warn</checksumPolicy>-->
|
||||
<!-- </snapshots>-->
|
||||
<!-- </repository>-->
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
@@ -189,7 +195,7 @@
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis</artifactId>
|
||||
<version>3.5.3</version>
|
||||
<version>3.5.6</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -205,12 +211,12 @@
|
||||
<artifactId>mssql-jdbc</artifactId>
|
||||
<version>${sqlserver.driver.version}</version>
|
||||
</dependency>
|
||||
<!-- 支持oracle 12c的驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc7</artifactId>
|
||||
<version>${oracle.driver.version}</version>
|
||||
</dependency>
|
||||
<!-- <!– 支持oracle 12c的驱动 –>-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.oracle</groupId>-->
|
||||
<!-- <artifactId>ojdbc7</artifactId>-->
|
||||
<!-- <version>${oracle.driver.version}</version>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- 支持MySQL的驱动 -->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
@@ -250,7 +256,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<version>1.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -355,17 +361,17 @@
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>javax.servlet</groupId>-->
|
||||
<!-- <artifactId>javax.servlet-api</artifactId>-->
|
||||
<!-- <version>3.1.0</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.5</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>javax.servlet</groupId>-->
|
||||
<!-- <artifactId>servlet-api</artifactId>-->
|
||||
<!-- <version>2.5</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
@@ -420,7 +426,7 @@
|
||||
<dependency>
|
||||
<groupId>com.adc</groupId>
|
||||
<artifactId>adc-da-swagger</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>2.3.3</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>javax.mail</groupId>
|
||||
@@ -526,7 +532,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
<version>2.1.5.RELEASE</version>
|
||||
<version>2.5.15</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user