Skip to content

Commit 7fc744b

Browse files
committed
Merge branch 'release/1.5.2'
2 parents 5440dfa + e4df891 commit 7fc744b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.cryptomator</groupId>
55
<artifactId>siv-mode</artifactId>
6-
<version>1.5.1</version>
6+
<version>1.5.2</version>
77

88
<name>SIV Mode</name>
99
<description>RFC 5297 SIV mode: deterministic authenticated encryption</description>
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<project.build.outputTimestamp>2024-04-15T10:23:33Z</project.build.outputTimestamp>
38+
<project.build.outputTimestamp>2024-04-16T12:32:12Z</project.build.outputTimestamp>
3939

4040
<!-- dependencies -->
4141
<bouncycastle.version>1.78</bouncycastle.version>
@@ -224,7 +224,7 @@
224224
<createSourcesJar>false</createSourcesJar>
225225
<artifactSet>
226226
<includes>
227-
<include>org.bouncycastle:bcprov-jdk15on</include>
227+
<include>org.bouncycastle:bcprov-jdk18on</include>
228228
</includes>
229229
</artifactSet>
230230
<relocations>
@@ -235,7 +235,7 @@
235235
</relocations>
236236
<filters>
237237
<filter>
238-
<artifact>org.bouncycastle:bcprov-jdk15on</artifact>
238+
<artifact>org.bouncycastle:bcprov-jdk18on</artifact>
239239
<excludes>
240240
<exclude>META-INF/**</exclude>
241241
</excludes>

0 commit comments

Comments
 (0)