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.
1 parent c5a06e6 commit afd6a33Copy full SHA for afd6a33
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.cryptomator</groupId>
5
<artifactId>siv-mode</artifactId>
6
- <version>1.2.1</version>
+ <version>1.2.2</version>
7
8
<name>SIV Mode</name>
9
<description>RFC 5297 SIV mode: deterministic authenticated encryption</description>
@@ -155,7 +155,7 @@
155
<plugin>
156
<groupId>org.owasp</groupId>
157
<artifactId>dependency-check-maven</artifactId>
158
- <version>2.0.1</version>
+ <version>2.1.0</version>
159
<configuration>
160
<cveValidForHours>24</cveValidForHours>
161
<failBuildOnCVSS>0</failBuildOnCVSS>
0 commit comments