Skip to content

Commit

Permalink
Update fastutil to 8.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and electrum committed Jul 26, 2023
1 parent bc6b991 commit 5e9bb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public long[] sort(List<Type> types, List<Page> pages, List<Integer> sortChannel
pages.forEach(pagesIndex::addPage);
pagesIndex.sort(sortChannels, sortOrders);

return pagesIndex.getValueAddresses().toLongArray(null);
return pagesIndex.getValueAddresses().toLongArray();
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.3.0</version>
<version>8.5.12</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5e9bb46

Please sign in to comment.