diff --git a/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java b/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java index c1fb4ef1d62..02e5d057f08 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java @@ -40,7 +40,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; * {@link Transactional @Transactional} in a JUnit Jupiter environment. * * @author Sam Brannen - * @since 5.1.2 + * @since 5.1.3 */ @SpringJUnitConfig(PopulatedSchemaDatabaseConfig.class) @Transactional