Skip to content

Commit

Permalink
chore(deps): bump org.assertj:assertj-db from 2.0.2 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-db](https://github.com/assertj/assertj-db) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/assertj/assertj-db/releases)
- [Commits](assertj/assertj-db@assertj-db-2.0.2...assertj-db-3.0.0)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-db
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 1c9f858 commit 416a686
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 @@ -205,7 +205,7 @@ dependencies {
integrationTestImplementation("org.testcontainers:oracle-free:$testcontainersVersion")

integrationTestImplementation("org.awaitility:awaitility:$awaitilityVersion")
integrationTestImplementation("org.assertj:assertj-db:2.0.2")
integrationTestImplementation("org.assertj:assertj-db:3.0.0")

// Make test utils from 'test' available in 'integration-test'
integrationTestImplementation(sourceSets["test"].output)
Expand Down

0 comments on commit 416a686

Please sign in to comment.