Skip to content

Commit

Permalink
Fix 6 vulnerable dependencies identified by Prisma Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouldaemon committed Dec 8, 2023
1 parent 0daaf16 commit 2aba0cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sca-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.2</version>
<version>5.0.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.4.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.0</version>
<version>2.16.0</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions sca-package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django==1.2
flask==0.6
requests==2.26.0
django == 3.2.4
flask == 2.3.2
requests == 2.31.0

0 comments on commit 2aba0cd

Please sign in to comment.