Skip to content

Commit a7ef76e

Browse files
authored
Update Jackson and add Snyk ignore file (#60)
1 parent 0f327bb commit a7ef76e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.snyk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ignore:
2+
'CVE-2022-42889':
3+
- '*':
4+
reason: Not in our dependency tree
5+
expires: 2024-02-01

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<fluency.core.version>2.6.4</fluency.core.version>
7575
<fluency.fluentd.version>2.6.4</fluency.fluentd.version>
7676
<msgpack.core.version>0.9.1</msgpack.core.version>
77-
<jackson.databind.version>2.13.4.2</jackson.databind.version>
77+
<jackson.databind.version>2.16.0</jackson.databind.version>
7878
<jackson.dataformat.msgpack.version>0.9.1</jackson.dataformat.msgpack.version>
7979
<logback.more.appenders.version>1.8.7</logback.more.appenders.version>
8080

0 commit comments

Comments
 (0)