Skip to content

Commit 9b93ae7

Browse files
authored
fix(deps): Update junit5 monorepo to v5.10.1 (#151)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | dependencies | patch | `5.10.0` -> `5.10.1` | | [org.junit.jupiter:junit-jupiter-api](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | dependencies | patch | `5.10.0` -> `5.10.1` | | [org.junit.jupiter:junit-jupiter](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | dependencies | patch | `5.10.0` -> `5.10.1` | | [org.junit:junit-bom](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | dependencies | patch | `5.10.0` -> `5.10.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 893c8da commit 9b93ae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ dependencies {
4848
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
4949
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
5050

51-
testImplementation(platform('org.junit:junit-bom:5.10.0'))
52-
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
53-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0')
51+
testImplementation(platform('org.junit:junit-bom:5.10.1'))
52+
testImplementation('org.junit.jupiter:junit-jupiter:5.10.1')
53+
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.1')
5454
testImplementation('org.mockito:mockito-core:5.4.0')
5555
testImplementation('org.mockito:mockito-junit-jupiter:5.4.0')
5656
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.4')
57-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
57+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.1')
5858

5959
testImplementation 'org.assertj:assertj-core:3.24.2'
6060

0 commit comments

Comments
 (0)