Skip to content

Commit 9370548

Browse files
committed
update strikt and get missing trans deps from spring repo
1 parent 3a03f8f commit 9370548

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-example-orca/spring-example-orca.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ targetCompatibility = 11
1818

1919
repositories {
2020
mavenCentral()
21+
maven {
22+
url 'https://repo.spring.io/libs-release/'
23+
}
2124
maven {
2225
url 'https://armory.jfrog.io/armory/gradle-dev-local/'
2326
credentials {
@@ -50,7 +53,7 @@ dependencies {
5053
testImplementation "io.spinnaker.kork:kork-plugins-tck"
5154

5255
testImplementation "org.junit.jupiter:junit-jupiter-api:5.5.2"
53-
testImplementation "io.strikt:strikt-core:0.22.1"
56+
testImplementation "io.strikt:strikt-core:0.31.0"
5457
testImplementation "dev.minutest:minutest:1.13.0"
5558
testImplementation "io.mockk:mockk:1.9.3"
5659
testImplementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1"

0 commit comments

Comments
 (0)