Skip to content

Commit 013e7ad

Browse files
Bump com.approvaltests:approvaltests from 26.7.0 to 27.0.0
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 26.7.0 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@26.7.0...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 f3d0915 commit 013e7ad

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
@@ -17,7 +17,7 @@ dependencies {
1717
implementation "org.jetbrains.kotlin:kotlin-stdlib"
1818
implementation 'org.junit.jupiter:junit-jupiter:6.0.2'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
20-
testImplementation("com.approvaltests:approvaltests:26.7.0")
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)