Skip to content

Commit

Permalink
Preparing 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Oct 31, 2018
1 parent b17595f commit f9cd0eb
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>cryptofs</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.1</version>
<name>Cryptomator Crypto Filesystem</name>
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
<url>https://github.com/cryptomator/cryptofs</url>
Expand All @@ -15,8 +15,8 @@

<properties>
<cryptolib.version>1.2.1</cryptolib.version>
<dagger.version>2.17</dagger.version>
<guava.version>26.0-jre</guava.version>
<dagger.version>2.19</dagger.version>
<guava.version>27.0-jre</guava.version>
<slf4j.version>1.7.25</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.3.2</version>
<version>3.3.4</version>
<configuration>
<cveValidForHours>24</cveValidForHours>
<failBuildOnCVSS>0</failBuildOnCVSS>
Expand Down

0 comments on commit f9cd0eb

Please sign in to comment.