TSK-1980 Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M8

This commit is contained in:
arolfes 2023-01-22 11:09:22 +01:00 committed by Mustapha Zorgati
parent e789a62213
commit 925f5e51d2
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
./mvnw -B dependency:go-offline
./mvnw -B test -Dtest=GibtEsNet -DfailIfNoTests=false
./mvnw -B test -Dtest=GibtEsNet -Dsurefire.failIfNoSpecifiedTests=false
- name: Upload taskana artifacts
uses: actions/upload-artifact@v3
with:

View File

@ -52,7 +52,7 @@
<version.maven.source>3.2.1</version.maven.source>
<version.maven.javadoc>3.4.1</version.maven.javadoc>
<version.maven.resources>3.3.0</version.maven.resources>
<version.maven.surefire>3.0.0-M5</version.maven.surefire>
<version.maven.surefire>3.0.0-M8</version.maven.surefire>
<version.maven.asciidoctor>2.2.2</version.maven.asciidoctor>
<version.maven.clean>3.2.0</version.maven.clean>
<version.maven.dependency>3.5.0</version.maven.dependency>