Skip to content

Commit

Permalink
chore(deps): update org.projectlombok:lombok to v1.18.30 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 0837a21 commit bf7c25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
language.set(me.philippheuer.projectcfg.domain.ProjectLanguage.JAVA)
type.set(me.philippheuer.projectcfg.domain.ProjectType.LIBRARY)
javaVersion.set(JavaVersion.VERSION_1_8)
lombokVersion.set("1.18.26")
lombokVersion.set("1.18.30")
artifactGroupId.set("com.github.philippheuer.events4j")

pom = { pom ->
Expand Down

0 comments on commit bf7c25c

Please sign in to comment.