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
diff --git a/pom.xml b/pom.xml
index cd0280bf..2f0ae4e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.7.10
+ 2.7.17
@@ -29,10 +29,10 @@
1.9.0
0.8.8
- 11
+ 17
- 2.7.10
+ 2.7.17
italiangrid_storm-webdav
@@ -50,14 +50,14 @@
4.2.2
4.2.1
- 31.1-jre
+ 32.1.3-jre
1.0.5.1
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