Skip to content

Commit 85210b3

Browse files
committed
bump jdk 21 library
1 parent 3d66988 commit 85210b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-library-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
java-version:
77
description: 'Java version'
88
required: false
9-
default: "17"
9+
default: "21"
1010
type: string
1111
java-distribution:
1212
description: 'Java distribution'

.github/workflows/maven-library-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
java-version:
77
description: 'Java version'
88
required: false
9-
default: "17"
9+
default: "21"
1010
type: string
1111
java-distribution:
1212
description: 'Java distribution'

0 commit comments

Comments
 (0)