We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97780da commit 0f44572Copy full SHA for 0f44572
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
toolchain: false
19
spring:
20
- generation: 6.1.x
21
- version: 6.0.13
+ version: 6.0.23
22
- generation: 6.2.x
23
version: 6.2.0-SNAPSHOT
24
steps:
gradle.properties
@@ -1,4 +1,4 @@
1
version=3.0.1-SNAPSHOT
2
org.gradle.caching=true
3
4
-springFrameworkVersion=6.0.7
+springFrameworkVersion=6.0.23
src/dist/readme.txt
@@ -20,7 +20,7 @@ It is a powerful controller engine that addresses the "C" in MVC.
2. RELEASE NOTES
----------------
-Spring Web Flow 3.0 requires JDK 17 and Spring Framework 6.0 to run.
+Spring Web Flow 3.0 requires JDK 17 and Spring Framework 6.0.x as a baseline.
25
Release distribution contents:
26
0 commit comments