diff --git a/cmd/gradle/asset/verification-metadata.xml b/cmd/gradle/asset/verification-metadata.xml index dc006aa..258f317 100644 --- a/cmd/gradle/asset/verification-metadata.xml +++ b/cmd/gradle/asset/verification-metadata.xml @@ -188,36 +188,36 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + diff --git a/internal/consts/consts.go b/internal/consts/consts.go index 580ae6e..b0ede63 100644 --- a/internal/consts/consts.go +++ b/internal/consts/consts.go @@ -13,20 +13,20 @@ const ( AnalyticsServiceEndpoint = "https://xcode-analytics.services.bitrise.io" // Gradle Remote Build Cache related consts - GradleRemoteBuildCachePluginDepVersion = "1.2.26" + GradleRemoteBuildCachePluginDepVersion = "1.2.27" // Gradle Analytics related consts - GradleAnalyticsPluginDepVersion = "2.2.2" + GradleAnalyticsPluginDepVersion = "2.2.3" GradleAnalyticsEndpoint = "gradle-analytics.services.bitrise.io" GradleAnalyticsPort = 443 GradleAnalyticsHTTPEndpoint = "https://gradle-sink.services.bitrise.io" GradleAnalyticsGRPCEndpoint = "grpcs://gradle-analytics.services.bitrise.io:444" // Gradle Common Plugin version - GradleCommonPluginDepVersion = "1.0.6" + GradleCommonPluginDepVersion = "1.0.7" // Gradle Test Distribution Plugin version - GradleTestDistributionPluginDepVersion = "2.2.4" + GradleTestDistributionPluginDepVersion = "2.2.5" GradleTestDistributionEndpoint = "grpcs://bitrise-accelerate.services.bitrise.io" GradleTestDistributionKvEndpoint = "grpcs://bitrise-accelerate.services.bitrise.io" GradleTestDistributionPort = 443