Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 (#176)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent c043a9e commit 1a85a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation 'commons-io:commons-io:2.15.1'
testCompileOnly 'org.jetbrains:annotations:24.1.0'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation 'org.junit.jupiter:junit-jupiter'

Expand Down
2 changes: 1 addition & 1 deletion fast-double-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
// Multi-release jar, 8+ compatible
implementation 'ch.randelshofer:fastdoubleparser:1.0.0'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation 'org.junit.jupiter:junit-jupiter'
}
Expand Down

0 comments on commit 1a85a18

Please sign in to comment.