Skip to content

Commit

Permalink
Merge pull request #18 from bitkylin/dependabot/gradle/org.projectlom…
Browse files Browse the repository at this point in the history
…bok-lombok-1.18.30

Bump org.projectlombok:lombok from 1.18.28 to 1.18.30
  • Loading branch information
bitkylin authored Oct 15, 2023
2 parents 76322e2 + 664fc79 commit 534b989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ repositories {
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
// lombok
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")

testCompileOnly("org.projectlombok:lombok:1.18.28")
testAnnotationProcessor("org.projectlombok:lombok:1.18.28")
testCompileOnly("org.projectlombok:lombok:1.18.30")
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")

// implementation(libs.annotations)
}
Expand Down

0 comments on commit 534b989

Please sign in to comment.