Skip to content

Commit 8dd5386

Browse files
Bump io.rest-assured:rest-assured in /plugins/gradle/example-client (#1338)
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.3.1 to 5.3.2. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/commits) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e579f34 commit 8dd5386

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.30"
3434
annotationProcessor "org.projectlombok:lombok:1.18.30"
3535

36-
testImplementation "io.rest-assured:rest-assured:5.3.1"
36+
testImplementation "io.rest-assured:rest-assured:5.3.2"
3737
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
3838
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
3939
}

0 commit comments

Comments
 (0)