We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff85b02 + 86dc05f commit 42c18b1Copy full SHA for 42c18b1
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.swiftcryptollc</groupId>
5
<artifactId>kyberJCE</artifactId>
6
- <version>2.1.4</version>
+ <version>2.1.5</version>
7
<packaging>jar</packaging>
8
<name>KyberJCE</name>
9
<description>Pure Java implementation of Kyber</description>
@@ -47,8 +47,8 @@
47
<artifactId>maven-compiler-plugin</artifactId>
48
<version>3.10.1</version>
49
<configuration>
50
- <source>18</source>
51
- <target>18</target>
+ <source>17</source>
+ <target>17</target>
52
<compilerArgs>
53
<arg>--add-exports</arg>
54
<arg>java.base/sun.security.util=ALL-UNNAMED</arg>
0 commit comments