Skip to content

Commit a3af5c4

Browse files
Bump com.approvaltests:approvaltests from 25.7.0 to 25.8.0 (#259)
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 25.7.0 to 25.8.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.7.0...25.8.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-version: 25.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6681ef commit a3af5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation platform("org.junit:junit-bom:5.10.2")
2828
testImplementation "org.junit.jupiter:junit-jupiter"
2929
testImplementation "org.assertj:assertj-core:3.25.3"
30-
testImplementation "com.approvaltests:approvaltests:25.7.0"
30+
testImplementation "com.approvaltests:approvaltests:25.8.0"
3131

3232
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
3333
}

0 commit comments

Comments
 (0)