srowen commented on a change in pull request #26093: [SPARK-27812][K8S] Bump 
K8S client version to 4.6.0
URL: https://github.com/apache/spark/pull/26093#discussion_r334509021
 
 

 ##########
 File path: resource-managers/kubernetes/core/pom.xml
 ##########
 @@ -29,7 +29,7 @@
   <name>Spark Project Kubernetes</name>
   <properties>
     <sbt.project.name>kubernetes</sbt.project.name>
-    <kubernetes.client.version>4.4.2</kubernetes.client.version>
+    <kubernetes.client.version>4.6.0</kubernetes.client.version>
 
 Review comment:
   It may have been to make sure that another dependency on okhttp didn't win 
out and override to a lower version. It can just be updated here, or you can 
try removing it and examining the transitive dependencies afterwards. If it's 
already at 3.12.0, then it can likely be omitted.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to