Skip to content

Commit 4ae8070

Browse files
Bump com.approvaltests:approvaltests from 25.4.3 to 27.0.0
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 25.4.3 to 27.0.0. - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Changelog](https://github.com/approvals/ApprovalTests.Java/blob/master/internal_documentation/release.md) - [Commits](approvals/ApprovalTests.Java@25.4.3...27.0.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-version: 27.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 590dcd8 commit 4ae8070

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:6.0.2'
20-
testImplementation("com.approvaltests:approvaltests:25.4.3")
20+
testImplementation("com.approvaltests:approvaltests:27.0.0")
2121
testImplementation("com.google.code.gson:gson:2.13.2")
2222
}
2323

0 commit comments

Comments
 (0)