Skip to content

Commit df857d5

Browse files
Bump io.rest-assured:rest-assured in /plugins/gradle/example-client (#1083)
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 4.3.3 to 5.3.0. - [Release notes](https://github.com/rest-assured/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-4.3.3...rest-assured-5.3.0) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3133867 commit df857d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
compileOnly "org.projectlombok:lombok:1.18.26"
3434
annotationProcessor "org.projectlombok:lombok:1.18.26"
3535

36-
testImplementation "io.rest-assured:rest-assured:4.3.3"
36+
testImplementation "io.rest-assured:rest-assured:5.3.0"
3737
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
3838
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
3939
}

0 commit comments

Comments
 (0)