当前位置: > Linux新闻 >

Spring Cloud Config 2.1.2、2.0.4 和 1.4.6 发布,修复 CVE-2019-3799

时间:2019-04-18 12:54来源:linux.it.net.cn 作者:IT
Spring Cloud Config 发布了 2.1.2、2.0.4 和 1.4.6 版本,主要用于解决 CVE-2019-3799。

这些修复程序也将包含在相应 Spring Cloud 版本系列的下一版本中。

Maven:

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
Gradle:

dependencies {
compile('org.springframework.cloud:spring-cloud-config-server:2.1.2.RELEASE')
}
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容