The Spring Boot team released Spring Boot 1.5.10 on January 31, 2018.
Maven:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
Copy the code
Gradle:
Dependencies {the compile (" org. Springframework. The boot: spring - the boot - starter - web: 1.5.10. RELEASE ")}Copy the code
Spring Boot 1.5.10 has been officially committed to the following repository.
repo.spring.io/release\
search.maven.org/
This release mainly fixes a major security vulnerability (CVE-2018-1196)!!
Details of the vulnerability, which threatens all systems using Spring Boot, will be announced shortly.
In addition, this release upgrades the dependent Spring Security package to the latest version (fixes vulnerability CVE-2017-8030).
Cve-2017-8030 Vulnerability Visible
Pivotal. IO/security/CV…
In addition to security bug fixes, Spring Boot 1.5.10 also fixes more than 55+ bugs, other improvements, and some dependency package version updates.
You can see the latest release on the Spring Boot website.
The projects. Spring. IO/spring – the boot…
Recommended reading
Resources: Ten stages of learning to become an architect!
Tutorials: The most powerful Spring Boot & Cloud tutorials ever
Tools: Recommended an online creation flow chart, mind mapping software
Scan and follow our wechat official account, reply “666” to get a set of Java concurrent programming HD video tutorial.