File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ java {
18
18
dependencies {
19
19
implementation ' org.aeonbits.owner:owner:1.0.12'
20
20
implementation ' com.univocity:univocity-parsers:2.9.1'
21
- implementation ' com.microsoft.playwright:playwright:1.33 .0'
22
- implementation ' org.apache.commons:commons-lang3:3.12 .0'
23
- implementation ' org.slf4j:slf4j-api:2.0.6 '
24
- implementation ' io.qameta.allure:allure-junit-platform:2.22 .0'
21
+ implementation ' com.microsoft.playwright:playwright:1.37 .0'
22
+ implementation ' org.apache.commons:commons-lang3:3.13 .0'
23
+ implementation ' org.slf4j:slf4j-api:2.0.9 '
24
+ implementation ' io.qameta.allure:allure-junit-platform:2.24 .0'
25
25
implementation ' com.github.automatedowl:allure-environment-writer:1.0.0'
26
26
27
- compileOnly ' org.projectlombok:lombok:1.18.26 '
28
- annotationProcessor ' org.projectlombok:lombok:1.18.26 '
27
+ compileOnly ' org.projectlombok:lombok:1.18.28 '
28
+ annotationProcessor ' org.projectlombok:lombok:1.18.28 '
29
29
30
- testImplementation platform(' org.junit:junit-bom:5.9.1 ' )
30
+ testImplementation platform(' org.junit:junit-bom:5.9.2 ' )
31
31
testImplementation ' org.junit.jupiter:junit-jupiter'
32
32
testImplementation ' io.github.artsok:rerunner-jupiter:2.1.6'
33
- testImplementation ' org.slf4j:slf4j-simple:2.0.6 '
33
+ testImplementation ' org.slf4j:slf4j-simple:2.0.9 '
34
34
}
35
35
36
36
test {
You can’t perform that action at this time.
0 commit comments