Skip to content

Commit 4fb5436

Browse files
JShell Java version to 23 (#63)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d79d6a1 commit 4fb5436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JShellWrapper/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test {
2222
}
2323

2424
jib {
25-
from.image = 'eclipse-temurin:22-alpine'
25+
from.image = 'eclipse-temurin:23-alpine'
2626
to {
2727
image = rootProject.ext.jShellWrapperImageName
2828
auth {

0 commit comments

Comments
 (0)