Copilot commented on code in PR #7281:
URL: https://github.com/apache/texera/pull/7281#discussion_r3709722357


##########
amber/build.sbt:
##########
@@ -191,7 +191,7 @@ val hadoopDependencies = Seq(
 // Google Service related
 val googleServiceDependencies = Seq(
   "com.google.oauth-client" % "google-oauth-client-jetty" % "1.34.1" 
exclude("com.google.guava", "guava"),
-  "com.google.api-client" % "google-api-client" % "2.2.0" 
exclude("com.google.guava", "guava"),
+  "com.google.api-client" % "google-api-client" % "2.9.0" 
exclude("com.google.guava", "guava"),
   "com.sun.mail" % "javax.mail" % "1.6.2"

Review Comment:
   Updating the google-api-client version will cause the amber dist jar set to 
change, and CI verifies the unzipped dist against `amber/LICENSE-binary-java`. 
That file currently still lists 
`com.google.api-client.google-api-client-2.2.0.jar`, so the binary license 
drift check is expected to fail unless `amber/LICENSE-binary-java` (and 
potentially `amber/NOTICE-binary`) are regenerated/updated for 2.9.0.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to