From 46b3fefb0d735976921c633240dce71d6a6aa5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:11:45 +0000 Subject: [PATCH] build(deps): bump org.springframework.statemachine:spring-statemachine-bom Bumps [org.springframework.statemachine:spring-statemachine-bom](https://github.com/spring-projects/spring-statemachine) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/spring-projects/spring-statemachine/releases) - [Commits](https://github.com/spring-projects/spring-statemachine/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.statemachine:spring-statemachine-bom dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- SpringBootStatemachine/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootStatemachine/build.gradle b/SpringBootStatemachine/build.gradle index d55e02eb..160791ce 100644 --- a/SpringBootStatemachine/build.gradle +++ b/SpringBootStatemachine/build.gradle @@ -13,6 +13,6 @@ dependencies { dependencyManagement { imports { - mavenBom 'org.springframework.statemachine:spring-statemachine-bom:4.0.0' + mavenBom 'org.springframework.statemachine:spring-statemachine-bom:4.0.1' } } \ No newline at end of file