Skip to content

Commit

Permalink
dependencies version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed Jun 30, 2017
1 parent ff0b607 commit 8a7f557
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions redisson/pom.xml
Expand Up @@ -34,33 +34,33 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.11.Final</version>
<version>4.1.12.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.11.Final</version>
<version>4.1.12.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.11.Final</version>
<version>4.1.12.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.11.Final</version>
<version>4.1.12.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.11.Final</version>
<version>4.1.12.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.11.Final</version>
<version>4.1.12.Final</version>
</dependency>

<dependency>
Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.5.2</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.28</version>
<version>1.33</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -159,14 +159,14 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.2.6</version>
<version>1.1.4</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>2.47</version>
<version>2.50</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -385,7 +385,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.1</version>
<configuration>
<source>${source.version}</source>
<target>${source.version}</target>
Expand Down

0 comments on commit 8a7f557

Please sign in to comment.