Skip to content

Commit 9e9cc74

Browse files
authored
fix(deps): Update junit to v6.0.3 (#420)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.junit.jupiter:junit-jupiter-api](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | patch | `6.0.2` -> `6.0.3` | | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | patch | `6.0.2` -> `6.0.3` | | [org.junit:junit-bom](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | dependencies | patch | `6.0.2` -> `6.0.3` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 61cbcdd commit 9e9cc74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.79.0'
4848
testImplementation 'io.grpc:grpc-inprocess:1.79.0'
49-
testImplementation platform('org.junit:junit-bom:6.0.2')
50-
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
51-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
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'
5252
testImplementation 'org.mockito:mockito-core:5.21.0'
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.3.1'

0 commit comments

Comments
 (0)