Spring Framework 4.3.17 and 5.0.6 released, bug fixes and improvements

  

Spring Framework 4.3.17 and 5.0.6 are released, updates are available from  repo.spring.io  and  Maven Central  .

Officially, Spring Framework 4.3.17 contains 15 fixes and a series of improvements , while Spring Framework 5.0.6 contains more than 40 fixes and improvements .

These maintenance releases will be used for the upcoming Spring Boot 1.5.13 and 2.0.2 releases later this week.

Maven

4.3.17

<dependencies>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>4.3.17.RELEASE</version>
    </dependency>
</dependencies>

5.0.6

<dependencies>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>5.0.6.RELEASE</version>
    </dependency>
</dependencies>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325986208&siteId=291194637