We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afa0e9 commit b22df93Copy full SHA for b22df93
build.gradle
@@ -24,8 +24,8 @@ dependencies {
24
implementation 'io.qameta.allure:allure-junit-platform:2.24.0'
25
implementation 'com.github.automatedowl:allure-environment-writer:1.0.0'
26
27
- compileOnly 'org.projectlombok:lombok:1.18.28'
28
- annotationProcessor 'org.projectlombok:lombok:1.18.28'
+ compileOnly 'org.projectlombok:lombok:1.18.30'
+ annotationProcessor 'org.projectlombok:lombok:1.18.30'
29
30
testImplementation platform('org.junit:junit-bom:5.10.0')
31
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments