diff --git a/What's-New-in-Spring-Framework-5.x.md b/What's-New-in-Spring-Framework-5.x.md index 66d335b..84ebfad 100644 --- a/What's-New-in-Spring-Framework-5.x.md +++ b/What's-New-in-Spring-Framework-5.x.md @@ -64,7 +64,7 @@ _This document provides a summary of features and changes in Spring Framework [5 * New [`publishEvent()`](https://docs.spring.io/spring/docs/5.2.0.RC1/javadoc-api/org/springframework/test/context/TestContext.html#publishEvent-java.util.function.Function-) method for simplified `ApplicationEvent` publication. * `MockMvcResultMatchers.jsonPath()` now supports a target type. * [MockMvc Kotlin DSL](https://docs.spring.io/spring/docs/5.2.0.RC1/spring-framework-reference/languages.html#mockmvc-dsl) -* `ReflectionTestUtils` supports the invocation of `static` methods via new [`invokeMethod()`](https://docs.spring.io/spring/docs/5.2.0.RC1/javadoc-api/org/springframework/test/util/ReflectionTestUtils.html) variants. +* `ReflectionTestUtils` supports the invocation of `static` methods via new [`invokeMethod()`](https://docs.spring.io/spring/docs/5.2.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/test/util/ReflectionTestUtils.html#invokeMethod-java.lang.Class-java.lang.String-java.lang.Object...-) variants. ## What's New in Version 5.1