You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/04/04 19:01:38 UTC

[GitHub] [lucene] uschindler commented on a change in pull request #63: LUCENE-9901: UnicodeData.java has no regeneration task

uschindler commented on a change in pull request #63:
URL: https://github.com/apache/lucene/pull/63#discussion_r606840961



##########
File path: buildSrc/scriptDepVersions.gradle
##########
@@ -0,0 +1,16 @@
+// Declare script dependency versions outside of palantir's
+// version unification control. These are not our main dependencies
+// but are reused in buildSrc and across applied scripts.
+
+ext {
+  scriptDepVersions = [
+      "apache-rat": "0.11",
+      "commons-codec": "1.13",
+      "ecj": "3.25.0",
+      "flexmark": "0.61.24",
+      "icu": "68.2",

Review comment:
       Is it not possible to use version from ICU module? So use palantir version?
   
   I'd like to ensure that the version is always consistent.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org