ignore jetty 11.x and 10.x updates

This commit is contained in:
kenji yoshida
2021-02-26 07:19:51 +09:00
committed by GitHub
parent 320cc58c62
commit 911cd45965

View File

@@ -1,3 +1,7 @@
updates.limit = 3
updates.includeScala = true
updates.pin = [
{ groupId = "org.eclipse.jetty", version = "9." }
]