Skip to content

Commit 03ccf23

Browse files
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.6 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.6...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 32888ec commit 03ccf23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

part2.1-database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
2020
implementation 'org.springframework.boot:spring-boot-starter-validation'
2121
implementation 'org.springframework:spring-webflux'
22-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
22+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0'
2323

2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
testImplementation project(':commons')

part2.2-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation 'org.springframework.boot:spring-boot-starter-validation'
2020
implementation 'org.springframework.retry:spring-retry'
2121
implementation 'org.springframework:spring-webflux'
22-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
22+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0'
2323

2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
testImplementation project(':commons')

part2.3-message-broker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'org.springframework.boot:spring-boot-starter-web'
1919
implementation 'org.springframework.boot:spring-boot-starter-validation'
2020
implementation 'org.springframework:spring-webflux'
21-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
21+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0'
2222
implementation 'pl.allegro.tech.hermes:hermes-client:2.11.2'
2323
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4'
2424
implementation 'io.projectreactor.netty:reactor-netty:1.3.0'

0 commit comments

Comments
 (0)