Skip to content

Commit f26dc03

Browse files
Bump com.approvaltests:approvaltests from 26.6.0 to 26.7.0
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 26.6.0 to 26.7.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@26.6.0...26.7.0) --- updated-dependencies: - dependency-name: com.approvaltests:approvaltests dependency-version: 26.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08a738a commit f26dc03

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
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
3131
testImplementation 'org.scalatest:scalatest_2.13:3.3.0-SNAP4'
3232
testImplementation 'org.scalatestplus:junit-4-13_2.13:3.3.0.0-SNAP3'
33-
testImplementation("com.approvaltests:approvaltests:26.6.0")
33+
testImplementation("com.approvaltests:approvaltests:26.7.0")
3434
testImplementation("com.google.code.gson:gson:2.13.2")
3535

3636
// Need scala-xml at test runtime

0 commit comments

Comments
 (0)