Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:kwebio/kweb-core
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 3, 2022
2 parents b7b0455 + 9af0088 commit 63a343a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:1.4.5")

testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0")
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.6.0")
testImplementation("org.seleniumhq.selenium:selenium-java:4.6.0")
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.7.0")
testImplementation("org.seleniumhq.selenium:selenium-java:4.7.0")
testImplementation("io.github.bonigarcia:selenium-jupiter:4.3.2")

testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
// Use their Maven coordinates (plus versions), not Gradle plugin IDs!
// This should be the only place that Gradle plugin versions are defined, so they are aligned across all build scripts

implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
implementation("org.jetbrains.kotlin:kotlin-serialization")
}

Expand Down

0 comments on commit 63a343a

Please sign in to comment.