未验证 提交 17968b66 编写于 作者: K kezhenxu94 提交者: GitHub

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

上级 1377865f
......@@ -85,7 +85,7 @@ dependency:
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
......
......@@ -278,9 +278,9 @@ The text of each license is the standard Apache 2.0 license.
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 @@ The text of each license is the standard Apache 2.0 license.
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 @@ The text of each license is the standard Apache 2.0 license.
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 @@ The text of each license is also included in licenses/LICENSE-[project].txt.
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
......
......@@ -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
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册