From 8260f90d28eb6d9199fa0427b7e22c5c45169cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:10:38 +0000 Subject: [PATCH] chore(deps): bump com.google.truth:truth from 1.4.4 to 1.4.5 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.4...v1.4.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0c8d45..e57774e 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'commons-io:commons-io:2.20.0' - testImplementation 'com.google.truth:truth:1.4.4' + testImplementation 'com.google.truth:truth:1.4.5' testImplementation ('org.mockito:mockito-core:4.11.0') { exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21 }