From 0829511b645fae3e49a51fe2a4ac1e06464b185e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:11:26 +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.7.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.6.0...v2.7.0) --- 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..860c5c3 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.7.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 060dc15..d654bf0 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.7.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 3e738ef..2f34e8a 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.7.0' 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'