diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e258454..25775ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_ACTOR: ${{ github.actor }} - name: Publish Test Report - uses: mikepenz/action-junit-report@v6 + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/build/test-results/test/TEST-*.xml" diff --git a/lib/build.gradle b/lib/build.gradle index 41c285b..92fbaf5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -50,7 +50,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3' testImplementation 'org.mockito:mockito-core:5.21.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.4' testImplementation 'org.assertj:assertj-core:3.27.7' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'