Skip to content

Commit

Permalink
Override vulnerable profiler sub-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jun 19, 2024
1 parent 493edc1 commit da1fe9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<artifactId>profiler</artifactId>
<version>1.0.14</version>
</dependency>
<!-- override vulnerable profiler sub-dependency -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit da1fe9a

Please sign in to comment.