Skip to content

Commit 0f44572

Browse files
committed
Upgrade to Spring Framework 6.0.23
Closes gh-1815
1 parent 97780da commit 0f44572

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
toolchain: false
1919
spring:
2020
- generation: 6.1.x
21-
version: 6.0.13
21+
version: 6.0.23
2222
- generation: 6.2.x
2323
version: 6.2.0-SNAPSHOT
2424
steps:

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=3.0.1-SNAPSHOT
22
org.gradle.caching=true
33

4-
springFrameworkVersion=6.0.7
4+
springFrameworkVersion=6.0.23

Diff for: src/dist/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It is a powerful controller engine that addresses the "C" in MVC.
2020

2121
2. RELEASE NOTES
2222
----------------
23-
Spring Web Flow 3.0 requires JDK 17 and Spring Framework 6.0 to run.
23+
Spring Web Flow 3.0 requires JDK 17 and Spring Framework 6.0.x as a baseline.
2424

2525
Release distribution contents:
2626

0 commit comments

Comments
 (0)