File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-webmvc/src/test/java/org/springframework/web/servlet/view/script Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
import org .springframework .web .testfixture .servlet .MockServletContext ;
36
36
37
37
import static org .assertj .core .api .Assertions .assertThat ;
38
- import static org .junit .jupiter .api .condition .JRE .JAVA_20 ;
38
+ import static org .junit .jupiter .api .condition .JRE .JAVA_21 ;
39
39
import static org .mockito .Mockito .mock ;
40
40
41
41
/**
44
44
* @author Sebastien Deleuze
45
45
* @author Sam Brannen
46
46
*/
47
- @ DisabledForJreRange (min = JAVA_20 , disabledReason = "Kotlin doesn't support Java 20 + yet" )
47
+ @ DisabledForJreRange (min = JAVA_21 , disabledReason = "Kotlin doesn't support Java 21 + yet" )
48
48
class KotlinScriptTemplateTests {
49
49
50
50
private WebApplicationContext webAppContext = mock ();
You can’t perform that action at this time.
0 commit comments