From 8d42680fb1ad6cfb3d2489b4277cff0de42ff50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:20:08 +0000 Subject: [PATCH] Bump io.springfox:springfox-swagger-ui from 2.6.1 to 3.0.0 Bumps [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/springfox/springfox/releases) - [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md) - [Commits](https://github.com/springfox/springfox/compare/2.6.1...3.0.0) --- updated-dependencies: - dependency-name: io.springfox:springfox-swagger-ui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae59870..b4610db 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ subprojects { // API Doc Generator: Swagger compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.6.1' - compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.6.1' + compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '3.0.0' compile "org.springframework.boot:spring-boot-starter-amqp:$springBootVersion" compile 'com.github.ben-manes.caffeine:caffeine:3.1.8' compile 'com.github.sealedtx:bitcoin-cash-converter:1.0'