diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index fa68a36..9b21eb7 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -28,6 +28,8 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: "maven version" + run: mvn --version - name: "Build, test & analyze" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any diff --git a/pom.xml b/pom.xml index 5c2cc7f..dd03e9d 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ UTF-8 11 11 + 11 javiercanillas_jackson-masker javiercanillas https://sonarcloud.io @@ -92,12 +93,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + [3.2.5,) org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + [3.2.5,) org.jacoco @@ -190,4 +191,4 @@ - \ No newline at end of file +