Skip to content

Commit 067c242

Browse files
Mmarzexsnyk-bot
andauthored
fix: packages/serverless/lib/plugins/aws/invoke-local/runtime-wrappers/java/pom.xml to reduce vulnerabilities (#13382)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 37ba146 commit 067c242

File tree

1 file changed

+3
-3
lines changed
  • packages/serverless/lib/plugins/aws/invoke-local/runtime-wrappers/java

1 file changed

+3
-3
lines changed

packages/serverless/lib/plugins/aws/invoke-local/runtime-wrappers/java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-core</artifactId>
30-
<version>2.21.0</version>
30+
<version>2.21.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.21.0</version>
35+
<version>2.21.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.datatype</groupId>
4444
<artifactId>jackson-datatype-joda</artifactId>
45-
<version>2.21.0</version>
45+
<version>2.21.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>junit</groupId>

0 commit comments

Comments
 (0)