[AB-xxx] upgrading to JDA 6.2.0

changing how assignable role places change their buttons
This commit is contained in:
Sheldan
2025-12-28 19:17:58 +01:00
parent cf9e5f67f6
commit 4180a07243
24 changed files with 117 additions and 173 deletions

View File

@@ -55,7 +55,7 @@
<properties>
<maven.build.timestamp.format>yyyy/MM/dd HH:mm</maven.build.timestamp.format>
<jda.version>92f4c2d210</jda.version>
<jda.version>6.2.0</jda.version>
<asciidoctor.maven.plugin.version>2.2.6</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
<asciidoctorj.version>2.3.0</asciidoctorj.version>
@@ -75,9 +75,11 @@
<google-api-client.version>1.31.3</google-api-client.version>
<google-api-youtube.version>v3-rev222-1.25.0</google-api-youtube.version>
<everit-json-schema.version>1.12.2</everit-json-schema.version>
<twitch4j.version>1.15.0</twitch4j.version>
<twitch4j.version>1.25.0</twitch4j.version>
<!-- required by twitch4j -->
<jackson.version>2.15.2</jackson.version>
<!-- force upgrade to get compatible okio version, because twitch4j graphql ships old version (we dont use graphql) -->
<apollo-runtime.version>4.0.0</apollo-runtime.version>
<ehcache.version>3.10.8</ehcache.version>
<hibernate-jcache.version>6.2.5.Final</hibernate-jcache.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
@@ -154,7 +156,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.freya022</groupId>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>${jda.version}</version>
<exclusions>
@@ -186,6 +188,12 @@
<version>${twitch4j.version}</version>
</dependency>
<dependency>
<groupId>com.apollographql.apollo</groupId>
<artifactId>apollo-runtime</artifactId>
<version>${apollo-runtime.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>