From 350f6cb51b76f8634bc715a33e3043c608e01f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 03:14:12 +0000 Subject: [PATCH] Bump sentry from 5.4.3 to 5.5.0 Bumps [sentry](https://github.com/getsentry/sentry-java) from 5.4.3 to 5.5.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/5.4.3...5.5.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e09e1b6..4d866848 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation("info.debatty:java-string-similarity:2.0.0") - implementation("io.sentry:sentry:5.4.3") + implementation("io.sentry:sentry:5.5.0") implementation("com.zaxxer:HikariCP:5.0.0") implementation("org.jetbrains.exposed", "exposed-core", "0.31.1")