From 0a8202580f26ca345dfd3e54cf937717a8e578fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:44:25 -0500 Subject: [PATCH] Bump com.google.truth:truth from 1.3.0 to 1.4.0 (#112) Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: com.google.truth:truth 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 b74f453..66958f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,6 +37,6 @@ sarif4k = "io.github.detekt.sarif4k:sarif4k:0.5.0" slf4jNop = "org.slf4j:slf4j-nop:2.0.12" junit = "junit:junit:4.13.2" tikxml-htmlEscape = { module = "com.tickaroo.tikxml:converter-htmlescape", version.ref = "tikxml" } -truth = "com.google.truth:truth:1.3.0" +truth = "com.google.truth:truth:1.4.0" xmlutil-core = { module = "io.github.pdvrieze.xmlutil:core", version.ref = "xmlutil" } xmlutil-serialization = { module = "io.github.pdvrieze.xmlutil:serialization", version.ref = "xmlutil" } \ No newline at end of file