Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-core …
Browse files Browse the repository at this point in the history
…to v2.16.1
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent d47e727 commit d387fbc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ dependencies {
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"

implementation 'com.bluelinelabs:logansquare:1.3.7'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.3'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'

implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
Expand Down
15 changes: 15 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,16 @@
<sha256 value="98a6f840ce20947e2e4934028c457c58eb9290a2e48492289a9998bc029ff518" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="com.fasterxml" name="oss-parent" version="56">
<artifact name="oss-parent-56.pom">
<sha256 value="fd491f78857424106d2e3d605bcd799b53d31a565cdc868463ca7e875db45a50" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson" name="jackson-parent" version="2.16">
<artifact name="jackson-parent-2.16.pom">
<sha256 value="8bf6142812148a2abf6850b272f0af4c3d8ff1121ed604c402f3f38c9e6546ab" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.aurae.retrofit2" name="converter-logansquare" version="1.4.1">
<artifact name="converter-logansquare-1.4.1.jar">
<sha256 value="92fb573479c85570c63862d51ce31b5cadcbfbb1618a75027a92ed191b7b4bd2" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down Expand Up @@ -2832,6 +2842,11 @@
<sha256 value="a5a39853464fced4e82d87a8ff82a341002a40a96f18c2ae1bddb6969ee4a15a" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.9.3">
<artifact name="junit-bom-5.9.3.pom">
<sha256 value="4d0329cd9e72f2420e5ca15724cbfe6ffa6e5fd2888361516271190fdc342ed7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jvnet.staxex" name="stax-ex" version="1.8.1">
<artifact name="stax-ex-1.8.1.pom">
<sha256 value="8fc84f36ce6da6ce8c893b6538199a7f69a69a0706d9b17a3ee6a3a09452eed6" origin="Generated by Gradle"/>
Expand Down

0 comments on commit d387fbc

Please sign in to comment.