Skip to content

Commit 062dc5e

Browse files
authored
Merge pull request #867 from MarcMil/prepare-for-release
Prepare for release
2 parents cc27d9d + 268b5be commit 062dc5e

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
2828
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
2929

30-
<slf4j.version>2.0.13</slf4j.version>
30+
<slf4j.version>2.0.17</slf4j.version>
3131
<log4j.version>2.24.0</log4j.version>
3232
<junit.version>4.13.2</junit.version>
33-
<guava.version>33.3.0-jre</guava.version>
33+
<guava.version>33.5.0-jre</guava.version>
3434
<hamcrest.version>3.0</hamcrest.version>
3535

3636
<apache-commons-cli.version>1.11.0</apache-commons-cli.version>

soot-infoflow-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.15.0-SNAPSHOT</version>
13+
<version>2.15.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

soot-infoflow-cmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.15.0-SNAPSHOT</version>
13+
<version>2.15.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

soot-infoflow-integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.15.0-SNAPSHOT</version>
9+
<version>2.15.0</version>
1010
</parent>
1111

1212
<artifactId>soot-infoflow-integration</artifactId>
@@ -148,4 +148,4 @@
148148
<scope>test</scope>
149149
</dependency>
150150
</dependencies>
151-
</project>
151+
</project>

soot-infoflow-summaries/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.15.0-SNAPSHOT</version>
13+
<version>2.15.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

soot-infoflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>de.fraunhofer.sit.sse.flowdroid</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>2.15.0-SNAPSHOT</version>
14+
<version>2.15.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)