Skip to content

Commit 5a3feb6

Browse files
committed
Update dependencies to support java 21
1 parent 915a481 commit 5a3feb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.soot-oss</groupId>
2525
<artifactId>soot</artifactId>
26-
<version>4.4.1</version>
26+
<version>4.6.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>info.picocli</groupId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.json</groupId>
3535
<artifactId>json</artifactId>
36-
<version>20211205</version>
36+
<version>20220320</version>
3737
</dependency>
3838
</dependencies>
3939

0 commit comments

Comments
 (0)