Skip to content

Commit

Permalink
Fix 7 vulnerable dependencies identified by Prisma Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bridgeit-devops-bot committed Jan 12, 2024
1 parent 75554fa commit b3f31ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.15</version>
<version>1.21</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion packages/requirements.txt
@@ -1,2 +1,2 @@
django==1.2
django == 3.2.4

2 changes: 1 addition & 1 deletion packages/sub/.hidden/requirements.txt
@@ -1,2 +1,2 @@
django==1.2
django == 3.2.4

8 changes: 4 additions & 4 deletions packages/sub/pom.xml
Expand Up @@ -23,14 +23,14 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<cloud.function.context.version>3.1.0</cloud.function.context.version>
<log4j.version>2.14.0</log4j.version>
<log4j.version>2.17.1</log4j.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -40,12 +40,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.20</version>
<version>1.21</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.3.0</version>
<version>6.0.8</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b3f31ca

Please sign in to comment.