From ca74eee267130061b7b037e186c8520f88056650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:00:26 -0400 Subject: [PATCH] Bump com.bugsnag:bugsnag from 3.6.4 to 3.7.0 (#23) Bumps [com.bugsnag:bugsnag](https://github.com/bugsnag/bugsnag-java) from 3.6.4 to 3.7.0. - [Release notes](https://github.com/bugsnag/bugsnag-java/releases) - [Changelog](https://github.com/bugsnag/bugsnag-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/bugsnag/bugsnag-java/compare/v3.6.4...v3.7.0) --- updated-dependencies: - dependency-name: com.bugsnag:bugsnag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6be8fde..bb3219c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ spotless = { id = "com.diffplug.spotless", version = "6.19.0" } binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" } [libraries] -bugsnag = "com.bugsnag:bugsnag:3.6.4" +bugsnag = "com.bugsnag:bugsnag:3.7.0" clikt = "com.github.ajalt.clikt:clikt:3.5.2" kotlinShell = "eu.jrie.jetbrains:kotlin-shell-core:0.2.1" kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }