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')
}
转自 https://www.oschina.net/news/106020/spring-cloud-config-2-1-2-2-0-4-1-4-6-released