Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.23.1 to 3.24.2
Browse files Browse the repository at this point in the history
Bumps org.assertj:assertj-core from 3.23.1 to 3.24.2.

---
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]>
  • Loading branch information
dependabot[bot] authored and sskorol committed Feb 24, 2023
1 parent bca6304 commit 7f31f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
api("com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}")
api("org.apache.poi:poi:${poiVersion}")
api("org.apache.poi:poi-ooxml:${poiVersion}")
api("org.assertj:assertj-core:3.23.1")
api("org.assertj:assertj-core:3.24.2")
testImplementation("ch.qos.logback:logback-classic:1.4.5")
testImplementation("org.apache.logging.log4j:log4j-core:2.19.0")
testImplementation("org.mockito:mockito-core:5.1.1")
Expand Down

0 comments on commit 7f31f50

Please sign in to comment.