Skip to content

Commit

Permalink
no more version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jun 28, 2016
1 parent 83c3dca commit ef48cef
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 @@ -39,7 +39,7 @@
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>siv-mode</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.madgag.spongycastle</groupId>
Expand All @@ -49,17 +49,17 @@
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
<version>[1.1.0,]</version>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.7.0,]</version>
<version>2.7.5</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>[1.10,]</version>
<version>1.10</version>
</dependency>

<!-- tests -->
Expand Down

0 comments on commit ef48cef

Please sign in to comment.