Skip to content

Commit acffe2f

Browse files
Bump org.assertj:assertj-core from 3.24.2 to 3.25.3
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddbf49d commit acffe2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testImplementation 'commons-io:commons-io:2.15.1'
4343
testCompileOnly 'org.jetbrains:annotations:24.1.0'
4444

45-
testImplementation 'org.assertj:assertj-core:3.24.2'
45+
testImplementation 'org.assertj:assertj-core:3.25.3'
4646
testImplementation(platform('org.junit:junit-bom:5.10.1'))
4747
testImplementation 'org.junit.jupiter:junit-jupiter'
4848

fast-double-parser/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
// Multi-release jar, 8+ compatible
1111
implementation 'ch.randelshofer:fastdoubleparser:0.9.0'
1212

13-
testImplementation 'org.assertj:assertj-core:3.24.2'
13+
testImplementation 'org.assertj:assertj-core:3.25.3'
1414
testImplementation(platform('org.junit:junit-bom:5.10.1'))
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616
}

0 commit comments

Comments
 (0)