Skip to content

Commit

Permalink
update: selenium 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 11, 2022
1 parent c0cb91d commit e1f75ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("jvm") version "1.6.21"
kotlin("plugin.serialization") version "1.6.21"

id("net.mamoe.mirai-console") version "2.11.0"
id("net.mamoe.mirai-console") version "2.11.1"
id("net.mamoe.maven-central-publish") version "0.7.1"
}

Expand All @@ -25,13 +25,13 @@ repositories {
}

dependencies {
api("org.seleniumhq.selenium:selenium-java:4.1.4") {
api("org.seleniumhq.selenium:selenium-java:4.2.2") {
exclude("org.slf4j")
exclude("io.netty")
exclude("com.google.auto.service")
}
compileOnly("com.google.auto.service:auto-service:1.0.1")
compileOnly("net.mamoe:mirai-core-utils:2.11.0")
compileOnly("net.mamoe:mirai-core-utils:2.11.1")
compileOnly("me.him188:kotlin-jvm-blocking-bridge-runtime-jvm:2.0.0-162.1")

testImplementation(kotlin("test", "1.6.21"))
Expand Down

0 comments on commit e1f75ee

Please sign in to comment.