diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml
index 5c1acaeb..416c23d4 100644
--- a/.github/workflows/draft-release.yml
+++ b/.github/workflows/draft-release.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
- java-version: '11'
+ java-version: '17'
- name: Cache Maven packages
uses: actions/cache@v2
with:
@@ -54,4 +54,4 @@ jobs:
name: ${{ env.project }} ${{ env.tag }}
bodyFile: "temp_release_notes/release_file.md"
draft: true
- token: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+ token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/java-continuous-integration.yml b/.github/workflows/java-continuous-integration.yml
index 9d485073..ba156567 100644
--- a/.github/workflows/java-continuous-integration.yml
+++ b/.github/workflows/java-continuous-integration.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [ '11', '17' ]
+ java: [ '17' ]
name: Java ${{ matrix.Java }} CI
steps:
- name: Check out repository code
@@ -122,4 +122,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SonarCloud access token should be generated from https://sonarcloud.io/account/security/
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.token=$SONAR_TOKEN
\ No newline at end of file
+ run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.token=$SONAR_TOKEN
diff --git a/pom.xml b/pom.xml
index cc2dd8a9..d54018a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
fr.cnes.sonar
cnesreport
- 4.3.0
+ 4.3.1
sonar-plugin
SonarQube CNES Report
@@ -29,9 +29,9 @@
UTF-8
- 11
- 11
- 11
+ 17
+ 17
+ 17
5.9.2
0.8.11
9.8.0.203
@@ -216,7 +216,7 @@
org.mockito
mockito-core
- 5.1.1
+ 5.10.0
test
@@ -315,6 +315,9 @@
org.apache.maven.plugins
maven-surefire-plugin
3.0.0-M8
+
+ -Djava.security.manager=allow
+