Skip to content

Commit f3abfd4

Browse files
Bump io.rest-assured:rest-assured from 5.5.6 to 6.0.0 in /core
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.6 to 6.0.0. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.6...rest-assured-6.0.0) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43c6a97 commit f3abfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
117117

118118
testImplementation 'org.assertj:assertj-core:3.27.6'
119-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
119+
testImplementation 'io.rest-assured:rest-assured:6.0.0'
120120

121121
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
122122
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"

0 commit comments

Comments
 (0)