Skip to content

Commit 4c8e3c8

Browse files
committed
next Soot development version
1 parent cfe2cde commit 4c8e3c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

+4-3
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.5.0</version>
9+
<version>4.6.0-SNAPSHOT</version>
1010
<description>A Java Optimization Framework</description>
1111
<url>https://soot-oss.github.io/soot</url>
1212
<organization>
@@ -576,12 +576,12 @@
576576
<dependency>
577577
<groupId>com.google.protobuf</groupId>
578578
<artifactId>protobuf-java</artifactId>
579-
<version>3.21.7</version>
579+
<version>3.25.3</version>
580580
</dependency>
581581
<dependency>
582582
<groupId>com.google.protobuf</groupId>
583583
<artifactId>protobuf-java-util</artifactId>
584-
<version>3.21.2</version>
584+
<version>3.25.3</version>
585585
</dependency>
586586
</dependencies>
587587

@@ -657,6 +657,7 @@
657657
<configuration>
658658
<!-- This is necessary for gpg to not try to use the pinentry programs -->
659659
<gpgArguments>
660+
<arg>--batch</arg>
660661
<arg>--pinentry-mode</arg>
661662
<arg>loopback</arg>
662663
</gpgArguments>

0 commit comments

Comments
 (0)