Skip to content

Commit 36c177e

Browse files
committed
POM: Update libs versions
1 parent f4f8400 commit 36c177e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
<dependency>
2020
<groupId>com.squareup</groupId>
2121
<artifactId>fest-android</artifactId>
22-
<version>1.0.3</version>
22+
<version>1.0.8</version>
2323
<scope>test</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.robolectric</groupId>
2727
<artifactId>robolectric</artifactId>
28-
<version>2.0-alpha-1</version>
28+
<version>2.4</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>
3232
<groupId>junit</groupId>
3333
<artifactId>junit</artifactId>
34-
<version>4.8.2</version>
34+
<version>4.12</version>
3535
<scope>test</scope>
3636
</dependency>
3737

0 commit comments

Comments
 (0)