Skip to content

Commit 569d0ae

Browse files
Bring in jvector bug fix
built from the branch in this PR: datastax/jvector#588
1 parent 5281fdd commit 569d0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
<dependency groupId="org.apache.lucene" artifactId="lucene-core" version="9.8.0" />
744744
<dependency groupId="org.apache.lucene" artifactId="lucene-analysis-common" version="9.8.0" />
745745
<dependency groupId="org.apache.lucene" artifactId="lucene-backward-codecs" version="9.8.0" />
746-
<dependency groupId="io.github.jbellis" artifactId="jvector" version="4.0.0-rc.7-02fea879" />
746+
<dependency groupId="io.github.jbellis" artifactId="jvector" version="4.0.0-rc.7-352eda26" />
747747
<dependency groupId="com.bpodgursky" artifactId="jbool_expressions" version="1.14" scope="test"/>
748748

749749
<dependency groupId="com.carrotsearch.randomizedtesting" artifactId="randomizedtesting-runner" version="2.1.2" scope="test">

0 commit comments

Comments
 (0)