Skip to content

Commit 3e7abb4

Browse files
dependabot[bot]isidore
authored andcommitted
Bump com.approvaltests:approvaltests from 23.1.0 to 24.0.0
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 23.1.0 to 24.0.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](approvals/ApprovalTests.Java@23.1.0...24.0.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 125fc14 commit 3e7abb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
// Use the awesome Spock testing and specification framework even with Java
1818
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
1919
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
20-
testImplementation("com.approvaltests:approvaltests:23.1.0")
20+
testImplementation("com.approvaltests:approvaltests:24.0.0")
2121
testImplementation("com.google.code.gson:gson:2.10.1")
2222
}
2323

0 commit comments

Comments
 (0)