From 4ea8bc68aabeb318c99fd781b6a7c9a44b9e7def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:53:17 +0000 Subject: [PATCH] Bump ch.tutteli.atrium:atrium-fluent from 1.3.0-alpha-1 to 1.3.0-alpha-2 Bumps [ch.tutteli.atrium:atrium-fluent](https://github.com/robstoll/atrium) from 1.3.0-alpha-1 to 1.3.0-alpha-2. - [Release notes](https://github.com/robstoll/atrium/releases) - [Commits](https://github.com/robstoll/atrium/compare/v1.3.0-alpha-1...v1.3.0-alpha-2) --- updated-dependencies: - dependency-name: ch.tutteli.atrium:atrium-fluent dependency-version: 1.3.0-alpha-2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a78bda2..b561229 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ dependencyResolutionManagement { library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5) library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5) library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5) - library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-1") + library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-2") library("mockk", "io.mockk:mockk:1.14.4") val slf4j = version("slf4j", "2.0.17")