Skip to content

Commit

Permalink
Update dependency io.swagger:swagger-annotations to v1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 7d0ff21 commit 6f74c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheshire-cat-java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ext {
}

dependencies {
implementation 'io.swagger:swagger-annotations:1.6.8'
implementation 'io.swagger:swagger-annotations:1.6.14'
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'
Expand Down
2 changes: 1 addition & 1 deletion cheshire-cat-java-client/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file(".")).
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.mavenLocal,
libraryDependencies ++= Seq(
"io.swagger" % "swagger-annotations" % "1.6.5",
"io.swagger" % "swagger-annotations" % "1.6.14",
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
"com.google.code.gson" % "gson" % "2.9.1",
Expand Down

0 comments on commit 6f74c8e

Please sign in to comment.