From 4ec788a89b612dc429abf180a3e3212f6feb9b5f Mon Sep 17 00:00:00 2001 From: alexole01 Date: Fri, 10 Jan 2025 15:52:34 +0100 Subject: [PATCH 1/2] JIRA:GRIF-100 --- .sonar.settings | 2 +- pom.xml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.sonar.settings b/.sonar.settings index e43dee8..309740e 100644 --- a/.sonar.settings +++ b/.sonar.settings @@ -1,3 +1,3 @@ # Settings for sonar scan -gdc.java_version=openjdk-11 +gdc.java_version=openjdk-17 sonar.exclusions=**/target/site/**/* diff --git a/pom.xml b/pom.xml index 4a90b88..e89a26d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.gooddata gooddata-parent - 3.1.1-SNAPSHOT + 4.0.0-SNAPSHOT pom GoodData OSS Parent @@ -17,14 +17,14 @@ Helps GoodData open source Maven projects to be released into the public Central repository - 8 + 17 UTF-8 UTF-8 https://oss.sonatype.org/content/repositories/snapshots/ yyyy ${maven.build.timestamp} - 3.0.3 + 3.9.5 true @@ -95,7 +95,7 @@ - 11 + 17 ${minimal.required.maven.version} @@ -234,27 +234,27 @@ LICENSE.txt file in the root directory of this source tree. maven-clean-plugin - 3.2.0 + 3.4.0 maven-compiler-plugin - 3.10.1 + 3.12.1 maven-jar-plugin - 3.3.0 + 3.4.2 maven-assembly-plugin - 3.4.2 + 3.7.10 maven-dependency-plugin - 3.3.0 + 3.7.0 maven-install-plugin - 2.5.2 + 3.1.1 maven-site-plugin @@ -274,11 +274,11 @@ LICENSE.txt file in the root directory of this source tree. maven-source-plugin - 3.2.1 + 3.3.0 maven-failsafe-plugin - 2.22.2 + 3.2.1 @@ -294,7 +294,7 @@ LICENSE.txt file in the root directory of this source tree. maven-enforcer-plugin - 1.2 + 3.5.0 org.sonatype.plugins @@ -304,7 +304,7 @@ LICENSE.txt file in the root directory of this source tree. com.mycila license-maven-plugin - 3.0 + 4.3 From d59ef7d064c473ed857c8d5cf403206feb9d384f Mon Sep 17 00:00:00 2001 From: alexole01 Date: Fri, 7 Feb 2025 10:39:01 +0100 Subject: [PATCH 2/2] JIRA:GRIF-100 build ver --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe69ea6..69a3663 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Set up JDK 11 - uses: actions/setup-java@v4 + - uses: actions/checkout@v2 + - name: Set up JDK 17 + uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - uses: actions/cache@v4 with: