Skip to content

Commit ab049c9

Browse files
author
ghouldaemon
committed
Fix 6 vulnerable dependencies identified by Prisma Cloud
1 parent 0daaf16 commit ab049c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sca-package/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>org.apache.httpcomponents</groupId>
1010
<artifactId>httpclient</artifactId>
11-
<version>4.3.2</version>
11+
<version>5.0.3</version>
1212
<type>jar</type>
1313
<scope>compile</scope>
1414
</dependency>
@@ -29,12 +29,12 @@
2929
<dependency>
3030
<groupId>com.fasterxml.jackson.core</groupId>
3131
<artifactId>jackson-core</artifactId>
32-
<version>2.4.0</version>
32+
<version>2.15.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
37-
<version>2.4.0</version>
37+
<version>2.16.0</version>
3838
</dependency>
3939
</dependencies>
4040
<build>

sca-package/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
django==1.2
2-
flask==0.6
3-
requests==2.26.0
1+
django == 3.2.4
2+
flask == 2.3.2
3+
requests == 2.31.0

0 commit comments

Comments
 (0)