Skip to content

Commit ded23f8

Browse files
committed
[SPARK-28921][K8S][FOLLOWUP] Also bump K8S client version in integration-tests
### What changes were proposed in this pull request? Per #25640 (comment) also bump K8S client version in integration-tests module. ### Why are the changes needed? Harmonize the version as intended. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Existing tests. Closes #25664 from srowen/SPARK-28921.2. Authored-by: Sean Owen <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent a7a3935 commit ded23f8

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/integration-tests

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<download-maven-plugin.version>1.3.0</download-maven-plugin.version>
3030
<exec-maven-plugin.version>1.4.0</exec-maven-plugin.version>
3131
<extraScalaTestArgs></extraScalaTestArgs>
32-
<kubernetes-client.version>4.1.2</kubernetes-client.version>
32+
<kubernetes-client.version>4.4.2</kubernetes-client.version>
3333
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
3434
<scalatest-maven-plugin.version>1.0</scalatest-maven-plugin.version>
3535
<sbt.project.name>kubernetes-integration-tests</sbt.project.name>

0 commit comments

Comments
 (0)