File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
// Adventure
3
- compileOnly(" net.kyori:adventure-platform-bukkit:4.1.0 " )
3
+ compileOnly(" net.kyori:adventure-platform-bukkit:4.3.2 " )
4
4
5
5
// Other
6
6
compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
compileOnly(" org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT" )
10
10
compileOnly(" me.clip:placeholderapi:2.11.4" )
11
11
compileOnly(" net.kyori:adventure-text-minimessage:4.10.0" )
12
- compileOnly(" net.kyori:adventure-platform-bukkit:4.1.0 " )
12
+ compileOnly(" net.kyori:adventure-platform-bukkit:4.3.2 " )
13
13
compileOnly(" org.yaml:snakeyaml:1.33" )
14
14
compileOnly(" com.moandjiezana.toml:toml4j:0.7.2" )
15
15
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
implementation(" org.jetbrains.exposed:exposed-dao:0.37.3" )
15
15
implementation(" org.jetbrains.exposed:exposed-jdbc:0.37.3" )
16
16
implementation(" com.zaxxer:HikariCP:5.0.0" )
17
- implementation(" net.kyori:adventure-platform-bukkit:4.1.0 " )
17
+ implementation(" net.kyori:adventure-platform-bukkit:4.3.2 " )
18
18
implementation(" org.javassist:javassist:3.29.2-GA" )
19
19
implementation(" org.mongodb:mongodb-driver-sync:4.6.0" )
20
20
implementation(" org.litote.kmongo:kmongo-coroutine:4.10.0" )
You can’t perform that action at this time.
0 commit comments