Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent b23f834 commit 9e30ff9
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.32")
lombokVersion.set("1.18.34")
artifactGroupId.set("com.github.philippheuer.events4j")

pom = { pom ->
Expand Down

0 comments on commit 9e30ff9

Please sign in to comment.