Skip to content

Commit 407260d

Browse files
Bump org.assertj:assertj-core from 3.25.2 to 3.27.6 (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DMK <81445555+imDMK@users.noreply.github.com>
1 parent 25b96f9 commit 407260d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playtime-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dependencies {
22
compileOnlyApi("org.jetbrains:annotations:26.0.2-1")
33

44
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
5-
testImplementation("org.assertj:assertj-core:3.25.2")
5+
testImplementation("org.assertj:assertj-core:3.27.6")
66
testImplementation("org.mockito:mockito-core:5.20.0")
77
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
88
testImplementation("org.mockito:mockito-inline:5.2.0")

playtime-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("dev.rollczi:litecommands-annotations:3.10.6")
3737

3838
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
39-
testImplementation("org.assertj:assertj-core:3.25.2")
39+
testImplementation("org.assertj:assertj-core:3.27.6")
4040
testImplementation("org.mockito:mockito-core:5.20.0")
4141
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
4242
testImplementation("org.mockito:mockito-inline:5.2.0")

0 commit comments

Comments
 (0)