Fix 080b31c for updated protobuf dep and alpha ordering 080b31c updated Gitiles dependencies but got merged too early This change does the following: * Reports that diffutils moved from com.googlecode.java-diff-utils:diffutils to io.github.java-diff-utils:java-diff-utils * Updates protobuf from 3.25.5 to 4.33.2 * Alphabetizes the new common-io dependency Change-Id: I79c5ea1ee2081eba77cbfce9cd7762709666453e
diff --git a/WORKSPACE b/WORKSPACE index 050e19e..a3c81ee 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -50,6 +50,12 @@ ) maven_jar( + name = "commons-io", + artifact = "commons-io:commons-io:2.21.0", + sha1 = "52a6f68fe5afe335cde95461dd5c3412f04996f7", +) + +maven_jar( name = "commons-lang3", artifact = "org.apache.commons:commons-lang3:3.18.0", sha1 = "fb14946f0e39748a6571de0635acbe44e7885491", @@ -62,12 +68,6 @@ ) maven_jar( - name = "commons-io", - artifact = "commons-io:commons-io:2.21.0", - sha1 = "52a6f68fe5afe335cde95461dd5c3412f04996f7", -) - -maven_jar( name = "gson", artifact = "com.google.code.gson:gson:2.13.2", sha1 = "48b8230771e573b54ce6e867a9001e75977fe78e", @@ -190,8 +190,8 @@ maven_jar( name = "protobuf", - artifact = "com.google.protobuf:protobuf-java:3.25.5", - sha1 = "5ae5c9ec39930ae9b5a61b32b93288818ec05ec1", + artifact = "com.google.protobuf:protobuf-java:4.33.2", + sha1 = "c85bf5de1ad10453792675f6515401f7b8eb6860", ) maven_jar(