We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1994e commit 18a36daCopy full SHA for 18a36da
1 file changed
soot-infoflow-integration/pom.xml
@@ -10,6 +10,8 @@
10
</parent>
11
12
<artifactId>soot-infoflow-integration</artifactId>
13
+ <name>FlowDroid Integration Test Cases</name>
14
+ <description>Test cases for end-to-end evaluation of FlowDroid functionality across all modules</description>
15
16
<properties>
17
<maven.compiler.source>11</maven.compiler.source>
@@ -144,7 +146,7 @@
144
146
<dependency>
145
147
<groupId>org.springframework</groupId>
148
<artifactId>spring-web</artifactId>
- <version>7.0.3</version>
149
+ <version>7.0.4</version>
150
<scope>test</scope>
151
</dependency>
152
</dependencies>
0 commit comments