From fb097f6c3e2aef593f79053c7bf3d4887ffdd442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:24:16 +0000 Subject: [PATCH] fix: bump com.approvaltests:approvaltests Bumps the other-dependencies group with 1 update: [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java). Updates `com.approvaltests:approvaltests` from 24.4.0 to 24.5.0 - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases) - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/24.4.0...24.5.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] --- service/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/build.gradle.kts b/service/build.gradle.kts index 70d807b..2bd6b43 100644 --- a/service/build.gradle.kts +++ b/service/build.gradle.kts @@ -155,7 +155,7 @@ dependencies { mongoComponentTestImplementation("de.flapdoodle.embed:de.flapdoodle.embed.mongo:3.5.4") { because("we want to run tests against a database") } - mongoComponentTestImplementation("com.approvaltests:approvaltests:24.4.0") + mongoComponentTestImplementation("com.approvaltests:approvaltests:24.5.0") mongoComponentTestImplementation("org.jeasy:easy-random-core:5.0.0") mongoComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") { because("we want to assert nicely") @@ -176,7 +176,7 @@ dependencies { postgresComponentTestImplementation("org.testcontainers:junit-jupiter:1.20.1") postgresComponentTestImplementation("org.testcontainers:postgresql:1.20.1") - postgresComponentTestImplementation("com.approvaltests:approvaltests:24.4.0") + postgresComponentTestImplementation("com.approvaltests:approvaltests:24.5.0") postgresComponentTestImplementation("com.natpryce:hamkrest:1.8.0.1") { because("we want to assert nicely") }