Skip to content

Commit ec2631a

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 (#73)
Bumps [org.junit.jupiter:junit-jupiter-api](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.jupiter:junit-jupiter-api 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>
1 parent 3218ed3 commit ec2631a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

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

25-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
25+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
2626
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.1")
2727
testImplementation("org.apache.groovy:groovy:4.0.18")
2828
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")

0 commit comments

Comments
 (0)