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


##########
amber/build.sbt:
##########
@@ -173,7 +173,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.oauth-client" % "google-oauth-client-jetty" % "1.39.0" 
exclude("com.google.guava", "guava"),

Review Comment:
   This dependency bump will change the bundled jar basename(s), but 
`amber/LICENSE-binary-java` still lists 
`com.google.oauth-client.google-oauth-client-jetty-1.34.1.jar` (and related 
oauth-client jars). CI runs `bin/licensing/check_binary_deps.py jar 
--license-binary amber/LICENSE-binary-java ...`, which fails on version drift 
for *direct* SBT dependencies, so this PR will likely fail the LICENSE drift 
check unless the LICENSE entry is updated to the resolved/bundled version(s).



-- 
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