Skip to content

Commit

Permalink
Upgrade jackson to 2.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed May 9, 2024
1 parent 676972f commit 1912c01
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencyResolutionManagement {

// Third Party
library("greenrobot-eventbus", "org.greenrobot:eventbus:3.0.0")
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.13.5")
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.15.4")
library("square-okhttp3", "com.squareup.okhttp3:okhttp:3.12.13")
library("square-okhttp3-dnsoverhttps", "com.squareup.okhttp3:okhttp-dnsoverhttps:3.12.13")
library("square-okio", "com.squareup.okio:okio:3.0.0")
Expand Down
29 changes: 29 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3029,6 +3029,14 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
<sha256 value="5754476cdbfe1dce701ff41443b1474122fee5310780c9d16c4a0afef973bd94" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson.core" name="jackson-annotations" version="2.15.4">
<artifact name="jackson-annotations-2.15.4.jar">
<sha256 value="f204ebbd552614a22b8531ffe350d47f8fd42c45bb60517c07974dc27a5a1dd3" origin="Generated by Gradle"/>
</artifact>
<artifact name="jackson-annotations-2.15.4.module">
<sha256 value="2045ddd4adf0a2e56c054022055c949f7c722aa04986d8341e96d5c106fddf62" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson.core" name="jackson-core" version="2.12.0">
<artifact name="jackson-core-2.12.0.jar">
<sha256 value="8acab5ef6e4f332bbb331b3fcd24d716598770d13a47e7215aa5ee625d1fd9c9" origin="Generated by Gradle"/>
Expand All @@ -3045,6 +3053,14 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
<sha256 value="6266e6048af797bbeb46e5b1f1b9a383238d5928d40ff1318199045201ac32d9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson.core" name="jackson-core" version="2.15.4">
<artifact name="jackson-core-2.15.4.jar">
<sha256 value="8dc9210dd285db366f45f518dd1e6a9ccfeb0f1a8e184a899fe96d29edf1fd94" origin="Generated by Gradle"/>
</artifact>
<artifact name="jackson-core-2.15.4.module">
<sha256 value="1bc11f6558a1f2a15a16f8d1e7e1aba7a68a2eed1a2337a68659e2016d2858cf" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson.core" name="jackson-databind" version="2.12.0">
<artifact name="jackson-databind-2.12.0.jar">
<sha256 value="75d470eda0dd559e43f2ad08209fa09ecd268833492ba93fa46f6f3607acbab7" origin="Generated by Gradle"/>
Expand All @@ -3061,6 +3077,14 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
<sha256 value="1d0ce09d6a34e4c688980a5b6e3a7fc4aae114589df44a9aec97f6111ad85df2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson.core" name="jackson-databind" version="2.15.4">
<artifact name="jackson-databind-2.15.4.jar">
<sha256 value="0f99ff7719eef3ee85608b3dee6ecf3c698003fe9d6e34eabbfabccdc9b5ac2c" origin="Generated by Gradle"/>
</artifact>
<artifact name="jackson-databind-2.15.4.module">
<sha256 value="44702a2bfdd1a3b292711b9356291db05df961d180555849d2cbf60eb9ccb101" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson.module" name="jackson-module-kotlin" version="2.12.0">
<artifact name="jackson-module-kotlin-2.12.0.jar">
<sha256 value="ee69650831f72ff2411026b507f3583e90ca88b40e9dae3067f87b34088e0ced" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -5772,6 +5796,11 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
<sha256 value="40cfad993fa70ecdf2af74d0c56da1484ee220964be8f932cfe632be9a2733fa" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.9.2">
<artifact name="junit-bom-5.9.2.module">
<sha256 value="ab137ba5a8e32c9b066bf9126a1c76dd5614b724ba5c0b02549772b5e9f4cf1f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.junit.jupiter" name="junit-jupiter" version="5.8.2">
<artifact name="junit-jupiter-5.8.2.jar">
<sha256 value="4f5c1cc6432244cd16e36aa0e02b74bce34a81ff95a13d63d50951ec4ce3f4bd" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 1912c01

Please sign in to comment.