Skip to content

Commit

Permalink
fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed May 24, 2022
1 parent 94e3266 commit a830971
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.13.2</jackson.version>
<jackson.version>2.13.3</jackson.version>
<main.dir>${project.basedir}</main.dir>
<junit.version>5.8.2</junit.version>
<mockito.version>4.3.1</mockito.version>
Expand Down Expand Up @@ -314,6 +314,7 @@
<configuration>
<rules>
<banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies">
<scope>runtime</scope>
<excludeVulnerabilityIds>

</excludeVulnerabilityIds>
Expand Down
8 changes: 8 additions & 0 deletions unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<!-- pulling up due to issue: https://ossindex.sonatype.org/component/pkg:maven/commons-codec/[email protected]?utm_source=ossindex-client&utm_medium=integration&utm_content=1.1.1 -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down

0 comments on commit a830971

Please sign in to comment.