aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-21 02:32:45 -0700
committerGitHub <noreply@github.com>2023-06-21 02:32:45 -0700
commita269f327d6dde62ee135c7813520c847b23c3513 (patch)
tree732b95568dda7864108f1b4e0bbe866b0f128d2b
parent1cf066b94b0f7ba31e2af44b0844587d8e616d2d (diff)
downloadperfmark-a269f327d6dde62ee135c7813520c847b23c3513.tar.gz
build(deps): bump com.google.truth:truth from 1.1.4 to 1.1.5 (#226)
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index b3a6750..96c075a 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -34,7 +34,7 @@ dependencyResolutionManagement {
library("junit", "junit:junit:4.13.2")
library("errorprone", "com.google.errorprone:error_prone_annotations:2.20.0")
- library("truth", "com.google.truth:truth:1.1.4")
+ library("truth", "com.google.truth:truth:1.1.5")
library("jmhcore", "org.openjdk.jmh", "jmh-core").versionRef("jmh")
library("jmhanno", "org.openjdk.jmh", "jmh-generator-annprocess").versionRef("jmh")