Skip to content

Commit b9f9852

Browse files
committed
update: selenium-java 4.20.0
1 parent da95390 commit b9f9852

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828

2929
dependencies {
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

5353
kotlin {

0 commit comments

Comments
 (0)