diff --git a/.github/workflows/drift.yml b/.github/workflows/drift.yml index 2fd1154346..efdcb116b9 100644 --- a/.github/workflows/drift.yml +++ b/.github/workflows/drift.yml @@ -96,7 +96,7 @@ jobs: cd drift flutter test --coverage --test-randomize-ordering-seed=random - - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3 + - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_drift diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 95dfe52727..b83f616683 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -98,7 +98,7 @@ jobs: flutter test --coverage --test-randomize-ordering-seed=random dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart' - - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3 + - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v3 if: matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_flutter diff --git a/.github/workflows/isar.yml b/.github/workflows/isar.yml index b1f44af795..b976b60322 100644 --- a/.github/workflows/isar.yml +++ b/.github/workflows/isar.yml @@ -96,7 +96,7 @@ jobs: cd isar flutter test -j 1 --coverage --test-randomize-ordering-seed=random - - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3 + - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_isar diff --git a/.github/workflows/sqflite.yml b/.github/workflows/sqflite.yml index 5fa8ad5c31..533c3c3117 100644 --- a/.github/workflows/sqflite.yml +++ b/.github/workflows/sqflite.yml @@ -96,7 +96,7 @@ jobs: cd sqflite flutter test --coverage --test-randomize-ordering-seed=random - - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3 + - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_sqflite diff --git a/CHANGELOG.md b/CHANGELOG.md index ce12b9acf5..615ded0db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,9 +40,12 @@ ### Dependencies -- Bump Android SDK from v7.16.0 to v7.17.0 ([#2408](https://github.com/getsentry/sentry-dart/pull/2408)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170) - - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.17.0) +- Bump Android SDK from v7.16.0 to v7.18.0 ([#2408](https://github.com/getsentry/sentry-dart/pull/2408), [#2419](https://github.com/getsentry/sentry-dart/pull/2419)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7180) + - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.0) +- Bump Native SDK from v0.7.12 to v0.7.13 ([#2420](https://github.com/getsentry/sentry-dart/pull/2420)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0713) + - [diff](https://github.com/getsentry/sentry-native/compare/0.7.12...0.7.13) ## 8.10.1 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 6c405032ea..85c964f48d 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.17.0' + api 'io.sentry:sentry-android:7.18.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework diff --git a/flutter/example/android/build.gradle b/flutter/example/android/build.gradle index 90be17e668..33d413a79d 100644 --- a/flutter/example/android/build.gradle +++ b/flutter/example/android/build.gradle @@ -10,7 +10,7 @@ buildscript { classpath 'io.sentry:sentry-android-gradle-plugin:4.12.0' classpath 'com.android.tools.build:gradle:8.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'io.github.howardpang:androidNativeBundle:1.1.3' + classpath 'io.github.howardpang:androidNativeBundle:1.1.5' } } diff --git a/flutter/sentry-native/CMakeCache.txt b/flutter/sentry-native/CMakeCache.txt index 1e699ea4eb..1165bab63b 100644 --- a/flutter/sentry-native/CMakeCache.txt +++ b/flutter/sentry-native/CMakeCache.txt @@ -2,4 +2,4 @@ # Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies. repo=https://github.com/getsentry/sentry-native -version=0.7.12 +version=0.7.13 diff --git a/metrics/flutter.properties b/metrics/flutter.properties index 42800fe165..27e3d0bf5c 100644 --- a/metrics/flutter.properties +++ b/metrics/flutter.properties @@ -1,2 +1,2 @@ -version = 3.24.4 +version = 3.24.5 repo = https://github.com/flutter/flutter