Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jackson.version from 2.13.3 to 2.14.1 #413

Merged
merged 2 commits into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<properties>
<bouncycastle.version>1.70</bouncycastle.version>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.14.1</jackson.version>
<maven.version>3.5.0</maven.version>
<mockito.version>4.6.1</mockito.version>
<resilience4j.version>1.7.1</resilience4j.version>
Expand Down
8 changes: 5 additions & 3 deletions src/it/sigOkKeysMapWithPluginDependencies/keysmap.list
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ classworlds:classworlds:1.1 = noSig
classworlds:classworlds:1.1-alpha-2 = noSig
com.beust:jcommander:1.72 = 0x67497E9D680CE8E95BD6B8F85AD66315FC018797
com.facebook.infer.annotation:infer-annotation:0.11.0 = 0xA40F78DC866DEDC8C25C747A6B36BCFBED910BD2
com.fasterxml.jackson.core:jackson-annotations:2.10.1 = 0x6214760097DC5CFAD0175AC2C9FBAA83A8753994
com.fasterxml.jackson.core:jackson-core:2.10.1 = 0x6214760097DC5CFAD0175AC2C9FBAA83A8753994
com.fasterxml.jackson.core:jackson-databind:2.10.1 = 0x6214760097DC5CFAD0175AC2C9FBAA83A8753994

com.fasterxml.jackson.core = \
0x28118C070CB22A0175A2E8D43D12CA2AC19F3181, \
0x6214760097DC5CFAD0175AC2C9FBAA83A8753994

com.github.fge = 0xE231245C9E2D09F6F8A4259A37246FA6B97F0377
com.github.java-json-tools:jackson-coreutils:1.9 = 0x36BB1C8A910CC6B5A6A7344626ED90A14377DCC4
com.github.java-json-tools:json-schema-core:1.2.10 = 0x36BB1C8A910CC6B5A6A7344626ED90A14377DCC4
Expand Down