Skip to content

Commit

Permalink
Update allowed spring versions in renovate.json (#124)
Browse files Browse the repository at this point in the history
This project is built with Java 8, while Spring Framework 6 requires Java 17.
  • Loading branch information
violetagg authored Dec 18, 2023
1 parent 33238ad commit 6aa53c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"groupSlug": "jsr305",
"allowedVersions": "=3.0.1"
}
{
"matchPackageNames": ["spring"],
"allowedVersions": "<6"
}
]
}

0 comments on commit 6aa53c5

Please sign in to comment.