Skip to content

Commit 458a046

Browse files
Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#134)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.34...v1.18.36) --- 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 1a633c8 commit 458a046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repositories {
1717
}
1818

1919
dependencies {
20-
compileOnly("org.projectlombok:lombok:1.18.34")
21-
annotationProcessor("org.projectlombok:lombok:1.18.34")
20+
compileOnly("org.projectlombok:lombok:1.18.36")
21+
annotationProcessor("org.projectlombok:lombok:1.18.36")
2222
implementation("com.google.guava:guava:33.3.1-jre")
2323
implementation("org.apache.commons:commons-lang3:3.17.0")
2424

25-
testCompileOnly("org.projectlombok:lombok:1.18.34")
25+
testCompileOnly("org.projectlombok:lombok:1.18.36")
2626
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
2727
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
2828
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")

0 commit comments

Comments
 (0)