Skip to content

Commit

Permalink
Bump org.assertj:assertj-core in the dependencies group (#110)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `org.assertj:assertj-core` from 3.27.2 to 3.27.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent dc6cad5 commit d4377bc
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 @@ -23,7 +23,7 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
testImplementation("io.mockk:mockk:1.13.16")
testImplementation("org.assertj:assertj-core:3.27.2")
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation("org.wiremock:wiremock:3.10.0")
testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14")
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.4"))
Expand Down

0 comments on commit d4377bc

Please sign in to comment.