Skip to content

Commit 228b246

Browse files
authored
Merge pull request #60 from xdev-software/dependabot/gradle/org.assertj-assertj-core-3.25.3
Bump org.assertj:assertj-core from 3.25.1 to 3.25.3
2 parents 7191a11 + ca8a515 commit 228b246

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
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation platform('org.junit:junit-bom:5.10.1'),
3131
'org.junit.jupiter:junit-jupiter',
3232
'org.junit.jupiter:junit-jupiter-engine',
33-
'org.assertj:assertj-core:3.25.1'
33+
'org.assertj:assertj-core:3.25.3'
3434
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
3535
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
3636
}

0 commit comments

Comments
 (0)