Skip to content

Commit f250357

Browse files
committed
fix: soot-infoflow-android/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-173761
1 parent 0967ca2 commit f250357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soot-infoflow-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>com.google.protobuf</groupId>
138138
<artifactId>protobuf-java</artifactId>
139-
<version>2.5.0</version>
139+
<version>3.4.0</version>
140140
</dependency>
141141
</dependencies>
142142

0 commit comments

Comments
 (0)