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