Skip to content

Commit

Permalink
fix(deps): update dependency com.google.http-client:google-http-clien…
Browse files Browse the repository at this point in the history
…t-jackson2 to v1.45.3
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent f5b6f76 commit fff598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {
// Using custom build version
implementation 'com.h6ah4i.android:openslmediaplayer:+@aar'
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.6'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.31.0'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.45.3'
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.mediarouter:mediarouter:1.0.0'
Expand Down

0 comments on commit fff598d

Please sign in to comment.