bumping dependencies without a specific reason

This commit is contained in:
rusefillc 2025-02-08 13:25:44 -05:00
parent 32193b33c8
commit eb0898e7dd
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ ext {
]
ts_plugin_libs = [
httpclient : "org.apache.httpcomponents:httpclient:4.5.13",
httpcore : "org.apache.httpcomponents:httpcore:4.4.13",
httpmime : "org.apache.httpcomponents:httpmime:4.5.12",
httpclient : "org.apache.httpcomponents:httpclient:4.5.14",
httpcore : "org.apache.httpcomponents:httpcore:4.4.16",
httpmime : "org.apache.httpcomponents:httpmime:4.5.14",
launcher_api: fileTree( dir: "lib", include: "TunerStudioPluginAPI.jar" )
]
}