Skip to content

Commit 01204b1

Browse files
shryhustboychuk
authored andcommitted
GP-83 update dependencies
1 parent ba3c01c commit 01204b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<artifactId>slf4j-simple</artifactId>
3636
<version>1.7.24</version>
3737
</dependency>
38-
3938
<dependency>
4039
<groupId>org.junit.jupiter</groupId>
4140
<artifactId>junit-jupiter-engine</artifactId>
@@ -65,6 +64,11 @@
6564
<version>1.3</version>
6665
<scope>test</scope>
6766
</dependency>
67+
<dependency>
68+
<groupId>org.reflections</groupId>
69+
<artifactId>reflections</artifactId>
70+
<version>0.9.12</version>
71+
</dependency>
6872
<dependency>
6973
<groupId>org.mockito</groupId>
7074
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)