1
0
mirror of https://github.com/square/okhttp.git synced 2025-04-19 07:42:15 +03:00

Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.10.0 (#8737)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-10 23:49:42 -04:00 committed by GitHub
parent 76aeda76c2
commit 0a8129ffef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import java.util.Properties
rootProject.name = "okhttp-parent"
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.10.0")
}
include(":mockwebserver")