Skip to content

Commit 9543903

Browse files
fix(deps): Pin dependencies
1 parent bc473c1 commit 9543903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
GITHUB_ACTOR: ${{ github.actor }}
3535
- name: Publish Test Report
36-
uses: mikepenz/action-junit-report@v6
36+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6
3737
if: success() || failure() # always run even if the previous step fails
3838
with:
3939
report_paths: "**/build/test-results/test/TEST-*.xml"

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
5252
testImplementation 'org.mockito:mockito-core:5.21.0'
53-
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
53+
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.4'
5555
testImplementation 'org.assertj:assertj-core:3.27.7'
5656
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)