Skip to content

Commit 74703b8

Browse files
chore(deps): Update junit (#452)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [mikepenz/action-junit-report](https://redirect.github.com/mikepenz/action-junit-report) ([changelog](https://redirect.github.com/mikepenz/action-junit-report/compare/bccf2e31636835cf0874589931c4116687171386..3a81627bfac62268172037048872e8ebd4207e6d)) | action | digest | `bccf2e3` → `3a81627` | | | | [org.junit.jupiter:junit-jupiter-api](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | minor | `6.0.3` → `6.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter-api/6.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter-api/6.0.3/6.1.0?slim=true) | | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | minor | `6.0.3` → `6.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter/6.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter/6.0.3/6.1.0?slim=true) | | [org.junit:junit-bom](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | minor | `6.0.3` → `6.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit:junit-bom/6.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit:junit-bom/6.0.3/6.1.0?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 82234ad commit 74703b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@bccf2e31636835cf0874589931c4116687171386 # v6
36+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ dependencies {
4646

4747
testImplementation 'io.grpc:grpc-testing:1.80.0'
4848
testImplementation 'io.grpc:grpc-inprocess:1.80.0'
49-
testImplementation platform('org.junit:junit-bom:6.0.3')
50-
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
51-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
49+
testImplementation platform('org.junit:junit-bom:6.1.0')
50+
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0'
51+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.0'
5252
testImplementation 'org.mockito:mockito-core:5.23.0'
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.5'

0 commit comments

Comments
 (0)