Skip to content

Commit cfdbc61

Browse files
committed
Merge branch 'dependencies' into development
# Conflicts: # build.gradle
2 parents ac3bd91 + f4c9eb8 commit cfdbc61

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'application'
44
id 'com.github.johnrengelman.shadow' version '7.0.0'
5-
id 'nu.studer.jooq' version '5.2.2'
5+
id 'nu.studer.jooq' version '6.0'
66
}
77

88
group 'de.kittybot'
@@ -17,12 +17,12 @@ repositories {
1717

1818
dependencies {
1919
// discord/jda related
20-
implementation('net.dv8tion:JDA:4.3.0_289') {
20+
implementation('net.dv8tion:JDA:4.3.0_298') {
2121
exclude group: 'club.minnced', module: 'opus-java'
2222
}
2323
implementation 'com.jagrosh:jda-utilities:3.0.5'
2424
implementation 'club.minnced:discord-webhooks:0.5.7'
25-
implementation 'dev.mlnr:BotListHandler-jda:2.0.0_7'
25+
implementation 'dev.mlnr:BotListHandler-jda:2.0.0_8'
2626

2727
// audio
2828
implementation('com.github.KittyBot-Org:Lavalink-Client:176ca86') {
@@ -32,10 +32,10 @@ dependencies {
3232
implementation 'se.michaelthelin.spotify:spotify-web-api-java:6.5.4'
3333

3434
// database
35-
implementation 'com.zaxxer:HikariCP:4.0.3'
36-
implementation 'org.jooq:jooq:3.14.12'
37-
implementation 'org.postgresql:postgresql:42.2.22'
38-
jooqGenerator 'org.postgresql:postgresql:42.2.22'
35+
implementation 'com.zaxxer:HikariCP:5.0.0'
36+
implementation 'org.jooq:jooq:3.15.1'
37+
implementation 'org.postgresql:postgresql:42.2.23'
38+
jooqGenerator 'org.postgresql:postgresql:42.2.23'
3939

4040
// logging
4141
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha5'
@@ -55,8 +55,8 @@ dependencies {
5555
implementation 'io.prometheus:simpleclient_httpserver:0.11.0'
5656

5757
// other
58-
implementation 'io.javalin:javalin:3.13.8'
59-
implementation 'io.github.classgraph:classgraph:4.8.109'
58+
implementation 'io.javalin:javalin:3.13.10'
59+
implementation 'io.github.classgraph:classgraph:4.8.110'
6060
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
6161
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
6262
}

0 commit comments

Comments
 (0)