From 8c1e893657eb63f244acd15c9d7e5fbf4e1cec7b Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: Fri, 18 Sep 2020 16:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7springboot=E5=88=B02.1.17=20?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=AE=89=E5=85=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index caff0075..fb414282 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> + <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <shiro.version>1.6.0</shiro.version> <thymeleaf.extras.shiro.version>2.0.0</thymeleaf.extras.shiro.version> <mybatis.boot.version>1.3.2</mybatis.boot.version> @@ -40,7 +41,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.1.1.RELEASE</version> + <version>2.1.17.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency>