1
0
Fork 0
mirror of https://github.com/airsonic/airsonic.git synced 2025-10-03 09:49:17 +02:00

Bump Spring Boot from 2.2.6.RELEASE to 2.2.7.RELEASE

This commit is contained in:
François-Xavier Thomas 2020-05-17 14:22:50 +02:00 committed by François-Xavier Thomas
parent f930a8e06b
commit 38f47ce87a
2 changed files with 2 additions and 2 deletions

View file

@ -604,7 +604,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.2.7.RELEASE</version>
<configuration>
<mainClass>org.airsonic.player.Application</mainClass>
<layout>WAR</layout>

View file

@ -86,7 +86,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.2.7.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>