Skip to content

Commit bad0588

Browse files
[Build] Bump org.junit.jupiter:junit-jupiter-api from 5.5.2 to 5.9.2 (#170)
Bumps [org.junit.jupiter:junit-jupiter-api](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-api 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 b528cdc commit bad0588

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
@@ -14,7 +14,7 @@ java {
1414
}
1515

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

0 commit comments

Comments
 (0)