Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void testGetFingerprint() throws Exception {

// The fingerprint depends on the hashCode of each stream and stream rule and might change if the underlying
// implementation changed.
assertEquals("dc859599e0c4564322fbb7535796e96147ad766b", fingerprint.getFingerprint());
assertEquals("d669c1037a49c956ef8f25033abc065c2fb259d4", fingerprint.getFingerprint());
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<log4j.version>2.24.3</log4j.version>
<lucene.version>9.12.0</lucene.version>
<metrics.version>4.2.30</metrics.version>
<mongodb-driver.version>5.3.1</mongodb-driver.version>
<mongodb-driver.version>5.4.0</mongodb-driver.version>
<mongojack.version>5.0.2</mongojack.version>
<natty.version>0.13</natty.version>
<netty.version>4.1.119.Final</netty.version>
Expand Down
Loading