Skip to content

Commit

Permalink
fix: bumping overrides for Snyk on Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkas committed Nov 30, 2023
1 parent 5bb8e54 commit 532c4ce
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -146,7 +154,17 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson-annotations.version}</version>
</dependency>
<!-- Add a safe version of logback-classic as an override -->
<!-- Add a safe versions for SoS as overrides -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.13</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand All @@ -167,4 +185,4 @@
<url>https://releases.jfrog.io/artifactory/jcenter/</url>
</repository>
</repositories>
</project>
</project>

0 comments on commit 532c4ce

Please sign in to comment.