bump some libraries to newer minor releases

This commit is contained in:
Gerlach, Winfried
2024-12-18 13:38:17 +01:00
committed by Mahmoud @ Broadcom
parent 3db4076503
commit fc2cea5808
11 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ dependencies {
management platform(project(":spring-statemachine-platform"))
implementation project(':spring-statemachine-samples-common')
implementation project(':spring-statemachine-core')
implementation 'org.springframework.shell:spring-shell'
implementation 'org.springframework.shell:spring-shell-core'
testImplementation(testFixtures(project(':spring-statemachine-core')))
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'org.assertj:assertj-core'