Skip to content

Commit

Permalink
chore(deps): update lombok to v1.18.26
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Apr 24, 2023
1 parent f68fdb0 commit 5cb452d
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.24")
lombokVersion.set("1.18.26")
artifactGroupId.set("com.github.philippheuer.events4j")

pom = { pom ->
Expand Down

0 comments on commit 5cb452d

Please sign in to comment.