diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-03-26 16:18:44 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-03-26 16:18:44 -0700 |
| commit | 747043f2f2639abb8e680ff3e73ab256d479deba (patch) | |
| tree | 9001276173a88a2e706232c9cfbb579f27ed74ed /pom.xml | |
| parent | 1e6f91d238884839ab13c09030904511b98ef062 (diff) | |
Bump dependency versions and refactored using a playlist.txt file
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -40,13 +40,12 @@ <dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.15.3</version>
+ <version>1.15.4</version>
</dependency>
-
<dependency>
<groupId>com.github.walkyst</groupId>
<artifactId>lavaplayer-fork</artifactId>
- <version>1.3.98.4</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -56,12 +55,12 @@ <dependency>
<groupId>se.michaelthelin.spotify</groupId>
<artifactId>spotify-web-api-java</artifactId>
- <version>7.2.2</version>
+ <version>8.0.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
- <version>20150729</version>
+ <version>20230227</version>
</dependency>
</dependencies>
@@ -94,6 +93,14 @@ </execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>10</source>
+ <target>10</target>
+ </configuration>
+ </plugin>
</plugins>
<resources>
<resource>
|
