File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ dependencies {
80
80
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.18.0'
81
81
testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
82
82
testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.3'
83
- testImplementation group : ' org.jsoup' , name : ' jsoup' , version : ' 1.20 .1'
83
+ testImplementation group : ' org.jsoup' , name : ' jsoup' , version : ' 1.21 .1'
84
84
testImplementation group : ' com.squareup.okhttp3' , name : ' mockwebserver' , version : ' 4.12.0'
85
85
86
- testImplementation platform(' org.junit:junit-bom:5.13.0 ' )
86
+ testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
87
87
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
88
88
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
89
89
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
You can’t perform that action at this time.
0 commit comments