From a7bb16d2b4d1261cded42084000b47b75af4d46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 12:25:53 +0000 Subject: [PATCH] Bump sentry from 5.4.3 to 5.5.1 Bumps [sentry](https://github.com/getsentry/sentry-java) from 5.4.3 to 5.5.1. - [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.1) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e09e1b6..e4289e22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("ch.qos.logback:logback-core:1.3.0-alpha10") implementation("ch.qos.logback:logback-classic:1.3.0-alpha10") - implementation("io.github.microutils:kotlin-logging:2.1.15") + implementation("io.github.microutils:kotlin-logging:2.1.20") implementation("io.github.classgraph:classgraph:4.8.137") implementation("com.google.inject:guice:5.0.1") @@ -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.1") implementation("com.zaxxer:HikariCP:5.0.0") implementation("org.jetbrains.exposed", "exposed-core", "0.31.1")