Skip to content

Commit

Permalink
Bump io.rest-assured:rest-assured from 5.2.0 to 5.4.0 (#4)
Browse files Browse the repository at this point in the history
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.4.0.
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.2.0...rest-assured-5.4.0)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent d2d6643 commit d684fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:postgresql'
testImplementation 'io.rest-assured:rest-assured:5.2.0'
testImplementation 'io.rest-assured:rest-assured:5.4.0'
}

tasks.named('test') {
Expand Down

0 comments on commit d684fc1

Please sign in to comment.