Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Jun 22, 2021
2 parents b401800 + 074675e commit bb274f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- dependencies -->
<owasp.version>6.1.1</owasp.version>
<spring.boot.version>2.4.5</spring.boot.version>
<spring.boot.version>2.4.7</spring.boot.version>
<spring.cloud.version>3.0.2</spring.cloud.version>
<feign.version>11.2</feign.version>
<bcpkix.version>1.68</bcpkix.version>
Expand Down Expand Up @@ -144,6 +144,13 @@
<scope>test</scope>
<version>${spring.boot.version}</version>
</dependency>
<!-- Explicit inclusion because of https://nvd.nist.gov/vuln/detail/CVE-2021-27568 -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit bb274f8

Please sign in to comment.