Skip to content

Commit

Permalink
chore(dependencies): update mockk and strikt (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jan 20, 2021
1 parent 1a2da44 commit e1c8422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Expand Up @@ -50,7 +50,7 @@ dependencies {
api(platform("org.springframework.boot:spring-boot-dependencies:${versions.springBoot}"))
api(platform("com.amazonaws:aws-java-sdk-bom:${versions.aws}"))
api(platform("org.springframework.cloud:spring-cloud-dependencies:${versions.springCloud}"))
api(platform("io.strikt:strikt-bom:0.28.0"))
api(platform("io.strikt:strikt-bom:0.28.1"))
api(platform("org.spockframework:spock-bom:1.3-groovy-2.5"))
api(platform("com.oracle.oci.sdk:oci-java-sdk-bom:1.5.17"))
api(platform("org.testcontainers:testcontainers-bom:1.15.0"))
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {
api("io.github.resilience4j:resilience4j-kotlin:${versions.resilience4j}")
api("io.github.resilience4j:resilience4j-retry:${versions.resilience4j}")
api("io.github.resilience4j:resilience4j-spring-boot2:${versions.resilience4j}")
api("io.mockk:mockk:1.10.0")
api("io.mockk:mockk:1.10.5")
api("io.springfox:springfox-swagger-ui:${versions.springfoxSwagger}")
api("io.springfox:springfox-swagger2:${versions.springfoxSwagger}")
api("io.swagger:swagger-annotations:${versions.swagger}")
Expand Down

0 comments on commit e1c8422

Please sign in to comment.