From 1da137712aa42f92d67eea516cdea3b97a99780f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:28:46 +0000 Subject: [PATCH] Bump io.swagger:swagger-annotations from 1.5.24 to 1.6.15 Bumps io.swagger:swagger-annotations from 1.5.24 to 1.6.15. --- updated-dependencies: - dependency-name: io.swagger:swagger-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2cf054e1..d32a6fcd 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ if(hasProperty('target') && target == 'android') { } dependencies { - compile 'io.swagger:swagger-annotations:1.5.24' + compile 'io.swagger:swagger-annotations:1.6.15' compile "com.google.code.findbugs:jsr305:3.0.2" compile 'com.squareup.okhttp3:okhttp:3.14.7' compile 'com.squareup.okhttp3:logging-interceptor:3.14.7'