Skip to content

Commit

Permalink
Bump com.willowtreeapps.assertk:assertk-jvm from 0.28.0 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [com.willowtreeapps.assertk:assertk-jvm](https://github.com/willowtreeapps/assertk) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/willowtreeapps/assertk/releases)
- [Changelog](https://github.com/willowtreeapps/assertk/blob/main/CHANGELOG.md)
- [Commits](willowtreeapps/assertk@v0.28.0...v0.28.1)

---
updated-dependencies:
- dependency-name: com.willowtreeapps.assertk:assertk-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 4ec5925 commit e3c852a
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 @@ -37,7 +37,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
// version 5.x requires jdk 11
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.0")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
}

tasks.test {
Expand Down

0 comments on commit e3c852a

Please sign in to comment.