Skip to content

Commit 0177441

Browse files
authored
Upgrade dependencies (#13)
Co-authored-by: Arnaud Jeansen <[email protected]>
1 parent 2c284e9 commit 0177441

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ java {
1818
dependencies {
1919
implementation 'org.aeonbits.owner:owner:1.0.12'
2020
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'
2525
implementation 'com.github.automatedowl:allure-environment-writer:1.0.0'
2626

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'
2929

30-
testImplementation platform('org.junit:junit-bom:5.9.1')
30+
testImplementation platform('org.junit:junit-bom:5.9.2')
3131
testImplementation 'org.junit.jupiter:junit-jupiter'
3232
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'
3434
}
3535

3636
test {

0 commit comments

Comments
 (0)