From 5601d1b05dede0ac10731a2409004163bac825ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:11:47 +0000 Subject: [PATCH] chore(lapis): bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.13 to 3.0.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.8.13...v3.0.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lapis/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapis/build.gradle b/lapis/build.gradle index 0d823fefd..e5b5d2b4e 100644 --- a/lapis/build.gradle +++ b/lapis/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-reflect' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0' implementation 'io.github.microutils:kotlin-logging-jvm:3.0.5' antlr 'org.antlr:antlr4:4.13.2' implementation 'org.antlr:antlr4-runtime:4.13.2'