From 62c8c7a864f420ab873383e6073b5c801e0a9fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:15:49 +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.6.0 to 2.8.1. - [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.6.0...v2.8.1) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... 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 5358f55..218cef4 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.6.0' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1' 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 bc5112d..15120aa 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.6.0' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1' 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 3e738ef..c13539e 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.6.0' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1' implementation 'pl.allegro.tech.hermes:hermes-client:2.6.6' implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4' implementation 'io.projectreactor.netty:reactor-netty:1.2.0'