Skip to content

Commit 00d6438

Browse files
Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 (#196)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5dc80fc commit 00d6438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.16.1'
4343
testCompileOnly 'org.jetbrains:annotations:24.1.0'
4444

45-
testImplementation 'org.assertj:assertj-core:3.25.3'
45+
testImplementation 'org.assertj:assertj-core:3.26.3'
4646
testImplementation(platform('org.junit:junit-bom:5.11.0'))
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:1.0.0'
1212

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

0 commit comments

Comments
 (0)