File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ maven_install(
5151 artifacts = [
5252 "com.google.protobuf:protobuf-java:3.15.6" ,
5353 "com.google.protobuf:protobuf-java-util:3.15.6" ,
54- "org.projectlombok:lombok:1.18.22 " ,
54+ "org.projectlombok:lombok:1.18.40 " ,
5555 ],
5656 repositories = [
5757 "https://repo1.maven.org/maven2" ,
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ lazy val minimizedSettings = List[Def.Setting[_]](
391391 (publishLocal / skip) := true ,
392392 (run / fork) := true ,
393393 (Compile / unmanagedSourceDirectories) += minimizedSourceDirectory,
394- libraryDependencies ++= List (" org.projectlombok" % " lombok" % " 1.18.22 " ),
394+ libraryDependencies ++= List (" org.projectlombok" % " lombok" % " 1.18.40 " ),
395395 javacOptions +=
396396 List (
397397 s " -Xplugin:semanticdb " ,
You can’t perform that action at this time.
0 commit comments