aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d1b731b..47e04d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage