@@ -9,10 +9,10 @@ project(":Lavalink-Server").projectDir = File("$rootDir/LavalinkServer")
99dependencyResolutionManagement {
1010 versionCatalogs {
1111 create(" libs" ) {
12- version(" kotlin" , " 2.0.20 " )
12+ version(" kotlin" , " 2.1.0 " )
1313 version(" koe" , " 79b236c" )
14- version(" yt-asm" , " 1.7.2 " )
15- version(" spring" , " 3.3.3 " )
14+ version(" yt-asm" , " 1.11.1 " )
15+ version(" spring" , " 3.4.0 " )
1616 version(" prometheus" , " 0.16.0" )
1717
1818 version(" gradleGit" , " 2.3.2" )
@@ -30,8 +30,8 @@ dependencyResolutionManagement {
3030 library(" koe-udpqueue" , " com.github.davidffa.koe" , " ext-udpqueue" ).versionRef(" koe" )
3131 library(" koe-core" , " com.github.davidffa.koe" , " core" ).versionRef(" koe" )
3232
33- library(" netty-epoll" , " io.netty" , " netty-transport-native-epoll" ).version(" 4.1.113 .Final" )
34- library(" netty-kqueue" , " io.netty" , " netty-transport-native-kqueue" ).version(" 4.1.113 .Final" )
33+ library(" netty-epoll" , " io.netty" , " netty-transport-native-epoll" ).version(" 4.1.115 .Final" )
34+ library(" netty-kqueue" , " io.netty" , " netty-transport-native-kqueue" ).version(" 4.1.115 .Final" )
3535
3636 library(" lavaplayer-main" , " com.github.davidffa" , " lavaplayer-fork" ).version(" afce079" )
3737 library(" lavaplayer-yt" , " dev.lavalink.youtube" , " common" ).versionRef(" yt-asm" )
@@ -40,7 +40,7 @@ dependencyResolutionManagement {
4040
4141 library(" lavadsp" , " com.github.davidffa" , " lavadsp-fork" ).version(" 0.7.9" )
4242
43- library(" spring-ws" , " org.springframework" , " spring-websocket" ).version(" 6.1.12 " )
43+ library(" spring-ws" , " org.springframework" , " spring-websocket" ).version(" 6.2.0 " )
4444 library(" spring-web" , " org.springframework.boot" , " spring-boot-starter-web" ).versionRef(" spring" )
4545 library(" spring-undertow" , " org.springframework.boot" , " spring-boot-starter-undertow" ).versionRef(" spring" )
4646
@@ -51,7 +51,7 @@ dependencyResolutionManagement {
5151 library(" prometheus-logback" , " io.prometheus" , " simpleclient_logback" ).versionRef(" prometheus" )
5252 library(" prometheus-servlet" , " io.prometheus" , " simpleclient_servlet" ).versionRef(" prometheus" )
5353
54- library(" oshi" , " com.github.oshi" , " oshi-core" ).version(" 6.6.3 " )
54+ library(" oshi" , " com.github.oshi" , " oshi-core" ).version(" 6.6.5 " )
5555
5656 library(" jsonorg" , " org.json" , " json" ).version(" 20240303" )
5757 library(" gson" , " com.google.code.gson" , " gson" ).version(" 2.11.0" )
0 commit comments