From 03ccf23c9e9102f1169c3dd9d02aa933fe95c6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:10:05 +0000 Subject: [PATCH] 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](https://github.com/springdoc/springdoc-openapi/compare/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] --- part2.1-database/build.gradle | 2 +- part2.2-rest/build.gradle | 2 +- part2.3-message-broker/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/part2.1-database/build.gradle b/part2.1-database/build.gradle index 278a2f1..60be5ad 100644 --- a/part2.1-database/build.gradle +++ b/part2.1-database/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-mongodb' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework:spring-webflux' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0' testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation project(':commons') diff --git a/part2.2-rest/build.gradle b/part2.2-rest/build.gradle index 3355942..d49edf9 100644 --- a/part2.2-rest/build.gradle +++ b/part2.2-rest/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.retry:spring-retry' implementation 'org.springframework:spring-webflux' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0' testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation project(':commons') diff --git a/part2.3-message-broker/build.gradle b/part2.3-message-broker/build.gradle index 1b95355..dc5318d 100644 --- a/part2.3-message-broker/build.gradle +++ b/part2.3-message-broker/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework:spring-webflux' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0' implementation 'pl.allegro.tech.hermes:hermes-client:2.11.2' implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4' implementation 'io.projectreactor.netty:reactor-netty:1.3.0'