Skip to content

Commit 9e6970d

Browse files
committed
2 parents 8fc931e + 1a90689 commit 9e6970d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repositories {
1313
dependencies {
1414
implementation 'org.aeonbits.owner:owner:1.0.12'
1515
implementation 'com.univocity:univocity-parsers:2.9.1'
16-
implementation 'com.microsoft.playwright:playwright:1.38.0'
17-
implementation 'org.apache.commons:commons-lang3:3.13.0'
16+
implementation 'com.microsoft.playwright:playwright:1.40.0'
17+
implementation 'org.apache.commons:commons-lang3:3.14.0'
1818
implementation 'org.slf4j:slf4j-api:2.0.9'
1919
implementation 'io.qameta.allure:allure-junit-platform:2.24.0'
2020
implementation 'com.github.automatedowl:allure-environment-writer:1.0.0'
@@ -24,7 +24,7 @@ dependencies {
2424
testCompileOnly 'org.projectlombok:lombok:1.18.30'
2525
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
2626

27-
testImplementation platform('org.junit:junit-bom:5.10.0')
27+
testImplementation platform('org.junit:junit-bom:5.10.1')
2828
testImplementation 'org.junit.jupiter:junit-jupiter'
2929
testImplementation 'io.github.artsok:rerunner-jupiter:2.1.6'
3030
testImplementation 'org.slf4j:slf4j-simple:2.0.9'

0 commit comments

Comments
 (0)