|
48 | 48 |
|
49 | 49 | <!-- Dependencies --> |
50 | 50 | <retrofit.version>1.9.0</retrofit.version> |
51 | | - <rxjava.version>1.0.5</rxjava.version> |
| 51 | + <rxjava.version>1.0.9</rxjava.version> |
52 | 52 |
|
53 | 53 | <!-- Test Dependencies --> |
54 | 54 | <commonsio.version>2.4</commonsio.version> |
55 | 55 | <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> |
61 | 61 | <android.version>4.1.1.4</android.version> |
62 | 62 | <android.platform>16</android.platform> |
63 | 63 | <robolectric.version>2.4</robolectric.version> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>org.jetbrains.kotlin</groupId> |
88 | 88 | <artifactId>kotlin-stdlib</artifactId> |
89 | | - <version>${kotlin-stdlib.version}</version> |
| 89 | + <version>${kotlin.version}</version> |
90 | 90 | <scope>test</scope> |
91 | 91 | </dependency> |
92 | 92 |
|
|
152 | 152 | <plugin> |
153 | 153 | <artifactId>kotlin-maven-plugin</artifactId> |
154 | 154 | <groupId>org.jetbrains.kotlin</groupId> |
155 | | - <version>0.10.195</version> |
| 155 | + <version>${kotlin.version}</version> |
156 | 156 |
|
157 | 157 | <executions> |
158 | 158 | <execution> |
|
272 | 272 | </build> |
273 | 273 |
|
274 | 274 | <repositories> |
275 | | - <repository> |
276 | | - <id>jetbrains-all</id> |
277 | | - <url>http://repository.jetbrains.com/all</url> |
278 | | - </repository> |
279 | 275 | <repository> |
280 | 276 | <id>sonatype.oss.snapshots</id> |
281 | 277 | <name>Sonatype OSS Snapshot Repository</name> |
|
288 | 284 | </snapshots> |
289 | 285 | </repository> |
290 | 286 | </repositories> |
291 | | - |
292 | | - <pluginRepositories> |
293 | | - <pluginRepository> |
294 | | - <id>sonatype.oss.snapshots</id> |
295 | | - <name>Sonatype OSS Snapshot Repository</name> |
296 | | - <url>http://oss.sonatype.org/content/repositories/snapshots</url> |
297 | | - <releases> |
298 | | - <enabled>false</enabled> |
299 | | - </releases> |
300 | | - <snapshots> |
301 | | - <enabled>true</enabled> |
302 | | - </snapshots> |
303 | | - </pluginRepository> |
304 | | - </pluginRepositories> |
305 | 287 | </project> |
0 commit comments