Skip to content

Commit 727bebf

Browse files
authored
Merge pull request #2268 from MarcMil/minor-version-release
Prepare for minor version release 4.7.1
2 parents 83bc73f + 9cc0d2b commit 727bebf

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.soot-oss</groupId>
77
<artifactId>soot</artifactId>
88
<name>Soot - a J*va Optimization Framework</name>
9-
<version>4.8.0-SNAPSHOT</version>
9+
<version>4.7.1</version>
1010
<description>A Java Optimization Framework</description>
1111
<url>https://soot-oss.github.io/soot</url>
1212
<organization>
@@ -439,7 +439,7 @@
439439
<dependency>
440440
<groupId>commons-io</groupId>
441441
<artifactId>commons-io</artifactId>
442-
<version>2.17.0</version>
442+
<version>2.21.0</version>
443443
</dependency>
444444
<dependency>
445445
<groupId>com.android.tools.smali</groupId>
@@ -472,11 +472,6 @@
472472
<version>3.30.2-GA</version>
473473
<scope>provided</scope>
474474
</dependency>
475-
<dependency>
476-
<groupId>xmlpull</groupId>
477-
<artifactId>xmlpull</artifactId>
478-
<version>1.1.3.4d_b4_min</version>
479-
</dependency>
480475
<dependency>
481476
<groupId>org.apache.ant</groupId>
482477
<artifactId>ant</artifactId>
@@ -554,12 +549,12 @@
554549
<dependency>
555550
<groupId>com.google.protobuf</groupId>
556551
<artifactId>protobuf-java</artifactId>
557-
<version>3.25.5</version>
552+
<version>3.25.8</version>
558553
</dependency>
559554
<dependency>
560555
<groupId>com.google.protobuf</groupId>
561556
<artifactId>protobuf-java-util</artifactId>
562-
<version>3.25.5</version>
557+
<version>3.25.8</version>
563558
</dependency>
564559
</dependencies>
565560

0 commit comments

Comments
 (0)