chore(deps): Update Deps to v4.5.14

This commit is contained in:
renovate[bot] 2022-12-04 13:32:31 +00:00 committed by GitHub
parent 93a6aface2
commit 1a759dcc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath "org.apache.httpcomponents:httpmime:4.5.13" classpath "org.apache.httpcomponents:httpmime:4.5.14"
classpath "com.google.code.gson:gson:2.10" classpath "com.google.code.gson:gson:2.10"
classpath "org.apache.httpcomponents:httpclient:4.5.13" classpath "org.apache.httpcomponents:httpclient:4.5.14"
} }
} }