From d098095aacddd6554f0421abf3d4b8678026040f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:46:20 +0000 Subject: [PATCH] build(deps): Bump io.swagger:swagger-annotations from 1.6.14 to 1.6.15 Bumps io.swagger:swagger-annotations from 1.6.14 to 1.6.15. --- updated-dependencies: - dependency-name: io.swagger:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a0f44b..35cd19f 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { } dependencies { - implementation 'io.swagger:swagger-annotations:1.6.14' + implementation 'io.swagger:swagger-annotations:1.6.15' implementation "com.google.code.findbugs:jsr305:3.0.2" implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'