From 1d68871113e15aed352f8c73430209e3247a6430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:13:59 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-bom from 2.8.8 to 2.8.9 Bumps [org.springdoc:springdoc-openapi-bom](https://github.com/springdoc/springdoc-openapi) from 2.8.8 to 2.8.9. - [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.8...v2.8.9) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-bom dependency-version: 2.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ef6f583..27a707f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ detekt = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", detekt-formatting = { group = "io.gitlab.arturbosch.detekt", name = "detekt-formatting", version.ref = "detekt" } detekt-libraries = { group = "io.gitlab.arturbosch.detekt", name = "detekt-rules-libraries", version.ref = "detekt" } spring-boot-v3-dependencies = { group = "org.springframework.boot", name = "spring-boot-dependencies", version.ref = "spring-boot-v3" } -springdoc-openapi = "org.springdoc:springdoc-openapi-bom:2.8.8" +springdoc-openapi = "org.springdoc:springdoc-openapi-bom:2.8.9" spring-cloud = "org.springframework.cloud:spring-cloud-dependencies:2024.0.1" datasource-micrometer = "net.ttddyy.observation:datasource-micrometer-spring-boot:1.1.1" logstash = "net.logstash.logback:logstash-logback-encoder:8.1"