You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,14 +47,14 @@ public void encryptWithAssociatedData() {
47
47
<dependency>
48
48
<groupId>org.cryptomator</groupId>
49
49
<artifactId>siv-mode</artifactId>
50
-
<version>1.3.0</version>
50
+
<version>1.3.2</version>
51
51
</dependency>
52
52
</dependencies>
53
53
```
54
54
55
55
## JPMS
56
56
57
-
From version 1.3.0 onwards this library is an explicit module with the name `org.cryptomator.siv`. You can use it by adding the following line to your `module-info.java`.
57
+
From version 1.3.2 onwards this library is an explicit module with the name `org.cryptomator.siv`. You can use it by adding the following line to your `module-info.java`.
58
58
59
59
```java
60
60
requires org.cryptomator.siv;
@@ -66,7 +66,7 @@ Because BouncyCastle classes are shaded, this library only depends on `java.base
66
66
67
67
This is a Maven project. To build it, run `mvn clean install`.
68
68
69
-
Requires JDK 9+ at build time due to JPMS support.
69
+
Requires JDK 11.0.3 or newer at build time due to JPMS support.
70
70
71
71
## License
72
72
Distributed under the MIT X Consortium license. See the LICENSE file for more info.
0 commit comments