Skip to content

Commit

Permalink
chore(deps): update dependency org.projectlombok:lombok to v1.18.36 (#…
Browse files Browse the repository at this point in the history
…232)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 19ef675 commit 6c37f6c
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.34")
lombokVersion.set("1.18.36")
artifactGroupId.set("com.github.philippheuer.events4j")

pom = { pom ->
Expand Down

0 comments on commit 6c37f6c

Please sign in to comment.