Skip to content

Commit 844b475

Browse files
build(deps): bump the junit group with 2 updates
Bumps the junit group with 2 updates: [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0-RC1 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0-RC1...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0-RC1 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0-RC1...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1533986 commit 844b475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
exclude group: 'org.xmlunit', module: 'xmlunit-core'
5757
exclude group: 'jakarta.xml.bind'
5858
}
59-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0-RC1'
60-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0-RC1'
59+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
60+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
6161
}
6262

6363
application {

0 commit comments

Comments
 (0)