From be1723a73834e043ba5ae85244040e697d46f988 Mon Sep 17 00:00:00 2001 From: Martin Haintz Date: Tue, 19 Nov 2024 00:47:33 +0100 Subject: [PATCH 1/5] update plugin to 1.1.5 (#2407) --- flutter/example/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } From e98890413753f00c0a64b2718bd79780c0081904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:13:53 +0100 Subject: [PATCH 2/5] chore(deps): update Android SDK to v7.18.0 (#2419) Co-authored-by: GitHub --- CHANGELOG.md | 6 +++--- flutter/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03660fe787..998fc7a8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,9 +39,9 @@ ### 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) ## 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 From 934f10ebbffc559e634789d04c65f4d990f2d8a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:14:49 +0100 Subject: [PATCH 3/5] chore(deps): update Native SDK to v0.7.13 (#2420) Co-authored-by: GitHub Co-authored-by: Giancarlo Buenaflor --- CHANGELOG.md | 3 +++ flutter/sentry-native/CMakeCache.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998fc7a8df..8cd2e59419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,9 @@ - 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/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 From 00236a7eec5cdc6fed73dd14d748092fb43c90cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:39:38 +0100 Subject: [PATCH 4/5] chore(deps): update Flutter SDK (metrics) to v3.24.5 (#2410) Co-authored-by: GitHub Co-authored-by: Giancarlo Buenaflor --- metrics/flutter.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 404f5a9c4c490bf39460d22142c0b0c9fb119293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:39:59 +0100 Subject: [PATCH 5/5] build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#2418) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238...5c47607acb93fed5485fdbf7232e8a31425f672a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/drift.yml | 2 +- .github/workflows/flutter.yml | 2 +- .github/workflows/isar.yml | 2 +- .github/workflows/sqflite.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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