Skip to content

Commit 89d682f

Browse files
chore: bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.8 to 2.8.14. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.8...v2.8.14) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4835cb1 commit 89d682f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
compileOnly 'org.projectlombok:lombok'
5050
annotationProcessor 'org.projectlombok:lombok'
5151

52-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8'
52+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14'
5353

5454
implementation 'io.jsonwebtoken:jjwt:0.9.1'
5555
implementation 'javax.xml.bind:jaxb-api:2.3.1'
@@ -61,7 +61,7 @@ subprojects {
6161
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-security'
6262
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-jpa'
6363
testFixturesImplementation 'org.projectlombok:lombok'
64-
testFixturesImplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8'
64+
testFixturesImplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14'
6565
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-redis'
6666
}
6767

0 commit comments

Comments
 (0)