File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828
2929dependencies {
3030 api(" com.github.jknack:handlebars:4.3.1" )
31- api(" org.seleniumhq.selenium:selenium-java:4.18.1 " )
31+ api(" org.seleniumhq.selenium:selenium-java:4.20.0 " )
3232 implementation(" org.apache.commons:commons-compress:1.26.1" )
3333 implementation(" org.tukaani:xz:1.9" )
3434 implementation(" me.him188:kotlin-jvm-blocking-bridge-runtime:3.0.0-180.1" )
@@ -39,15 +39,15 @@ dependencies {
3939 testImplementation(" net.mamoe:mirai-logging-slf4j" )
4040 testImplementation(" net.mamoe:mirai-console-compiler-common" )
4141 //
42- implementation(platform(" org.slf4j:slf4j-parent:2.0.12 " ))
42+ implementation(platform(" org.slf4j:slf4j-parent:2.0.13 " ))
4343 testImplementation(" org.slf4j:slf4j-simple" )
44- testImplementation(" org.slf4j:jcl-over-slf4j:2.0.7 " )
45- testImplementation(" org.slf4j:jul-to-slf4j:2.0.7 " )
44+ testImplementation(" org.slf4j:jcl-over-slf4j" )
45+ testImplementation(" org.slf4j:jul-to-slf4j" )
4646 //
4747 implementation(platform(" org.asynchttpclient:async-http-client-bom:2.12.3" ))
4848 implementation(" org.asynchttpclient:async-http-client" )
4949 //
50- implementation(platform(" io.netty:netty-bom:4.1.107 .Final" ))
50+ implementation(platform(" io.netty:netty-bom:4.1.109 .Final" ))
5151}
5252
5353kotlin {
You can’t perform that action at this time.
0 commit comments