Skip to content

Commit e9e2d96

Browse files
committed
Update dependencies
1 parent 21b2d86 commit e9e2d96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ repositories {
4444

4545
dependencies {
4646
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
47-
testImplementation(platform("org.junit:junit-bom:5.6.2"))
47+
testImplementation(platform("org.junit:junit-bom:5.10.0"))
4848
testImplementation("org.junit.jupiter:junit-jupiter-api")
4949
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
5050
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
51-
testImplementation("org.assertj:assertj-core:3.17.2")
51+
testImplementation("org.assertj:assertj-core:3.24.2")
5252
testImplementation("cglib:cglib-nodep:3.3.0")
53-
testImplementation("org.objenesis:objenesis:3.1")
54-
testImplementation("org.apache.commons:commons-io:1.3.2")
55-
testImplementation(platform("org.spockframework:spock-bom:2.0-groovy-3.0"))
53+
testImplementation("org.objenesis:objenesis:3.3")
54+
testImplementation("commons-io:commons-io:2.13.0")
55+
testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-3.0"))
5656
testImplementation("org.spockframework:spock-core")
5757
testImplementation("org.spockframework:spock-junit4")
5858
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")
59-
testImplementation("org.mock-server:mockserver-netty:5.11.1")
59+
testImplementation("org.mock-server:mockserver-netty:5.15.0")
6060
}
6161

6262
tasks.compileTestGroovy {

0 commit comments

Comments
 (0)