From 41dd7a21024ebc5570922108a10231af9db0fc93 Mon Sep 17 00:00:00 2001 From: Enrico Vianello Date: Wed, 25 Oct 2023 01:43:48 +0200 Subject: [PATCH 1/4] Upgrade spring boot starter parent to 2.7.17 and bc to 1.76 --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index cd0280bf..68075273 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.10 + 2.7.17 @@ -32,7 +32,7 @@ 11 - 2.7.10 + 2.7.17 italiangrid_storm-webdav @@ -57,7 +57,7 @@ 2.3.3.RELEASE 6.0.2 5.5.1 - 1.72 + 1.76 org.italiangrid.storm.webdav.WebdavService @@ -101,7 +101,6 @@ src/assembly/tarball.xml - storm-webdav From f2ee8d8c942ebf972cdf23c7e579a925a0b1f3c1 Mon Sep 17 00:00:00 2001 From: Enrico Vianello Date: Tue, 7 Nov 2023 14:40:20 +0100 Subject: [PATCH 2/4] Build with JDK 17 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68075273..4bae6113 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 1.9.0 0.8.8 - 11 + 17 2.7.17 From 555ea1db1e0cd269a005efbada22f1e96ea80a9c Mon Sep 17 00:00:00 2001 From: Enrico Vianello Date: Tue, 7 Nov 2023 14:44:48 +0100 Subject: [PATCH 3/4] Upgrade Java version on Github workflows --- .github/workflows/maven.yml | 4 ++-- .github/workflows/sonar.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e9ecf12d..63dbf247 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,10 +27,10 @@ jobs: steps: - 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: diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 23af7abd..303dc77f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache SonarCloud packages uses: actions/cache@v1 with: @@ -33,4 +33,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -s maven/cnaf-mirror-settings.xml -B -U install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=italiangrid_storm-webdav \ No newline at end of file + run: mvn -s maven/cnaf-mirror-settings.xml -B -U install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=italiangrid_storm-webdav From a30bcadbf65b2760b2365feb0d45c730d028bf79 Mon Sep 17 00:00:00 2001 From: Enrico Vianello Date: Tue, 7 Nov 2023 14:51:24 +0100 Subject: [PATCH 4/4] Upgrade Guava dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bae6113..2f0ae4e9 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 4.2.2 4.2.1 - 31.1-jre + 32.1.3-jre 1.0.5.1