|
28 | 28 | <dependency>
|
29 | 29 | <groupId>com.google.code.gson</groupId>
|
30 | 30 | <artifactId>gson</artifactId>
|
31 |
| - <version>2.1</version> |
| 31 | + <version>2.2.2</version> |
32 | 32 | </dependency>
|
33 | 33 | <dependency>
|
34 | 34 | <groupId>com.github.rtyley</groupId>
|
35 | 35 | <artifactId>roboguice-sherlock</artifactId>
|
36 |
| - <version>1.4</version> |
| 36 | + <version>1.5</version> |
37 | 37 | </dependency>
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>org.roboguice</groupId>
|
|
48 | 48 | </dependency>
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>com.actionbarsherlock</groupId>
|
51 |
| - <artifactId>library</artifactId> |
| 51 | + <artifactId>actionbarsherlock</artifactId> |
52 | 52 | <version>${abs.version}</version>
|
53 | 53 | <type>jar</type>
|
54 | 54 | <scope>provided</scope>
|
55 | 55 | </dependency>
|
56 | 56 | <dependency>
|
57 | 57 | <groupId>com.github.kevinsawicki</groupId>
|
58 | 58 | <artifactId>http-request</artifactId>
|
59 |
| - <version>2.1</version> |
| 59 | + <version>3.0</version> |
60 | 60 | </dependency>
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>com.viewpagerindicator</groupId>
|
63 | 63 | <artifactId>library</artifactId>
|
64 |
| - <version>2.3.1</version> |
| 64 | + <version>2.4.1</version> |
65 | 65 | <type>apklib</type>
|
66 | 66 | </dependency>
|
67 | 67 | <dependency>
|
68 | 68 | <groupId>com.nineoldandroids</groupId>
|
69 | 69 | <artifactId>library</artifactId>
|
70 |
| - <version>2.2.0</version> |
| 70 | + <version>2.4.0</version> |
71 | 71 | </dependency>
|
72 | 72 | <dependency>
|
73 | 73 | <groupId>com.github.kevinsawicki</groupId>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>com.github.kevinsawicki</groupId>
|
79 | 79 | <artifactId>wishlist</artifactId>
|
80 |
| - <version>0.4</version> |
| 80 | + <version>0.6</version> |
81 | 81 | <type>apklib</type>
|
82 | 82 | </dependency>
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>junit</groupId>
|
85 | 85 | <artifactId>junit</artifactId>
|
86 |
| - <version>4.10</version> |
| 86 | + <version>4.11</version> |
87 | 87 | <scope>test</scope>
|
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.hamcrest</groupId>
|
91 | 91 | <artifactId>hamcrest-library</artifactId>
|
92 |
| - <version>1.3.RC2</version> |
| 92 | + <version>1.3</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.mockito</groupId>
|
97 | 97 | <artifactId>mockito-core</artifactId>
|
98 |
| - <version>1.9.0</version> |
| 98 | + <version>1.9.5</version> |
99 | 99 | <scope>test</scope>
|
100 | 100 | </dependency>
|
101 | 101 | </dependencies>
|
|
0 commit comments