From 89a32b1f10679a863549b5008ec21be5a89cd6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:21:10 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.0 to 3.25.1. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.0...assertj-build-3.25.1) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 11609e6a..481088f8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -129,7 +129,7 @@ dependencies { testImplementation("io.mockk:mockk:1.13.8") // https://github.com/assertj/assertj-core/tags - testImplementation("org.assertj:assertj-core:3.25.0") + testImplementation("org.assertj:assertj-core:3.25.1") // https://github.com/TNG/ArchUnit/releases testImplementation("com.tngtech.archunit:archunit-junit5:1.2.1")