Spring Security 4.2.5 已发布,这是一个 snapshot 版,此版本主要为 Spring Security WebFlux 提供了显著的性能改进。
未发现该版本具体的更新内容,可关注 commits log 了解更多。
Maven
<dependencies> <!-- ... other dependency elements ... --> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>4.2.5.BUILD-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>4.2.5.BUILD-SNAPSHOT</version> </dependency> </dependencies>
完整内容可查看 GitHub 发布主页。
下载地址: