From 6741269c0f42c44e871cf5ade02cae0dca2bbf6d Mon Sep 17 00:00:00 2001 From: zhouwei <zhouweiwansui@gmail.com> Date: 星期一, 15 七月 2019 10:14:18 +0800 Subject: [PATCH] 升级kotlin版本1.3.41 --- boot-parent/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot-parent/pom.xml b/boot-parent/pom.xml index 5e11058..54cb237 100644 --- a/boot-parent/pom.xml +++ b/boot-parent/pom.xml @@ -15,7 +15,7 @@ <properties> <java.version>1.8</java.version> - <kotlin.version>1.3.0</kotlin.version> + <kotlin.version>1.3.41</kotlin.version> </properties> <dependencies> @@ -71,7 +71,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> - <scope>provided</scope> + <!--<scope>provided</scope>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -122,7 +122,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>22.0</version> </dependency> <dependency> <groupId>redis.clients</groupId> -- Gitblit v1.8.0