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

Commit 63a343a

Browse files
committed
Merge branch 'master' of github.com:kwebio/kweb-core
2 parents b7b0455 + 9af0088 commit 63a343a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies {
6565
testImplementation("ch.qos.logback:logback-classic:1.4.5")
6666

6767
testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0")
68-
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.6.0")
69-
testImplementation("org.seleniumhq.selenium:selenium-java:4.6.0")
68+
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.7.0")
69+
testImplementation("org.seleniumhq.selenium:selenium-java:4.7.0")
7070
testImplementation("io.github.bonigarcia:selenium-jupiter:4.3.2")
7171

7272
testImplementation("org.junit.jupiter:junit-jupiter-api")

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
// Use their Maven coordinates (plus versions), not Gradle plugin IDs!
1818
// This should be the only place that Gradle plugin versions are defined, so they are aligned across all build scripts
1919

20-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
20+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
2121
implementation("org.jetbrains.kotlin:kotlin-serialization")
2222
}
2323

0 commit comments

Comments
 (0)