From 8034ebd2273906d90d95cf550e4f4a670a20b8c6 Mon Sep 17 00:00:00 2001 From: Breno Farias da Silva Date: Sat, 30 Mar 2024 19:09:31 -0300 Subject: [PATCH 1/2] FIX: Updating the Java Version in the pom.xml file --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f12790b8..769b41b5 100644 --- a/pom.xml +++ b/pom.xml @@ -131,8 +131,8 @@ maven-compiler-plugin 3.9.0 - 11 - 11 + 17 + 17 From 110442628d8fa4c8367c746ab6f4caab30c15501 Mon Sep 17 00:00:00 2001 From: Breno Farias da Silva Date: Sat, 30 Mar 2024 19:58:35 -0300 Subject: [PATCH 2/2] FIX: Updating the Java Version in the pom.xml file --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d816aa1..6d9e738d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,10 @@ jobs: steps: - name: Checkout the repository uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache Maven packages uses: actions/cache@v2 with: