Skip to content

Commit

Permalink
fix: bump com.approvaltests:approvaltests
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 1 update: [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java).


Updates `com.approvaltests:approvaltests` from 24.16.1 to 24.17.0
- [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
- [Commits](approvals/ApprovalTests.Java@24.16.1...24.17.0)

---
updated-dependencies:
- dependency-name: com.approvaltests:approvaltests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent a8bd65e commit c6ed4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ dependencies {
mongoComponentTestImplementation("org.testcontainers:mongodb:1.20.4") {
because("we want to test against a real MongoDb in Docker")
}
mongoComponentTestImplementation("com.approvaltests:approvaltests:24.16.1")
mongoComponentTestImplementation("com.approvaltests:approvaltests:24.17.0")
mongoComponentTestImplementation("org.jeasy:easy-random-core:5.0.0")
mongoComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") {
because("we want to assert nicely")
Expand All @@ -179,7 +179,7 @@ dependencies {
postgresComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.4")
postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.4")

postgresComponentTestImplementation("com.approvaltests:approvaltests:24.16.1")
postgresComponentTestImplementation("com.approvaltests:approvaltests:24.17.0")
postgresComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") {
because("we want to assert nicely")
}
Expand Down

0 comments on commit c6ed4e3

Please sign in to comment.