mirror of https://github.com/apache/lucene.git
Upgrade forbiddenapis to version 3.8
This commit is contained in:
parent
cbd8b5218a
commit
17cbb985a1
|
@ -26,6 +26,11 @@ Bug Fixes
|
||||||
* GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended
|
* GITHUB#13832: Fixed an issue where the DefaultPassageFormatter.format method did not format passages as intended
|
||||||
when they were not sorted by startOffset. (Seunghan Jung)
|
when they were not sorted by startOffset. (Seunghan Jung)
|
||||||
|
|
||||||
|
Build
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Upgrade forbiddenapis to version 3.8. (Uwe Schindler)
|
||||||
|
|
||||||
Other
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(No changes)
|
||||||
|
|
|
@ -76,7 +76,7 @@ zstd = { module = "com.github.luben:zstd-jni", version.ref = "zstd" }
|
||||||
benmanes-versions = "com.github.ben-manes.versions:0.51.0"
|
benmanes-versions = "com.github.ben-manes.versions:0.51.0"
|
||||||
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.9"
|
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.9"
|
||||||
errorprone = "net.ltgt.errorprone:3.1.0"
|
errorprone = "net.ltgt.errorprone:3.1.0"
|
||||||
forbiddenapis = "de.thetaphi.forbiddenapis:3.7"
|
forbiddenapis = "de.thetaphi.forbiddenapis:3.8"
|
||||||
jacocolog = "org.barfuin.gradle.jacocolog:3.1.0"
|
jacocolog = "org.barfuin.gradle.jacocolog:3.1.0"
|
||||||
owasp-dependencycheck = "org.owasp.dependencycheck:7.2.0"
|
owasp-dependencycheck = "org.owasp.dependencycheck:7.2.0"
|
||||||
randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"
|
randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"
|
||||||
|
|
Loading…
Reference in New Issue