Skip to content

Commit 93251df

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 3.0.0. - [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...v3.0.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0228d1e commit 93251df

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:3.0.0'
5353

5454
implementation 'io.jsonwebtoken:jjwt:0.9.1'
5555
implementation 'javax.xml.bind:jaxb-api:2.3.1'
@@ -64,7 +64,7 @@ subprojects {
6464
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-security'
6565
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-jpa'
6666
testFixturesImplementation 'org.projectlombok:lombok'
67-
testFixturesImplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8'
67+
testFixturesImplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0'
6868
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-redis'
6969
}
7070

0 commit comments

Comments
 (0)