From cdc923ec2ec07a61b834e445368ba70d45c87a1a Mon Sep 17 00:00:00 2001 From: alexole01 Date: Fri, 7 Feb 2025 11:27:41 +0100 Subject: [PATCH 1/2] JIRA:GRIF-100 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e89a26d..52e8d85 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ yyyy ${maven.build.timestamp} - 3.9.5 + 3.5.4 true From 2312935aee25ef06b966a71e129ee5478ac0012e Mon Sep 17 00:00:00 2001 From: alexole01 Date: Fri, 7 Feb 2025 11:41:15 +0100 Subject: [PATCH 2/2] JIRA:GRIF-100 ver --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69a3663..d9e0151 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'adopt'