Skip to content

Commit 137cbd1

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.11.0 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.0...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b360d7b commit 137cbd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282

8383
testImplementation 'org.mockito:mockito-core:5.17.0'
8484
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
85-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
85+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
8686
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8787
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
8888

formatter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation project(':utils')
88

99
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
10-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
10+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
1111
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
1212
}
1313

0 commit comments

Comments
 (0)