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.38 " ,
5555 ],
5656 repositories = [
5757 "https://repo1.maven.org/maven2" ,
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ lazy val minimizedSettings = List[Def.Setting[_]](
385385 (publishLocal / skip) := true ,
386386 (run / fork) := true ,
387387 (Compile / unmanagedSourceDirectories) += minimizedSourceDirectory,
388- libraryDependencies ++= List (" org.projectlombok" % " lombok" % " 1.18.22 " ),
388+ libraryDependencies ++= List (" org.projectlombok" % " lombok" % " 1.18.38 " ),
389389 javacOptions +=
390390 List (
391391 s " -Xplugin:semanticdb " ,
You can’t perform that action at this time.
0 commit comments