@@ -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 ' 6.0'
5+ id ' nu.studer.jooq' version ' 6.0.1 '
66}
77
88group ' de.kittybot'
@@ -17,12 +17,12 @@ repositories {
1717
1818dependencies {
1919 // discord/jda related
20- implementation(' net.dv8tion:JDA:4.3.0_306 ' ) {
20+ implementation(' net.dv8tion:JDA:4.3.0_323 ' ) {
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.8'
25- implementation ' dev.mlnr:BotListHandler-jda:2.0.0_8 '
25+ implementation ' dev.mlnr:BotListHandler-jda:2.0.0_11 '
2626
2727 // audio
2828 implementation(' com.github.KittyBot-Org:Lavalink-Client:d48f1a6' ) {
@@ -33,36 +33,36 @@ dependencies {
3333
3434 // database
3535 implementation ' com.zaxxer:HikariCP:5.0.0'
36- implementation ' org.jooq:jooq:3.15.1 '
36+ implementation ' org.jooq:jooq:3.15.2 '
3737 implementation ' org.postgresql:postgresql:42.2.23'
3838 jooqGenerator ' org.postgresql:postgresql:42.2.23'
3939
4040 // logging
41- implementation ' ch.qos.logback:logback-classic:1.3.0-alpha6 '
42- implementation ' io.sentry:sentry-logback:5.0.1 '
41+ implementation ' ch.qos.logback:logback-classic:1.3.0-alpha10 '
42+ implementation ' io.sentry:sentry-logback:5.1.2 '
4343
4444 // eval
45- implementation ' org.codehaus.groovy:groovy-jsr223:3.0.8 '
45+ implementation ' org.codehaus.groovy:groovy-jsr223:3.0.9 '
4646
4747 // jjwt
4848 implementation ' io.jsonwebtoken:jjwt-api:0.11.2'
4949 implementation ' io.jsonwebtoken:jjwt-impl:0.11.2'
5050 implementation ' io.jsonwebtoken:jjwt-jackson:0.11.2'
5151
5252 // Prometheus
53- implementation ' io.prometheus:simpleclient:0.11 .0'
54- implementation ' io.prometheus:simpleclient_hotspot:0.11 .0'
55- implementation ' io.prometheus:simpleclient_httpserver:0.11 .0'
53+ implementation ' io.prometheus:simpleclient:0.12 .0'
54+ implementation ' io.prometheus:simpleclient_hotspot:0.12 .0'
55+ implementation ' io.prometheus:simpleclient_httpserver:0.12 .0'
5656
5757 // other
58- implementation ' io.javalin:javalin:3.13.10 '
59- implementation ' io.github.classgraph:classgraph:4.8.111 '
58+ implementation ' io.javalin:javalin:3.13.11 '
59+ implementation ' io.github.classgraph:classgraph:4.8.115 '
6060 implementation ' com.github.ben-manes.caffeine:caffeine:3.0.3'
6161 implementation ' com.squareup.okhttp3:okhttp:4.9.1'
6262}
6363
6464jooq {
65- version = ' 3.14.12 '
65+ version = ' 3.15.2 '
6666 configurations {
6767 main {
6868 generateSchemaSourceOnCompilation = false
0 commit comments