Skip to content

Commit d60906a

Browse files
author
Amir Tocker
committed
Update Junit version and add JUnitParams.
1 parent 9fe25e7 commit d60906a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

cloudinary-test-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>junit</groupId>
2727
<artifactId>junit</artifactId>
28-
<version>4.10</version>
28+
<version>4.12</version>
2929
</dependency>
3030
</dependencies>
3131
</project>

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,16 @@
116116
<version>2.0.0.0</version>
117117
<scope>test</scope>
118118
</dependency>
119+
<dependency>
120+
<groupId>pl.pragmatists</groupId>
121+
<artifactId>JUnitParams</artifactId>
122+
<version>1.0.5</version>
123+
<scope>test</scope>
124+
</dependency>
119125
<dependency>
120126
<groupId>junit</groupId>
121127
<artifactId>junit</artifactId>
122-
<version>4.10</version>
128+
<version>4.12</version>
123129
<scope>test</scope>
124130
</dependency>
125131
</dependencies>

samples/photo_album/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>junit</groupId>
7373
<artifactId>junit</artifactId>
74-
<version>4.8.2</version>
74+
<version>4.12</version>
7575
<scope>test</scope>
7676
</dependency>
7777

samples/photo_album_gae/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>junit</groupId>
8888
<artifactId>junit</artifactId>
89-
<version>4.10</version>
89+
<version>4.12</version>
9090
<scope>test</scope>
9191
</dependency>
9292

0 commit comments

Comments
 (0)