mirror of https://github.com/apache/lucene.git
Update randomizedtesting to 2.8.0, hppc to 0.9.1, morfologik to 2.1.9. (#991)
This commit is contained in:
parent
8cf694fed2
commit
5328a70a29
|
@ -140,6 +140,8 @@ Bug Fixes
|
||||||
Other
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
* GITHUB#991: Update randomizedtesting to 2.8.0, hppc to 0.9.1, morfologik to 2.1.9. (Dawid Weiss)
|
||||||
|
|
||||||
* LUCENE-10370: pass proper classpath/module arguments for forking jvms from within tests. (Dawid Weiss)
|
* LUCENE-10370: pass proper classpath/module arguments for forking jvms from within tests. (Dawid Weiss)
|
||||||
|
|
||||||
* LUCENE-10604: Improve ability to test and debug triangulation algorithm in Tessellator.
|
* LUCENE-10604: Improve ability to test and debug triangulation algorithm in Tessellator.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
fcc952fb6d378266b943bef9f15e67a4d45cfa88
|
|
|
@ -0,0 +1 @@
|
||||||
|
4bf4c51e06aec600894d841c4c004566b20dd357
|
|
@ -1 +0,0 @@
|
||||||
68e23e2c57fe5699d511b3a7a2f202f90020e214
|
|
|
@ -0,0 +1 @@
|
||||||
|
a12005eacfbbbe256fd4d41f80f6e3675d7e314e
|
|
@ -1 +0,0 @@
|
||||||
f8fc4e6674395ffcb64c23ada9da74295b265bc5
|
|
|
@ -0,0 +1 @@
|
||||||
|
0a9f1d18c6ecbe4439cf7f92182f7d9ff451fc4d
|
|
@ -1 +0,0 @@
|
||||||
409fa92db4cfb0f90a33d303732a4882cee3d1e7
|
|
|
@ -0,0 +1 @@
|
||||||
|
c3a590409efce30f84154044eaea49a4313535bd
|
|
@ -1 +0,0 @@
|
||||||
17894fe98cce53f9bd994044d9bea7bd7801cafa
|
|
|
@ -0,0 +1 @@
|
||||||
|
631ae08801457db4398d0b376305d0cdab357a60
|
|
@ -1,6 +1,6 @@
|
||||||
# Run ./gradlew --write-locks to regenerate this file
|
# Run ./gradlew --write-locks to regenerate this file
|
||||||
com.carrotsearch:hppc:0.9.0 (1 constraints: 0b050636)
|
com.carrotsearch:hppc:0.9.1 (1 constraints: 0c050736)
|
||||||
com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.6 (1 constraints: 11051036)
|
com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.0 (1 constraints: 0c050d36)
|
||||||
com.ibm.icu:icu4j:70.1 (1 constraints: dc040a31)
|
com.ibm.icu:icu4j:70.1 (1 constraints: dc040a31)
|
||||||
commons-codec:commons-codec:1.13 (1 constraints: d904f430)
|
commons-codec:commons-codec:1.13 (1 constraints: d904f430)
|
||||||
commons-logging:commons-logging:1.2 (1 constraints: c20f9771)
|
commons-logging:commons-logging:1.2 (1 constraints: c20f9771)
|
||||||
|
@ -13,9 +13,9 @@ org.apache.commons:commons-compress:1.19 (1 constraints: df04fa30)
|
||||||
org.apache.httpcomponents:httpclient:4.5.13 (1 constraints: 3f054e3b)
|
org.apache.httpcomponents:httpclient:4.5.13 (1 constraints: 3f054e3b)
|
||||||
org.apache.httpcomponents:httpcore:4.4.13 (1 constraints: 591016a2)
|
org.apache.httpcomponents:httpcore:4.4.13 (1 constraints: 591016a2)
|
||||||
org.apache.opennlp:opennlp-tools:1.9.1 (1 constraints: 0d050c36)
|
org.apache.opennlp:opennlp-tools:1.9.1 (1 constraints: 0d050c36)
|
||||||
org.carrot2:morfologik-fsa:2.1.8 (1 constraints: da0d9b36)
|
org.carrot2:morfologik-fsa:2.1.9 (1 constraints: db0d9c36)
|
||||||
org.carrot2:morfologik-polish:2.1.8 (1 constraints: 0d050036)
|
org.carrot2:morfologik-polish:2.1.9 (1 constraints: 0e050136)
|
||||||
org.carrot2:morfologik-stemming:2.1.8 (2 constraints: 1112dc0c)
|
org.carrot2:morfologik-stemming:2.1.9 (2 constraints: 1312040d)
|
||||||
org.hamcrest:hamcrest:2.2 (1 constraints: a8041f2c)
|
org.hamcrest:hamcrest:2.2 (1 constraints: a8041f2c)
|
||||||
org.locationtech.spatial4j:spatial4j:0.8 (1 constraints: ac041f2c)
|
org.locationtech.spatial4j:spatial4j:0.8 (1 constraints: ac041f2c)
|
||||||
org.ow2.asm:asm:7.2 (3 constraints: 2717d96b)
|
org.ow2.asm:asm:7.2 (3 constraints: 2717d96b)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
com.carrotsearch.randomizedtesting:*=2.7.6
|
com.carrotsearch.randomizedtesting:*=2.8.0
|
||||||
com.carrotsearch:hppc=0.9.0
|
com.carrotsearch:hppc=0.9.1
|
||||||
com.carrotsearch:procfork=1.0.6
|
com.carrotsearch:procfork=1.0.6
|
||||||
com.google.errorprone:*=2.10.0
|
com.google.errorprone:*=2.10.0
|
||||||
com.ibm.icu:icu4j=70.1
|
com.ibm.icu:icu4j=70.1
|
||||||
|
@ -13,7 +13,7 @@ org.apache.commons:commons-compress=1.19
|
||||||
org.apache.httpcomponents:httpclient=4.5.13
|
org.apache.httpcomponents:httpclient=4.5.13
|
||||||
org.apache.opennlp:opennlp-tools=1.9.1
|
org.apache.opennlp:opennlp-tools=1.9.1
|
||||||
org.assertj:*=3.21.0
|
org.assertj:*=3.21.0
|
||||||
org.carrot2:morfologik-*=2.1.8
|
org.carrot2:morfologik-*=2.1.9
|
||||||
org.eclipse.jetty:*=9.4.41.v20210516
|
org.eclipse.jetty:*=9.4.41.v20210516
|
||||||
org.hamcrest:*=2.2
|
org.hamcrest:*=2.2
|
||||||
org.locationtech.jts:jts-core=1.17.0
|
org.locationtech.jts:jts-core=1.17.0
|
||||||
|
|
Loading…
Reference in New Issue