This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 51a4ed36d Bump com.google.truth:truth from 1.1.5 to 1.2.0 51a4ed36d is described below commit 51a4ed36d81c511ff1bcb3c149e2847baaae65ca Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Dec 19 20:36:57 2023 +0000 Bump com.google.truth:truth from 1.1.5 to 1.2.0 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.1.5...v1.2.0) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 32f737522..373349f84 100644 --- a/pom.xml +++ b/pom.xml @@ -332,7 +332,7 @@ <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> - <version>1.1.5</version> + <version>1.2.0</version> </dependency> <dependency> <groupId>org.assertj</groupId>