Bump up kubernetes java client to fix cve (#9498)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 2cbdf5a..952e236 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -85,7 +85,7 @@
       version: 9999.0-empty-to-avoid-conflict-with-guava
       license: Apache-2.0
     - name: io.swagger:swagger-annotations
-      version: 1.6.5
+      version: 1.6.6
       license: Apache-2.0
     - name: com.squareup.okio:okio
       version: 1.15.0,1.17.2
diff --git a/dist-material/release-docs/LICENSE b/dist-material/release-docs/LICENSE
index ec82357..382aab6 100755
--- a/dist-material/release-docs/LICENSE
+++ b/dist-material/release-docs/LICENSE
@@ -278,9 +278,9 @@
     https://mvnrepository.com/artifact/io.grpc/grpc-protobuf-lite/1.46.0 Apache-2.0
     https://mvnrepository.com/artifact/io.grpc/grpc-stub/1.46.0 Apache-2.0
     https://mvnrepository.com/artifact/io.gsonfire/gson-fire/1.8.5 Apache-2.0
-    https://mvnrepository.com/artifact/io.kubernetes/client-java/15.0.1 Apache-2.0
-    https://mvnrepository.com/artifact/io.kubernetes/client-java-api/15.0.1 Apache-2.0
-    https://mvnrepository.com/artifact/io.kubernetes/client-java-proto/15.0.1 Apache-2.0
+    https://mvnrepository.com/artifact/io.kubernetes/client-java/16.0.0 Apache-2.0
+    https://mvnrepository.com/artifact/io.kubernetes/client-java-api/16.0.0 Apache-2.0
+    https://mvnrepository.com/artifact/io.kubernetes/client-java-proto/16.0.0 Apache-2.0
     https://mvnrepository.com/artifact/io.micrometer/micrometer-core/1.8.5 Apache-2.0
     https://mvnrepository.com/artifact/io.micrometer/micrometer-core/1.8.4 Apache-2.0
     https://mvnrepository.com/artifact/io.netty/netty-buffer/4.1.72.Final Apache-2.0
@@ -333,7 +333,7 @@
     https://mvnrepository.com/artifact/io.prometheus/simpleclient_common/0.6.0 Apache-2.0
     https://mvnrepository.com/artifact/io.prometheus/simpleclient_hotspot/0.6.0 Apache-2.0
     https://mvnrepository.com/artifact/io.prometheus/simpleclient_httpserver/0.15.0 Apache-2.0
-    https://mvnrepository.com/artifact/io.swagger/swagger-annotations/1.6.5 Apache-2.0
+    https://mvnrepository.com/artifact/io.swagger/swagger-annotations/1.6.6 Apache-2.0
     https://mvnrepository.com/artifact/io.vavr/vavr/0.10.3 Apache-2.0
     https://mvnrepository.com/artifact/io.vavr/vavr-match/0.10.3 Apache-2.0
     https://mvnrepository.com/artifact/io.zipkin.zipkin2/zipkin/2.23.16 Apache-2.0
@@ -360,7 +360,7 @@
     https://mvnrepository.com/artifact/org.apache.yetus/audience-annotations/0.5.0 Apache-2.0
     https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.5.7 Apache-2.0
     https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper-jute/3.5.7 Apache-2.0
-    https://mvnrepository.com/artifact/org.bitbucket.b_c/jose4j/0.7.11 Apache-2.0
+    https://mvnrepository.com/artifact/org.bitbucket.b_c/jose4j/0.7.12 Apache-2.0
     https://mvnrepository.com/artifact/org.codehaus.groovy/groovy/3.0.8 Apache-2.0
     https://mvnrepository.com/artifact/org.freemarker/freemarker/2.3.31 Apache-2.0
     https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator/6.2.3.Final Apache-2.0
@@ -632,12 +632,11 @@
     https://npmjs.com/package/moment/v/2.24.0 2.24.0 MIT
     https://npmjs.com/package/monaco-editor/v/0.27.0 0.27.0 MIT
     https://npmjs.com/package/nanoid/v/3.3.4 3.3.4 MIT
-    https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.70 MIT
     https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on/1.68 MIT
-    https://mvnrepository.com/artifact/org.bouncycastle/bcprov-ext-jdk15on/1.70 MIT
-    https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.70 MIT
+    https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.71 MIT
     https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.68 MIT
-    https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15on/1.70 MIT
+    https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on/1.71 MIT
+    https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk18on/1.71 MIT
     https://mvnrepository.com/artifact/org.checkerframework/checker-qual/3.12.0 MIT
     https://mvnrepository.com/artifact/org.checkerframework/checker-qual/3.5.0 MIT
     https://mvnrepository.com/artifact/org.codehaus.mojo/animal-sniffer-annotations/1.19 MIT
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 0fcfcac..46d96f2 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -53,6 +53,7 @@
 * Fix query history process data failure.
 * Optimize TTL mechanism for Elasticsearch storage, skip executed indices in one TTL rotation.
 * Add Kubernetes support module to share codes between modules and reduce calls to Kubernetes API server.
+* Bump up Kubernetes Java client to fix cve.
 
 #### UI
 
diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml
index ae3b659..382bc1a 100644
--- a/oap-server-bom/pom.xml
+++ b/oap-server-bom/pom.xml
@@ -46,7 +46,7 @@
         <commons-codec.version>1.11</commons-codec.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <commons-io.version>2.7</commons-io.version>
-        <kubernetes.version>15.0.1</kubernetes.version>
+        <kubernetes.version>16.0.0</kubernetes.version>
         <hikaricp.version>3.1.0</hikaricp.version>
         <zipkin.version>2.23.16</zipkin.version>
         <jackson-core.version>2.13.2</jackson-core.version>