Skip to content

Commit

Permalink
Update json library to 20231013
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatters-r7 committed May 22, 2024
1 parent 962ff31 commit 4d84150
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions java/androidpayload/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.metasploit</groupId>
Expand Down

0 comments on commit 4d84150

Please sign in to comment.