You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2022/09/25 15:10:28 UTC

[lucene] branch main updated (15f3743f02c -> 5d121ce44c2)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from 15f3743f02c Remove Operations.isFinite (#11813)
     add 5d121ce44c2 Upgrade several build dependencies. (#11812)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                                | 10 +++++-----
 buildSrc/scriptDepVersions.gradle                           |  8 ++++----
 gradle/validation/error-prone.gradle                        | 13 +++++++++++--
 .../core/src/java/org/apache/lucene/document/FieldType.java |  6 ++----
 lucene/core/src/java/org/apache/lucene/geo/Polygon.java     |  3 ---
 .../java/org/apache/lucene/store/ByteBuffersDataInput.java  |  2 +-
 .../java/org/apache/lucene/store/ByteBuffersDataOutput.java |  2 +-
 .../src/java/org/apache/lucene/util/RamUsageEstimator.java  |  2 +-
 .../java/org/apache/lucene/util/automaton/Automaton.java    |  2 +-
 versions.props                                              |  2 +-
 10 files changed, 27 insertions(+), 23 deletions(-)