xref: /Lucene/buildSrc/scriptDepVersions.gradle (revision 21c5b42063e7a82339136f4da1041d1d7d3d3c1f)
13bedc087SDawid Weiss/*
23bedc087SDawid Weiss * Licensed to the Apache Software Foundation (ASF) under one or more
33bedc087SDawid Weiss * contributor license agreements.  See the NOTICE file distributed with
43bedc087SDawid Weiss * this work for additional information regarding copyright ownership.
53bedc087SDawid Weiss * The ASF licenses this file to You under the Apache License, Version 2.0
63bedc087SDawid Weiss * (the "License"); you may not use this file except in compliance with
73bedc087SDawid Weiss * the License.  You may obtain a copy of the License at
83bedc087SDawid Weiss *
93bedc087SDawid Weiss *     http://www.apache.org/licenses/LICENSE-2.0
103bedc087SDawid Weiss *
113bedc087SDawid Weiss * Unless required by applicable law or agreed to in writing, software
123bedc087SDawid Weiss * distributed under the License is distributed on an "AS IS" BASIS,
133bedc087SDawid Weiss * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
143bedc087SDawid Weiss * See the License for the specific language governing permissions and
153bedc087SDawid Weiss * limitations under the License.
163bedc087SDawid Weiss */
173bedc087SDawid Weiss
18fbf9191aSDawid Weiss// Declare script dependency versions outside of palantir's
19fbf9191aSDawid Weiss// version unification control. These are not our main dependencies
20fbf9191aSDawid Weiss// but are reused in buildSrc and across applied scripts.
21fbf9191aSDawid Weiss
22fbf9191aSDawid Weissext {
23fbf9191aSDawid Weiss  scriptDepVersions = [
24*21c5b420SDawid Weiss      "apache-rat": "0.13",
25fbf9191aSDawid Weiss      "commons-codec": "1.13",
262ebc57a4SAdrien Grand      "ecj": "3.28.0",
27fbf9191aSDawid Weiss      "flexmark": "0.61.24",
28fbf9191aSDawid Weiss      "javacc": "7.0.4",
29af831d28SRobert Muir      "jflex": "1.8.2",
30fbf9191aSDawid Weiss      "jgit": "5.9.0.202009080501-r",
31fbf9191aSDawid Weiss  ]
32fbf9191aSDawid Weiss}
33