Skip to content

Commit

Permalink
Bump assertj-core from 3.21.0 to 3.22.0
Browse files Browse the repository at this point in the history
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.21.0...assertj-core-3.22.0)

---
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 ulfsauer0815 committed Jan 3, 2022
1 parent 0090d91 commit cc620eb
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 @@ -58,7 +58,7 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

implementation("org.assertj:assertj-core:3.21.0")
implementation("org.assertj:assertj-core:3.22.0")
implementation("org.jsoup:jsoup:1.14.3")

testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit cc620eb

Please sign in to comment.