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(
51
51
artifacts = [
52
52
"com.google.protobuf:protobuf-java:3.15.6" ,
53
53
"com.google.protobuf:protobuf-java-util:3.15.6" ,
54
- "org.projectlombok:lombok:1.18.22 " ,
54
+ "org.projectlombok:lombok:1.18.38 " ,
55
55
],
56
56
repositories = [
57
57
"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[_]](
391
391
(publishLocal / skip) := true ,
392
392
(run / fork) := true ,
393
393
(Compile / unmanagedSourceDirectories) += minimizedSourceDirectory,
394
- libraryDependencies ++= List (" org.projectlombok" % " lombok" % " 1.18.22 " ),
394
+ libraryDependencies ++= List (" org.projectlombok" % " lombok" % " 1.18.38 " ),
395
395
javacOptions +=
396
396
List (
397
397
s " -Xplugin:semanticdb " ,
You can’t perform that action at this time.
0 commit comments