@@ -7,7 +7,7 @@ plugins {
77 id ' maven-publish'
88 id ' jacoco'
99 id ' signing'
10- id ' org.owasp.dependencycheck' version ' 12.1.0 '
10+ id ' org.owasp.dependencycheck' version ' 12.1.1 '
1111 id ' com.gradleup.shadow' version ' 8.3.6'
1212}
1313
3838}
3939
4040dependencies {
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 '
4343
4444 if (project. hasProperty(" isCI" )) {
4545 api " org.seleniumhq.selenium:selenium-api:${ seleniumVersion} "
@@ -65,8 +65,9 @@ dependencies {
6565 }
6666 }
6767 }
68- implementation ' com.google.code.gson:gson:2.12.1 '
68+ implementation ' com.google.code.gson:gson:2.13.0 '
6969 implementation " org.slf4j:slf4j-api:${ slf4jVersion} "
70+ implementation ' org.jspecify:jspecify:1.0.0'
7071}
7172
7273dependencyCheck {
@@ -195,7 +196,7 @@ testing {
195196 configureEach {
196197 useJUnitJupiter()
197198 dependencies {
198- implementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
199+ implementation ' org.junit.jupiter:junit-jupiter:5.12.2 '
199200 runtimeOnly ' org.junit.platform:junit-platform-launcher'
200201 implementation ' org.hamcrest:hamcrest:3.0'
201202 runtimeOnly " org.slf4j:slf4j-simple:${ slf4jVersion} "
@@ -213,7 +214,7 @@ testing {
213214 test {
214215 dependencies {
215216 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 ' ) {
217218 exclude group : ' org.seleniumhq.selenium'
218219 }
219220 }
@@ -257,7 +258,7 @@ testing {
257258 dependencies {
258259 implementation project()
259260 implementation(sourceSets. test. output)
260- implementation(' io.github.bonigarcia:webdrivermanager:5.9.3 ' ) {
261+ implementation(' io.github.bonigarcia:webdrivermanager:6.0.1 ' ) {
261262 exclude group : ' org.seleniumhq.selenium'
262263 }
263264 }
0 commit comments