Skip to content

Commit

Permalink
Updated transitve gson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jan 11, 2023
1 parent dce555e commit 7fcdef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ trait MillCoursierModule extends CoursierModule {
val forcedVersions: Seq[(String, String, String)] = Seq(
("org.apache.ant", "ant", "1.10.12"),
("commons-io", "commons-io", "2.11.0"),
("com.google.code.gson", "gson", "2.9.1"),
("com.google.code.gson", "gson", "2.10.1"),
("com.google.protobuf", "protobuf-java", "3.21.8"),
("com.google.guava", "guava", "31.1-jre")
)
Expand Down

0 comments on commit 7fcdef0

Please sign in to comment.