Skip to content

Commit

Permalink
fix(dependencies): Stop accidentally upgrading Spring Boot (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Aug 13, 2020
1 parent 336e8ac commit b7beb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keel-web/keel-web.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
implementation("com.netflix.spinnaker.fiat:fiat-api:${property("fiatVersion")}")
implementation("com.netflix.spinnaker.fiat:fiat-core:${property("fiatVersion")}")
implementation("net.logstash.logback:logstash-logback-encoder")
implementation("org.springdoc:springdoc-openapi-webmvc-core:1.4.3")
implementation("org.springdoc:springdoc-openapi-kotlin:1.4.3")
implementation("org.springdoc:springdoc-openapi-webmvc-core:1.3.9")
implementation("org.springdoc:springdoc-openapi-kotlin:1.3.9")
implementation("org.apache.maven:maven-artifact:3.6.3")
implementation("com.netflix.spinnaker.kork:kork-plugins")

Expand Down

0 comments on commit b7beb4a

Please sign in to comment.