Skip to content

Commit 81ed21a

Browse files
Bump org.junit.vintage:junit-vintage-engine from 5.10.1 to 5.10.2 (#74)
Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Rodzik <igor.rodzik@gmail.com>
1 parent 39bee3e commit 81ed21a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ dependencies {
2222
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
2323
implementation("org.slf4j:slf4j-api:2.0.13")
2424

25+
2526
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
26-
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.1")
27+
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.2")
2728
testImplementation("org.apache.groovy:groovy:4.0.21")
2829
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
2930
testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1")

0 commit comments

Comments
 (0)