This repository was archived by the owner on Aug 10, 2024. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
65
65
testImplementation(" ch.qos.logback:logback-classic:1.4.5" )
66
66
67
67
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" )
70
70
testImplementation(" io.github.bonigarcia:selenium-jupiter:4.3.2" )
71
71
72
72
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
// Use their Maven coordinates (plus versions), not Gradle plugin IDs!
18
18
// This should be the only place that Gradle plugin versions are defined, so they are aligned across all build scripts
19
19
20
- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 " )
20
+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22 " )
21
21
implementation(" org.jetbrains.kotlin:kotlin-serialization" )
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments