version upgrade of spring-boot-dependencies,spring-boot-maven-plugin

- Safety version for CVE-2019-3795
 - Match the new jetty ecj version because the version of ecj used by
tomcat and jetty is different.
This commit is contained in:
tesshucom
2019-04-13 02:21:57 +09:00
parent 10e90beb30
commit f54e72026f
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -547,7 +547,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.5.8.RELEASE</version>
<version>1.5.20.RELEASE</version>
<configuration>
<mainClass>org.airsonic.player.Application</mainClass>
<layout>WAR</layout>