Skip to content

Commit b22df93

Browse files
Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 (#15)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.28...v1.18.30) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5afa0e9 commit b22df93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
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.28'
28-
annotationProcessor 'org.projectlombok:lombok:1.18.28'
27+
compileOnly 'org.projectlombok:lombok:1.18.30'
28+
annotationProcessor 'org.projectlombok:lombok:1.18.30'
2929

3030
testImplementation platform('org.junit:junit-bom:5.10.0')
3131
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)