From 37115bc4fc9d427c70892c1180c7ffdb29218197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:13:26 +0000 Subject: [PATCH] build(deps): bump springdoc from 2.8.0 to 2.8.1 Bumps `springdoc` from 2.8.0 to 2.8.1. Updates `org.springdoc:springdoc-openapi-starter-webflux-ui` from 2.8.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.8.0...v2.8.1) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.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.8.0...v2.8.1) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui 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 9c38cf632..42667d616 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ asciidoctor-jvm = "4.0.4" browscap-java = "1.4.4" auto-service = "1.1.1" yauaa = "7.29.0" -springdoc = "2.8.0" +springdoc = "2.8.1" google-javase = "3.5.3" spring-admin = "3.4.1" nimbusds-jwt = "10.0.1"