Skip to content

Commit ba10a10

Browse files
Update dependency org.assertj:assertj-core to v3.26.3 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c11e88 commit ba10a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencyResolutionManagement {
3333
// testing dependencies
3434
version("junit.version", "5.10.3")
3535
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
36-
library("assertj","org.assertj", "assertj-core").version("3.26.0")
36+
library("assertj","org.assertj", "assertj-core").version("3.26.3")
3737
library("mockito","org.mockito", "mockito-core").version("5.12.0")
3838
bundle("junit", listOf("junit.jupiter", "assertj", "mockito"))
3939
}

0 commit comments

Comments
 (0)