aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2024-07-14 17:49:33 +0200
committerMarko Zajc <marko@zajc.eu.org>2024-07-14 18:05:13 +0200
commit863e5d19424a6b8f0d541019bb88c8550dbc0402 (patch)
tree53d12eb755a18bb827aad646b2f6af0e35b09487
parent741a200a8b1f35674a9556ee8b3e0eeb93730c35 (diff)
Bump version to 5.0.5-5v5.0.5-5
-rw-r--r--core-logging/pom.xml6
-rw-r--r--core/pom.xml2
-rw-r--r--module-administrative/pom.xml4
-rw-r--r--module-customization/pom.xml2
-rw-r--r--module-games/pom.xml2
-rw-r--r--module-informative/pom.xml2
-rw-r--r--module-libot/pom.xml2
-rw-r--r--module-moderation/pom.xml2
-rw-r--r--module-money/pom.xml2
-rw-r--r--module-music/pom.xml12
-rw-r--r--module-search/pom.xml2
-rw-r--r--module-utilities/pom.xml2
-rw-r--r--pom.xml10
-rw-r--r--runner/pom.xml2
14 files changed, 26 insertions, 26 deletions
diff --git a/core-logging/pom.xml b/core-logging/pom.xml
index 66cc352..f603de7 100644
--- a/core-logging/pom.xml
+++ b/core-logging/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>core-logging</artifactId> 10 <artifactId>core-logging</artifactId>
11 11
@@ -59,8 +59,8 @@
59 <repositories> 59 <repositories>
60 60
61 <repository> 61 <repository>
62 <id>jitpack</id> 62 <id>lavalink</id>
63 <url>https://jitpack.io</url> 63 <url>https://maven.lavalink.dev/releases</url>
64 </repository> 64 </repository>
65 65
66 </repositories> 66 </repositories>
diff --git a/core/pom.xml b/core/pom.xml
index 0191ccb..cb109ef 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>core</artifactId> 10 <artifactId>core</artifactId>
11 11
diff --git a/module-administrative/pom.xml b/module-administrative/pom.xml
index be81bde..f250ee5 100644
--- a/module-administrative/pom.xml
+++ b/module-administrative/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-administrative</artifactId> 10 <artifactId>module-administrative</artifactId>
11 11
@@ -48,7 +48,7 @@
48 <dependency> 48 <dependency>
49 <groupId>org.codehaus.groovy</groupId> 49 <groupId>org.codehaus.groovy</groupId>
50 <artifactId>groovy-jsr223</artifactId> 50 <artifactId>groovy-jsr223</artifactId>
51 <version>3.0.21</version> 51 <version>3.0.22</version>
52 </dependency> 52 </dependency>
53 53
54 <!-- ASCII Tables --> 54 <!-- ASCII Tables -->
diff --git a/module-customization/pom.xml b/module-customization/pom.xml
index 2a8006b..78d534a 100644
--- a/module-customization/pom.xml
+++ b/module-customization/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-customization</artifactId> 10 <artifactId>module-customization</artifactId>
11 11
diff --git a/module-games/pom.xml b/module-games/pom.xml
index f7b1b9b..b0d0c83 100644
--- a/module-games/pom.xml
+++ b/module-games/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-games</artifactId> 10 <artifactId>module-games</artifactId>
11 11
diff --git a/module-informative/pom.xml b/module-informative/pom.xml
index a51de3e..1d503a6 100644
--- a/module-informative/pom.xml
+++ b/module-informative/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-informative</artifactId> 10 <artifactId>module-informative</artifactId>
11 11
diff --git a/module-libot/pom.xml b/module-libot/pom.xml
index 70c57d8..8a2c722 100644
--- a/module-libot/pom.xml
+++ b/module-libot/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-libot</artifactId> 10 <artifactId>module-libot</artifactId>
11 11
diff --git a/module-moderation/pom.xml b/module-moderation/pom.xml
index 4c9b27c..b646dc5 100644
--- a/module-moderation/pom.xml
+++ b/module-moderation/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-moderation</artifactId> 10 <artifactId>module-moderation</artifactId>
11 11
diff --git a/module-money/pom.xml b/module-money/pom.xml
index ae16dc7..0197ce9 100644
--- a/module-money/pom.xml
+++ b/module-money/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-money</artifactId> 10 <artifactId>module-money</artifactId>
11 11
diff --git a/module-music/pom.xml b/module-music/pom.xml
index c73a47f..fb2072a 100644
--- a/module-music/pom.xml
+++ b/module-music/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-music</artifactId> 10 <artifactId>module-music</artifactId>
11 11
@@ -44,9 +44,9 @@
44 <artifactId>lavaplayer</artifactId> 44 <artifactId>lavaplayer</artifactId>
45 </dependency> 45 </dependency>
46 <dependency> 46 <dependency>
47 <groupId>com.github.lavalink-devs.youtube-source</groupId> 47 <groupId>dev.lavalink.youtube</groupId>
48 <artifactId>common</artifactId> 48 <artifactId>v2</artifactId>
49 <version>1.0.2</version> 49 <version>1.4.0</version>
50 </dependency> 50 </dependency>
51 51
52 <!-- Apache Commons --> 52 <!-- Apache Commons -->
@@ -85,8 +85,8 @@
85 85
86 <!-- Required for lavaplayer's dependencies --> 86 <!-- Required for lavaplayer's dependencies -->
87 <repository> 87 <repository>
88 <id>jitpack</id> 88 <id>lavalink</id>
89 <url>https://jitpack.io</url> 89 <url>https://maven.lavalink.dev/releases</url>
90 </repository> 90 </repository>
91 91
92 </repositories> 92 </repositories>
diff --git a/module-search/pom.xml b/module-search/pom.xml
index b3c9416..7bebf73 100644
--- a/module-search/pom.xml
+++ b/module-search/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-search</artifactId> 10 <artifactId>module-search</artifactId>
11 11
diff --git a/module-utilities/pom.xml b/module-utilities/pom.xml
index 967a5db..607c65e 100644
--- a/module-utilities/pom.xml
+++ b/module-utilities/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>module-utilities</artifactId> 10 <artifactId>module-utilities</artifactId>
11 11
diff --git a/pom.xml b/pom.xml
index 8a269b5..5665a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
5 5
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 <packaging>pom</packaging> 9 <packaging>pom</packaging>
10 10
11 <name>LiBot</name> 11 <name>LiBot</name>
@@ -292,7 +292,7 @@
292 <dependency> 292 <dependency>
293 <groupId>dev.arbjerg</groupId> 293 <groupId>dev.arbjerg</groupId>
294 <artifactId>lavaplayer</artifactId> 294 <artifactId>lavaplayer</artifactId>
295 <version>2.1.1</version> 295 <version>2.2.1</version>
296 </dependency> 296 </dependency>
297 297
298 <!-- HTTP Client --> 298 <!-- HTTP Client -->
@@ -326,7 +326,7 @@
326 <dependency> 326 <dependency>
327 <groupId>com.google.guava</groupId> 327 <groupId>com.google.guava</groupId>
328 <artifactId>guava</artifactId> 328 <artifactId>guava</artifactId>
329 <version>33.1.0-jre</version> 329 <version>33.2.1-jre</version>
330 <scope>provided</scope> 330 <scope>provided</scope>
331 </dependency> 331 </dependency>
332 332
@@ -342,7 +342,7 @@
342 <dependency> 342 <dependency>
343 <groupId>com.google.code.gson</groupId> 343 <groupId>com.google.code.gson</groupId>
344 <artifactId>gson</artifactId> 344 <artifactId>gson</artifactId>
345 <version>2.10.1</version> 345 <version>2.11.0</version>
346 <scope>provided</scope> 346 <scope>provided</scope>
347 </dependency> 347 </dependency>
348 348
@@ -414,7 +414,7 @@
414 <dependency> 414 <dependency>
415 <groupId>com.github.spotbugs</groupId> 415 <groupId>com.github.spotbugs</groupId>
416 <artifactId>spotbugs-annotations</artifactId> 416 <artifactId>spotbugs-annotations</artifactId>
417 <version>4.8.4</version> 417 <version>4.8.6</version>
418 <scope>provided</scope> 418 <scope>provided</scope>
419 </dependency> 419 </dependency>
420 420
diff --git a/runner/pom.xml b/runner/pom.xml
index 6a9297e..2f8d18f 100644
--- a/runner/pom.xml
+++ b/runner/pom.xml
@@ -5,7 +5,7 @@
5 <parent> 5 <parent>
6 <groupId>zajc.libot</groupId> 6 <groupId>zajc.libot</groupId>
7 <artifactId>libot</artifactId> 7 <artifactId>libot</artifactId>
8 <version>5.0.5-4</version> 8 <version>5.0.5-5</version>
9 </parent> 9 </parent>
10 <artifactId>runner</artifactId> 10 <artifactId>runner</artifactId>
11 11