build(deps): bump the junit group with 2 updates
Bumps the junit group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e8c097b5ba
commit
4ac583a85c
|
@ -47,8 +47,8 @@ dependencies {
|
|||
// See: https://github.com/logisim-evolution/logisim-evolution/issues/709
|
||||
// implementation("org.apache.xmlgraphics:batik-swing:1.14")
|
||||
|
||||
testImplementation(platform("org.junit:junit-bom:5.13.3"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
|
||||
testImplementation(platform("org.junit:junit-bom:5.13.4"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
|
||||
testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue