Skip to content

Commit 630daa8

Browse files
committed
more updates
1 parent 015c874 commit 630daa8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

soot-infoflow-android/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>org.hamcrest</groupId>
148148
<artifactId>hamcrest-core</artifactId>
149-
<version>1.3</version>
149+
<version>2.2</version>
150150
<scope>test</scope>
151151
</dependency>
152152
<dependency>
@@ -163,12 +163,12 @@
163163
<dependency>
164164
<groupId>com.google.protobuf</groupId>
165165
<artifactId>protobuf-java</artifactId>
166-
<version>3.4.0</version>
166+
<version>3.18.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.esotericsoftware</groupId>
170170
<artifactId>kryo</artifactId>
171-
<version>5.0.0-RC8</version>
171+
<version>5.2.0</version>
172172
</dependency>
173173
</dependencies>
174174

soot-infoflow-cmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.slf4j</groupId>
154154
<artifactId>slf4j-simple</artifactId>
155-
<version>1.7.5</version>
155+
<version>1.7.32</version>
156156
<optional>true</optional>
157157
</dependency>
158158
</dependencies>

soot-infoflow-summaries/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>junit</groupId>
184184
<artifactId>junit</artifactId>
185-
<version>4.13.1</version>
185+
<version>4.13.2</version>
186186
<scope>test</scope>
187187
</dependency>
188188
<dependency>

0 commit comments

Comments
 (0)