Skip to content

Commit 7e8fb51

Browse files
chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.1.0 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](springdoc/springdoc-openapi@v2.1.0...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] <support@github.com>
1 parent 22bf256 commit 7e8fb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414

1515
dependencies {
1616
implementation("org.springframework.boot:spring-boot-starter-web")
17-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")
17+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0")
1818
implementation("org.testng:testng:7.1.0")
1919
developmentOnly("org.springframework.boot:spring-boot-devtools")
2020
testImplementation("org.springframework.boot:spring-boot-starter-test")

0 commit comments

Comments
 (0)