Skip to content

Commit 96a9edd

Browse files
committed
Upgrade to AssertJ 3.24.2
Closes gh-65
1 parent c7ca549 commit 96a9edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:${gradleEnterprisePluginVersion}")
2828

2929
testImplementation("com.gradle:gradle-enterprise-gradle-plugin:${gradleEnterprisePluginVersion}")
30-
testImplementation("org.assertj:assertj-core:3.20.2")
30+
testImplementation("org.assertj:assertj-core:3.24.2")
3131
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
3232
testImplementation("org.mockito:mockito-core:3.11.2")
3333
}

0 commit comments

Comments
 (0)