mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
This deprecated value should be fixed at least
Former-commit-id: b65317611bbe1784b0b8b14b7c31e86623952cf8
This commit is contained in:
@@ -31,7 +31,7 @@ public final class LuceneUtils {
|
||||
* The current version of Lucene being used. Declaring this one place so an upgrade doesn't require hunting through
|
||||
* the code base.
|
||||
*/
|
||||
public static final Version CURRENT_VERSION = Version.LUCENE_45;
|
||||
public static final Version CURRENT_VERSION = Version.LATEST;
|
||||
|
||||
/**
|
||||
* Private constructor as this is a utility class.
|
||||
|
||||
Reference in New Issue
Block a user