Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ef3195

Browse files
committedAug 19, 2024·
Use JRE.JAVA_23 now that it is available
See gh-41898
1 parent 0b6bd20 commit 2ef3195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot/src/test/java/org/springframework/boot/system/JavaVersionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void currentJavaVersionTwentyTwo() {
116116
}
117117

118118
@Test
119-
@EnabledOnJre(JRE.OTHER)
119+
@EnabledOnJre(JRE.JAVA_23)
120120
void currentJavaVersionTwentyThree() {
121121
assertThat(JavaVersion.getJavaVersion()).isEqualTo(JavaVersion.TWENTY_THREE);
122122
}

0 commit comments

Comments
 (0)
Please sign in to comment.