Commit 4c8e3c8 1 parent cfe2cde commit 4c8e3c8 Copy full SHA for 4c8e3c8
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
<groupId >org.soot-oss</groupId >
7
7
<artifactId >soot</artifactId >
8
8
<name >Soot - a J*va Optimization Framework</name >
9
- <version >4.5.0 </version >
9
+ <version >4.6.0-SNAPSHOT </version >
10
10
<description >A Java Optimization Framework</description >
11
11
<url >https://soot-oss.github.io/soot</url >
12
12
<organization >
576
576
<dependency >
577
577
<groupId >com.google.protobuf</groupId >
578
578
<artifactId >protobuf-java</artifactId >
579
- <version >3.21.7 </version >
579
+ <version >3.25.3 </version >
580
580
</dependency >
581
581
<dependency >
582
582
<groupId >com.google.protobuf</groupId >
583
583
<artifactId >protobuf-java-util</artifactId >
584
- <version >3.21.2 </version >
584
+ <version >3.25.3 </version >
585
585
</dependency >
586
586
</dependencies >
587
587
657
657
<configuration >
658
658
<!-- This is necessary for gpg to not try to use the pinentry programs -->
659
659
<gpgArguments >
660
+ <arg >--batch</arg >
660
661
<arg >--pinentry-mode</arg >
661
662
<arg >loopback</arg >
662
663
</gpgArguments >
You can’t perform that action at this time.
0 commit comments