Skip to content

Commit

Permalink
Build(deps): bump springRestDocsVersion
Browse files Browse the repository at this point in the history
Bumps `springRestDocsVersion` from 2.0.7.RELEASE to 2.0.8.RELEASE.

Updates `org.springframework.restdocs:spring-restdocs-mockmvc` from 2.0.7.RELEASE to 2.0.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](spring-projects/spring-restdocs@v2.0.7.RELEASE...v2.0.8.RELEASE)

Updates `org.springframework.restdocs:spring-restdocs-asciidoctor` from 2.0.7.RELEASE to 2.0.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](spring-projects/spring-restdocs@v2.0.7.RELEASE...v2.0.8.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework.restdocs:spring-restdocs-mockmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.restdocs:spring-restdocs-asciidoctor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 31387f9 commit e20d6bd
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 @@ -18,7 +18,7 @@ buildscript {
passayVersion = '1.6.4'
postgresqlJdbcVersion = '42.6.0'
spotBugsToolVersion = '4.7.3'
springRestDocsVersion = '2.0.7.RELEASE'
springRestDocsVersion = '2.0.8.RELEASE'
springBootVersion = '2.7.17'
springSecurityOauth2Version = '2.5.2.RELEASE'
springSecurityOauth2AutoconfigureVersion = '2.6.8'
Expand Down

0 comments on commit e20d6bd

Please sign in to comment.