Skip to content

Commit 5c05a55

Browse files
dependabot[bot]isidore
authored andcommitted
Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90585a4 commit 5c05a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616

1717
// Use the awesome Spock testing and specification framework even with Java
1818
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
19-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
19+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
2020
testImplementation("com.approvaltests:approvaltests:24.22.0")
2121
testImplementation("com.google.code.gson:gson:2.13.1")
2222
}

0 commit comments

Comments
 (0)