File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ dependencies {
54
54
compileOnly(" org.jsoup:jsoup:1.20.1" )
55
55
compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.21" )
56
56
57
- testImplementation(" org.junit.platform:junit-platform-commons:1.13.2 " )
57
+ testImplementation(" org.junit.platform:junit-platform-commons:1.13.4 " )
58
58
testImplementation(" org.junit.platform:junit-platform-engine:1.13.3" )
59
- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.2 " )
60
- testImplementation(" org.junit.platform:junit-platform-suite-engine:1.13.2 " )
59
+ testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " )
60
+ testImplementation(" org.junit.platform:junit-platform-suite-engine:1.13.4 " )
61
61
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.1" )
62
62
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.1" )
63
63
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments