Skip to content

Commit

Permalink
Explicit version numbers for slf4j packages in renovate.json to ensur…
Browse files Browse the repository at this point in the history
…e no automatic upgrades. Note: SLF4J and Logback cannot be upgraded until Spring 6 is integrated
  • Loading branch information
galovics committed Dec 21, 2022
1 parent e60e66b commit 77ee567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"matchPackageNames": ["ch.qos.logback:logback-classic"],
"allowedVersions": "<=1.2.11"
},
{
"matchPackageNames": ["org.slf4j:slf4j-api", "org.slf4j:slf4j-simple", "org.slf4j:jcl-over-slf4j", "org.slf4j:jul-to-slf4j", "org.slf4j:log4j-over-slf4j"],
"allowedVersions": "<=1.7.36"
},
{
"matchPackageNames": ["gradle"],
"allowedVersions": "<=7.5.1"
Expand Down

0 comments on commit 77ee567

Please sign in to comment.