Skip to content

Commit 2342833

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924
1 parent e3d365f commit 2342833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.fasterxml.jackson.core</groupId>
183183
<artifactId>jackson-databind</artifactId>
184-
<version>2.21.0</version>
184+
<version>2.21.1</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>com.slack.api</groupId>

0 commit comments

Comments
 (0)