@@ -7,7 +7,7 @@ plugins {
7
7
id ' maven-publish'
8
8
id ' jacoco'
9
9
id ' signing'
10
- id ' org.owasp.dependencycheck' version ' 12.1.0 '
10
+ id ' org.owasp.dependencycheck' version ' 12.1.1 '
11
11
id ' com.gradleup.shadow' version ' 8.3.6'
12
12
}
13
13
38
38
}
39
39
40
40
dependencies {
41
- compileOnly ' org.projectlombok:lombok:1.18.36 '
42
- annotationProcessor ' org.projectlombok:lombok:1.18.36 '
41
+ compileOnly ' org.projectlombok:lombok:1.18.38 '
42
+ annotationProcessor ' org.projectlombok:lombok:1.18.38 '
43
43
44
44
if (project. hasProperty(" isCI" )) {
45
45
api " org.seleniumhq.selenium:selenium-api:${ seleniumVersion} "
@@ -65,8 +65,9 @@ dependencies {
65
65
}
66
66
}
67
67
}
68
- implementation ' com.google.code.gson:gson:2.12.1 '
68
+ implementation ' com.google.code.gson:gson:2.13.0 '
69
69
implementation " org.slf4j:slf4j-api:${ slf4jVersion} "
70
+ implementation ' org.jspecify:jspecify:1.0.0'
70
71
}
71
72
72
73
dependencyCheck {
@@ -195,7 +196,7 @@ testing {
195
196
configureEach {
196
197
useJUnitJupiter()
197
198
dependencies {
198
- implementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
199
+ implementation ' org.junit.jupiter:junit-jupiter:5.12.2 '
199
200
runtimeOnly ' org.junit.platform:junit-platform-launcher'
200
201
implementation ' org.hamcrest:hamcrest:3.0'
201
202
runtimeOnly " org.slf4j:slf4j-simple:${ slf4jVersion} "
@@ -213,7 +214,7 @@ testing {
213
214
test {
214
215
dependencies {
215
216
implementation " org.seleniumhq.selenium:selenium-chrome-driver:${ seleniumVersion} "
216
- implementation(' io.github.bonigarcia:webdrivermanager:5.9.3 ' ) {
217
+ implementation(' io.github.bonigarcia:webdrivermanager:6.0.1 ' ) {
217
218
exclude group : ' org.seleniumhq.selenium'
218
219
}
219
220
}
@@ -257,7 +258,7 @@ testing {
257
258
dependencies {
258
259
implementation project()
259
260
implementation(sourceSets. test. output)
260
- implementation(' io.github.bonigarcia:webdrivermanager:5.9.3 ' ) {
261
+ implementation(' io.github.bonigarcia:webdrivermanager:6.0.1 ' ) {
261
262
exclude group : ' org.seleniumhq.selenium'
262
263
}
263
264
}
0 commit comments