Skip to content

Commit

Permalink
[jmx-scraper] pin servlet 5.x version (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored Nov 20, 2024
1 parent c9c3f5c commit 33719e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
"matchPackagePrefixes": ["org.openjdk.jmc"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
// pinned version for compatibility
"matchFileNames": ["jmx-scraper/test-webapp/build.gradle.kts"],
"matchPackagePrefixes": ["jakarta.servlet:"],
"matchCurrentVersion": "5.0.0",
"enabled": false
}
]
}

0 comments on commit 33719e1

Please sign in to comment.