From b297881fbb4bb85297e3badc98cf0c9082ebbf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 00:30:33 +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.1. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.1/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.13...v3.0.1) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.1 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 6c9d0c4af..c10391fef 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.1' 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'