Skip to content

Commit 916c210

Browse files
authored
BAEL-5432: Update spring-statemachine-core version 1.2.3.RELEASE to 3.1.0 (eugenp#12154)
* BAEL-5432: Update spring-statemachine-core version 1.2.3.RELEASE to 3.1.0 * BAEL-5432: Update spring-statemachine-core version 1.2.3.RELEASE to 3.2.0
1 parent 999d622 commit 916c210

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spring-state-machine/pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<artifactId>spring-statemachine-core</artifactId>
1919
<version>${spring-statemachine-core.version}</version>
2020
</dependency>
21+
<dependency>
22+
<groupId>org.springframework</groupId>
23+
<artifactId>spring-context</artifactId>
24+
<version>${spring-context.version}</version>
25+
</dependency>
2126
<dependency>
2227
<groupId>org.springframework</groupId>
2328
<artifactId>spring-test</artifactId>
@@ -32,7 +37,8 @@
3237
</dependencies>
3338

3439
<properties>
35-
<spring-statemachine-core.version>1.2.3.RELEASE</spring-statemachine-core.version>
40+
<spring-statemachine-core.version>3.2.0</spring-statemachine-core.version>
41+
<spring-context.version>5.3.19</spring-context.version>
3642
<spring-test.version>4.3.7.RELEASE</spring-test.version>
3743
<jayway.awaitility.version>1.7.0</jayway.awaitility.version>
3844
</properties>

0 commit comments

Comments
 (0)