From be816a0a80a8352947a8faabd261b7370926b5d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:20:19 +0100 Subject: [PATCH] chore(deps): update CLI to v2.14.0 (#443) Co-authored-by: GitHub Co-authored-by: Roman Zavarnitsyn --- CHANGELOG.md | 6 +++--- plugin-build/sentry-cli.properties | 2 +- .../gradle/SentryPluginWithDependencyCollectorsTest.kt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951aca90..d26f8e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ - Bump Android SDK from v6.13.0 to v6.15.0 ([#442](https://github.com/getsentry/sentry-android-gradle-plugin/pull/442)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150) - [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.15.0) -- Bump CLI from v2.12.0 to v2.13.0 ([#439](https://github.com/getsentry/sentry-android-gradle-plugin/pull/439)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130) - - [diff](https://github.com/getsentry/sentry-cli/compare/2.12.0...2.13.0) +- Bump CLI from v2.12.0 to v2.14.0 ([#439](https://github.com/getsentry/sentry-android-gradle-plugin/pull/439), [#443](https://github.com/getsentry/sentry-android-gradle-plugin/pull/443)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2140) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.12.0...2.14.0) ## 3.4.2 diff --git a/plugin-build/sentry-cli.properties b/plugin-build/sentry-cli.properties index dd8bb6f2..55673a0f 100644 --- a/plugin-build/sentry-cli.properties +++ b/plugin-build/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.13.0 +version = 2.14.0 repo = https://github.com/getsentry/sentry-cli diff --git a/plugin-build/src/test/kotlin/io/sentry/android/gradle/SentryPluginWithDependencyCollectorsTest.kt b/plugin-build/src/test/kotlin/io/sentry/android/gradle/SentryPluginWithDependencyCollectorsTest.kt index 2e9bc5e3..a25e86a4 100644 --- a/plugin-build/src/test/kotlin/io/sentry/android/gradle/SentryPluginWithDependencyCollectorsTest.kt +++ b/plugin-build/src/test/kotlin/io/sentry/android/gradle/SentryPluginWithDependencyCollectorsTest.kt @@ -1,7 +1,7 @@ package io.sentry.android.gradle -import org.junit.Test import kotlin.test.assertTrue +import org.junit.Test class SentryPluginWithDependencyCollectorsTest : BaseSentryPluginTest(androidGradlePluginVersion = "7.3.0", gradleVersion = "7.6") {