Skip to content

Commit

Permalink
server: fix CWE/CVE reported by GitHub Dependabot
Browse files Browse the repository at this point in the history
CWE-203, CWE-835, CWE-125, CWE-400, CVE-2024-34447

Signed-off-by: wenxin.leong <[email protected]>
  • Loading branch information
wxleong committed Nov 19, 2024
1 parent 594bde4 commit 23e8e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version>
<version>1.79</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 23e8e74

Please sign in to comment.