Skip to content

Commit be347fc

Browse files
Update Spring Versions Matrix (#81)
This PR updates the `spring-versions.json` matrix with the latest patch versions of Spring Boot and their corresponding Spring Framework versions for Java 17 and 21. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 487015d commit be347fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/spring-versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"matrix": [
33
{
4-
"boot": "3.4.12",
5-
"framework": "6.2.14",
4+
"boot": "3.4.13",
5+
"framework": "6.2.15",
66
"java": "17"
77
},
88
{
9-
"boot": "3.4.12",
10-
"framework": "6.2.14",
9+
"boot": "3.4.13",
10+
"framework": "6.2.15",
1111
"java": "21"
1212
}
1313
]

0 commit comments

Comments
 (0)