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.16.1 to 2.17.0 #518

Merged
merged 1 commit into from
Mar 23, 2024
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.77</bouncycastle.version>
<jackson.version>2.16.1</jackson.version>
<jackson.version>2.17.0</jackson.version>
<maven.version>3.5.0</maven.version>
<mockito.version>4.11.0</mockito.version>
<resilience4j.version>1.7.1</resilience4j.version>
Expand Down
5 changes: 1 addition & 4 deletions src/it/sigOkKeysMapWithPluginDependencies/keysmap.list
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,7 @@ junit:junit:4.8.1 = noSig
log4j:log4j:1.2.12 = noSig
logkit:logkit:1.0.1 = noSig
nekohtml:nekohtml:0.9.1 = noSig
net.bytebuddy:byte-buddy:1.10.5 = 0xB4AC8CDC141AF0AE468D16921DA784CCB5C46DD5
net.bytebuddy:byte-buddy:1.8.10 = 0xF42B96B8648B5C4A1C43A62FBB2914C1FA0811C3
net.bytebuddy:byte-buddy-agent:1.10.5 = 0xB4AC8CDC141AF0AE468D16921DA784CCB5C46DD5
net.bytebuddy:byte-buddy-agent:1.8.10 = 0xF42B96B8648B5C4A1C43A62FBB2914C1FA0811C3
net.bytebuddy = 0xB4AC8CDC141AF0AE468D16921DA784CCB5C46DD5, 0xF42B96B8648B5C4A1C43A62FBB2914C1FA0811C3
net.minidev:accessors-smart:1.2 = 0x2F39E2A1EB9BC4E78F403B22F6BC09712C8DF6EC
net.minidev:json-smart:2.3 = 0x2F39E2A1EB9BC4E78F403B22F6BC09712C8DF6EC
net.sf.jopt-simple:jopt-simple:5.0.3 = 0x517B94F8D0A46317A28D8AB30DA8A5EC02D11EAD
Expand Down