Skip to content

Commit 27273c2

Browse files
committed
chore(deps): pin antlr to v4.9.3 in line with graphql-java
1 parent 507680b commit 27273c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"matchPackagePrefixes": [
1010
"org.jetbrains.kotlin"
1111
]
12+
},{
13+
"description": "Align antlr version with graphql-java",
14+
"matchPackagePrefixes": [
15+
"org.antlr"
16+
],
17+
"allowedVersions": "<=4.9.3"
1218
}
1319
]
1420
}

0 commit comments

Comments
 (0)