Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.24.2 to 3.25.0
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.0.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.0)

---
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>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 3ef47b0 commit 29f5c1a
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 @@ -20,7 +20,7 @@ ktlint {

dependencies {
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
Expand Down

0 comments on commit 29f5c1a

Please sign in to comment.