Skip to content

Commit 810468b

Browse files
author
Tom Reznik
committed
Bump dependencies
1 parent 0510b87 commit 810468b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848

4949
<!-- Dependencies -->
5050
<retrofit.version>1.9.0</retrofit.version>
51-
<rxjava.version>1.0.5</rxjava.version>
51+
<rxjava.version>1.0.9</rxjava.version>
5252

5353
<!-- Test Dependencies -->
5454
<commonsio.version>2.4</commonsio.version>
5555
<junit.version>4.11</junit.version>
56-
<kotlin-stdlib.version>0.10.195</kotlin-stdlib.version>
57-
<mockwebserver.version>2.0.0</mockwebserver.version>
58-
<okhttp.version>2.0.0</okhttp.version>
59-
<okhttp-urlconnection.version>2.0.0</okhttp-urlconnection.version>
60-
<mockito.version>1.10.8</mockito.version>
56+
<kotlin.version>0.11.91.4</kotlin.version>
57+
<mockwebserver.version>2.3.0</mockwebserver.version>
58+
<okhttp.version>2.3.0</okhttp.version>
59+
<okhttp-urlconnection.version>2.3.0</okhttp-urlconnection.version>
60+
<mockito.version>1.10.19</mockito.version>
6161
<android.version>4.1.1.4</android.version>
6262
<android.platform>16</android.platform>
6363
<robolectric.version>2.4</robolectric.version>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.jetbrains.kotlin</groupId>
8888
<artifactId>kotlin-stdlib</artifactId>
89-
<version>${kotlin-stdlib.version}</version>
89+
<version>${kotlin.version}</version>
9090
<scope>test</scope>
9191
</dependency>
9292

@@ -152,7 +152,7 @@
152152
<plugin>
153153
<artifactId>kotlin-maven-plugin</artifactId>
154154
<groupId>org.jetbrains.kotlin</groupId>
155-
<version>0.10.195</version>
155+
<version>${kotlin.version}</version>
156156

157157
<executions>
158158
<execution>

0 commit comments

Comments
 (0)