Skip to content

Commit f020e84

Browse files
Bump io.rest-assured:rest-assured from 5.5.6 to 6.0.0 (#13)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f67c291 commit f020e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation(platform("org.junit:junit-bom:6.0.2"))
2121
testImplementation("org.junit.jupiter:junit-jupiter")
2222
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
23-
testImplementation("io.rest-assured:rest-assured:5.5.6")
23+
testImplementation("io.rest-assured:rest-assured:6.0.0")
2424
testImplementation("org.assertj:assertj-core:3.27.6")
2525
testImplementation("org.awaitility:awaitility:4.3.0")
2626
testImplementation("org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.5")

0 commit comments

Comments
 (0)