mirror of
https://github.com/airsonic/airsonic.git
synced 2025-10-03 17:59:25 +02:00
Bump Spring Boot from 2.2.6.RELEASE to 2.2.7.RELEASE
This commit is contained in:
parent
f930a8e06b
commit
38f47ce87a
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue