Merge pull request #1505 from airsonic/dependabot/maven/org.fourthline.cling-cling-support-2.1.2

Bump cling-support from 2.0.1 to 2.1.2
master
François-Xavier Thomas 4 years ago committed by GitHub
commit df668d8a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      airsonic-main/pom.xml

@ -344,19 +344,19 @@
<dependency>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-core</artifactId>
<version>2.0.1</version>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-support</artifactId>
<version>2.0.1</version>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.seamless</groupId>
<artifactId>seamless-util</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</dependency>
<dependency>

Loading…
Cancel
Save