Update to latest JNUSLib. This fixes a really rare error that happen by decrypting titles which have directory FSTEntries without a corresponding content entry. (Only seen at 0005000C10013000 v0)

This commit is contained in:
Maschell 2019-04-18 23:31:55 +02:00
parent e98832e6f8
commit 3005ed981f

View File

@ -92,7 +92,7 @@
<dependency> <dependency>
<groupId>com.github.Maschell</groupId> <groupId>com.github.Maschell</groupId>
<artifactId>JNUSLib</artifactId> <artifactId>JNUSLib</artifactId>
<version>a521b04</version> <version>75e28a7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>