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 f26969d70 Bump com.google.truth:truth from 1.4.1 to 1.4.2
f26969d70 is described below
commit f26969d70550a28a06789c51b4e52daeca15d57a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 1 03:57:13 2024 +0000
Bump com.google.truth:truth from 1.4.1 to 1.4.2
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.1
to 1.4.2.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/compare/v1.4.1...v1.4.2)
---
updated-dependencies:
- dependency-name: com.google.truth:truth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 049933194..981a7a302 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>1.4.1</version>
+ <version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>