Skip to content

Commit 36b504f

Browse files
authored
Merge pull request #73 from valitydev/ft/bump-jdk-lib
bump jdk 21 library
2 parents 3d66988 + 85210b3 commit 36b504f

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)