From b157371c339982a9d29c5f02aba3529d48f889db Mon Sep 17 00:00:00 2001 From: ashkjones Date: Mon, 29 Jul 2024 12:36:46 -0700 Subject: [PATCH] update java version --- .github/workflows/maven.yml | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3e5f8a0..282279e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,10 +21,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: maven - name: Build with Maven diff --git a/pom.xml b/pom.xml index 5305e0e..bbbaf03 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ UTF-8 - 19 - 19 + 21 + 21 @@ -36,13 +36,13 @@ commons-io commons-io - 2.6 + 2.11.0 org.json json - 20190722 + 20240303