Skip to content

Commit 406bb45

Browse files
fix: bump io.sentry.jvm.gradle from 6.13.0 to 6.14.0 (#34)
Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-android-gradle-plugin@6.13.0...6.14.0) --- updated-dependencies: - dependency-name: io.sentry.jvm.gradle dependency-version: 6.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 313c529 commit 406bb45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("fabric-loom") version "1.17.11"
33
id("com.diffplug.spotless") version "8.7.0"
4-
id("io.sentry.jvm.gradle") version "6.13.0"
4+
id("io.sentry.jvm.gradle") version "6.14.0"
55
}
66

77
base { archivesName.set(project.property("archives_base_name") as String) }

0 commit comments

Comments
 (0)