Skip to content

Commit

Permalink
Merge pull request #10 from RomualdRousseau/bug-fix/fix-threats
Browse files Browse the repository at this point in the history
fix: Fix threats
  • Loading branch information
RomualdRousseau authored Aug 27, 2024
2 parents 16179f7 + 7999248 commit ffd5efe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,26 @@
<artifactId>jline</artifactId>
<version>3.26.3</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>3.6.1</version>
</dependency>
<!-- Fix convergences -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit ffd5efe

Please sign in to comment.