Skip to content

Commit

Permalink
Updated dependencies, preparing 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed May 30, 2017
1 parent cecae47 commit f9021be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3.0-SNAPSHOT</version>
<version>1.2.3</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 @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>
<cryptolib.version>1.1.1</cryptolib.version>
<dagger.version>2.10</dagger.version>
<dagger.version>2.11</dagger.version>
<guava.version>21.0</guava.version>
<commons.lang.version>3.5</commons.lang.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.21</version>
<version>2.8.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -132,7 +132,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.56</version>
<version>1.57</version>
<!-- not actually needed, but otherwise unit tests fail in Eclipe, if the "cryptolib" project is opened in the same workspace -->
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -191,7 +191,7 @@
<dependency>
<groupId>com.codacy</groupId>
<artifactId>codacy-coverage-reporter</artifactId>
<version>1.0.13</version>
<version>2.0.0</version>
<classifier>assembly</classifier>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -282,7 +282,7 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<executions>
<execution>
<id>generate-dependency-list</id>
Expand Down

0 comments on commit f9021be

Please sign in to comment.