Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update CLI to v2.14.0 #443

Merged
merged 2 commits into from Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/sentry-cli.properties
@@ -1,2 +1,2 @@
version = 2.13.0
version = 2.14.0
repo = https://github.com/getsentry/sentry-cli
@@ -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") {
Expand Down