@@ -2,9 +2,9 @@ plugins {
22 kotlin(" jvm" ) version " 1.8.10"
33 kotlin(" plugin.serialization" ) version " 1.8.10"
44
5- id(" net.mamoe.mirai-console" ) version " 2.16.0-RC "
5+ id(" net.mamoe.mirai-console" ) version " 2.16.0"
66 id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
7- id(" me.him188.kotlin-jvm-blocking-bridge" ) version " 2.2 .0-180.1"
7+ id(" me.him188.kotlin-jvm-blocking-bridge" ) version " 3.0 .0-180.1"
88}
99
1010group = " xyz.cssxsh.mirai"
@@ -28,22 +28,22 @@ repositories {
2828
2929dependencies {
3030 api(" com.github.jknack:handlebars:4.3.1" )
31- api(" org.seleniumhq.selenium:selenium-java:4.10.0 " )
32- implementation(" org.apache.commons:commons-compress:1.23 .0" )
31+ api(" org.seleniumhq.selenium:selenium-java:4.16.1 " )
32+ implementation(" org.apache.commons:commons-compress:1.24 .0" )
3333 implementation(" org.tukaani:xz:1.9" )
3434 testImplementation(kotlin(" test" ))
3535 testImplementation(" org.icepear.echarts:echarts-java:1.0.7" )
3636 //
37- implementation(platform(" net.mamoe:mirai-bom:2.16.0-RC " ))
37+ implementation(platform(" net.mamoe:mirai-bom:2.16.0" ))
3838 testImplementation(" net.mamoe:mirai-logging-slf4j" )
3939 testImplementation(" net.mamoe:mirai-console-compiler-common" )
4040 //
41- implementation(platform(" org.slf4j:slf4j-parent:2.0.7 " ))
41+ implementation(platform(" org.slf4j:slf4j-parent:2.0.11 " ))
4242 testImplementation(" org.slf4j:slf4j-simple" )
4343 testImplementation(" org.slf4j:jcl-over-slf4j:2.0.7" )
4444 testImplementation(" org.slf4j:jul-to-slf4j:2.0.7" )
4545 //
46- implementation(platform(" io.netty:netty-bom:4.1.96 .Final" ))
46+ implementation(platform(" io.netty:netty-bom:4.1.107 .Final" ))
4747}
4848
4949kotlin {
0 commit comments