Skip to content

Commit

Permalink
Merge branch 'release/1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Apr 16, 2024
2 parents 5440dfa + e4df891 commit 7fc744b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>siv-mode</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>

<name>SIV Mode</name>
<description>RFC 5297 SIV mode: deterministic authenticated encryption</description>
Expand Down Expand Up @@ -35,7 +35,7 @@

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

<!-- dependencies -->
<bouncycastle.version>1.78</bouncycastle.version>
Expand Down Expand Up @@ -224,7 +224,7 @@
<createSourcesJar>false</createSourcesJar>
<artifactSet>
<includes>
<include>org.bouncycastle:bcprov-jdk15on</include>
<include>org.bouncycastle:bcprov-jdk18on</include>
</includes>
</artifactSet>
<relocations>
Expand All @@ -235,7 +235,7 @@
</relocations>
<filters>
<filter>
<artifact>org.bouncycastle:bcprov-jdk15on</artifact>
<artifact>org.bouncycastle:bcprov-jdk18on</artifact>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
Expand Down

0 comments on commit 7fc744b

Please sign in to comment.