Skip to content

Commit

Permalink
Bump com.epages:restdocs-api-spec-mockmvc from 0.17.1 to 0.18.2
Browse files Browse the repository at this point in the history
Bumps [com.epages:restdocs-api-spec-mockmvc](https://github.com/ePages-de/restdocs-api-spec) from 0.17.1 to 0.18.2.
- [Release notes](https://github.com/ePages-de/restdocs-api-spec/releases)
- [Commits](ePages-de/restdocs-api-spec@0.17.1...0.18.2)

---
updated-dependencies:
- dependency-name: com.epages:restdocs-api-spec-mockmvc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 789ca01 commit 85e03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("ch.qos.logback:logback-classic:1.4.8")
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc:3.0.0")
testImplementation("com.epages:restdocs-api-spec-mockmvc:0.17.1")
testImplementation("com.epages:restdocs-api-spec-mockmvc:0.18.2")
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.mockito2", module = "mockito-core")
}
Expand Down

0 comments on commit 85e03c8

Please sign in to comment.