Skip to content

Commit dc33805

Browse files
Bump net.javacrumbs.json-unit:json-unit from 2.39.0 to 5.1.0
Bumps [net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit) from 2.39.0 to 5.1.0. - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](lukas-krecan/JsonUnit@json-unit-parent-2.39.0...json-unit-parent-5.1.0) --- updated-dependencies: - dependency-name: net.javacrumbs.json-unit:json-unit dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58b3efb commit dc33805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-notifications-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation "com.konghq:unirest-mocks:${unirestVersion}"
2828

2929
testImplementation('org.junit-pioneer:junit-pioneer:1.9.1')
30-
testImplementation('net.javacrumbs.json-unit:json-unit:2.39.0')
30+
testImplementation('net.javacrumbs.json-unit:json-unit:5.1.0')
3131
}
3232

3333
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)