Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent c3ab8ea commit 67d779b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ maven_install(
artifacts = [
"com.google.protobuf:protobuf-java:3.15.6",
"com.google.protobuf:protobuf-java-util:3.15.6",
"org.projectlombok:lombok:1.18.22",
"org.projectlombok:lombok:1.18.36",
],
repositories = [
"https://repo1.maven.org/maven2",
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ lazy val minimizedSettings = List[Def.Setting[_]](
(publishLocal / skip) := true,
(run / fork) := true,
(Compile / unmanagedSourceDirectories) += minimizedSourceDirectory,
libraryDependencies ++= List("org.projectlombok" % "lombok" % "1.18.22"),
libraryDependencies ++= List("org.projectlombok" % "lombok" % "1.18.36"),
javacOptions +=
List(
s"-Xplugin:semanticdb",
Expand Down

0 comments on commit 67d779b

Please sign in to comment.