From f29c0dbf786f7824df86f68a214ec4211c42c531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:31:13 +0000 Subject: [PATCH] build(deps): Bump org.springdoc:springdoc-openapi-starter-webflux-ui Bumps [org.springdoc:springdoc-openapi-starter-webflux-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.3 to 2.8.4. - [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.3...v2.8.4) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-reactive-webflux-basic/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-reactive-webflux-basic/build.gradle.kts b/app-reactive-webflux-basic/build.gradle.kts index 766fa88..f0e28ae 100644 --- a/app-reactive-webflux-basic/build.gradle.kts +++ b/app-reactive-webflux-basic/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.flywaydb:flyway-core") implementation("org.flywaydb:flyway-database-postgresql") - implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.3") + implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.4") implementation("org.springframework:spring-jdbc") compileOnly("org.projectlombok:lombok") runtimeOnly("com.h2database:h2")