Bump io.sentry.jvm.gradle from 4.12.0 to 4.14.1

Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 4.12.0 to 4.14.1.
- [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](https://github.com/getsentry/sentry-android-gradle-plugin/compare/4.12.0...4.14.1)

---
updated-dependencies:
- dependency-name: io.sentry.jvm.gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-02 12:21:21 +00:00
committed by Peter Siegmund
parent c55bf79909
commit 34ccb3ae66

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'org.springframework.boot' version '3.4.0' id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6' id 'io.spring.dependency-management' version '1.1.6'
id "io.sentry.jvm.gradle" version "4.12.0" id "io.sentry.jvm.gradle" version "4.14.1"
} }
group = 'dev.mars3142.fhq' group = 'dev.mars3142.fhq'