Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 4e5d6f4 commit dd3220c
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 @@ -101,7 +101,7 @@ dependencies {
"xjc40CompileOnly"("jakarta.xml.bind:jakarta.xml.bind-api:4.0.0")

"testLibApi"(kotlin("stdlib-jdk8"))
"testLibApi"("com.willowtreeapps.assertk:assertk-jvm:0.22")
"testLibApi"("com.willowtreeapps.assertk:assertk-jvm:0.28.0")

"testImplementation"("org.spekframework.spek2:spek-dsl-jvm:2.0.9")
"testRuntimeOnly"("org.spekframework.spek2:spek-runner-junit5:2.0.15")
Expand Down

0 comments on commit dd3220c

Please sign in to comment.