Skip to content

Commit b528cdc

Browse files
[Build] Bump org.junit.jupiter:junit-jupiter-engine from 5.5.2 to 5.9.2 (#169)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.5.2 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.5.2...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4ee515 commit b528cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-binding/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ java {
1515

1616
dependencies {
1717
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.2'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
1919
}
2020

2121
test {

0 commit comments

Comments
 (0)