This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 6941a5f342 Bump kubernetes-client in /zeppelin-plugins/launcher/k8s-standard (#4411) 6941a5f342 is described below commit 6941a5f3425909f909a65cf96c114e2cfcf947c7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jul 22 13:09:54 2022 +0900 Bump kubernetes-client in /zeppelin-plugins/launcher/k8s-standard (#4411) Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- zeppelin-plugins/launcher/k8s-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-plugins/launcher/k8s-standard/pom.xml b/zeppelin-plugins/launcher/k8s-standard/pom.xml index 7c13524dcb..81894cc824 100644 --- a/zeppelin-plugins/launcher/k8s-standard/pom.xml +++ b/zeppelin-plugins/launcher/k8s-standard/pom.xml @@ -35,7 +35,7 @@ <properties> <plugin.name>Launcher/K8sStandardInterpreterLauncher</plugin.name> - <kubernetes.client.version>5.3.1</kubernetes.client.version> + <kubernetes.client.version>5.3.2</kubernetes.client.version> <jinjava.version>2.5.4</jinjava.version> </properties>