Skip to content

Commit e9fd73e

Browse files
committed
Bump Java to 21
This is to satisfy a dependency requirement pending in a package update. PR 145 bumps Jena to version 6.0, and Jena's release page notes: > Jena6 requires Java 21, or a later version of Java. References: * #145 * https://jena.apache.org/download/ Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent cb50139 commit e9fd73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/setup-java@v4.2.2
8989
with:
9090
distribution: 'temurin'
91-
java-version: '18'
91+
java-version: '21'
9292
cache: 'maven'
9393

9494
# Build the project

0 commit comments

Comments
 (0)