Skip to content

Commit d2f203b

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2379e0a commit d2f203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
// Use JUnit test framework
7676
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
7777
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
78-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
78+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
7979
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.0'
8080
testImplementation "org.testfx:testfx-junit5:4.0.18"
8181

0 commit comments

Comments
 (0)