Skip to content

Commit 4272882

Browse files
authored
Merge pull request #54 from xdev-software/dependabot/gradle/org.assertj-assertj-core-3.25.1
Bump org.assertj:assertj-core from 3.24.2 to 3.25.1
2 parents 826484f + 845a603 commit 4272882

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.24.2'
33+
'org.assertj:assertj-core:3.25.1'
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)