Skip to content

Commit cbda717

Browse files
committed
updated dependencies
1 parent 3995c92 commit cbda717

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

soot-infoflow/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,19 @@
155155
<dependency>
156156
<groupId>junit</groupId>
157157
<artifactId>junit</artifactId>
158-
<version>4.13.1</version>
158+
<version>4.13.2</version>
159159
<scope>test</scope>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.hamcrest</groupId>
163163
<artifactId>hamcrest-core</artifactId>
164-
<version>1.3</version>
164+
<version>2.2</version>
165165
<scope>test</scope>
166166
</dependency>
167167
<dependency>
168168
<groupId>javax.servlet</groupId>
169169
<artifactId>javax.servlet-api</artifactId>
170-
<version>3.1.0</version>
170+
<version>4.0.1</version>
171171
<scope>test</scope>
172172
</dependency>
173173
<dependency>

0 commit comments

Comments
 (0)