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 6a4e8bd4a Bump com.google.truth:truth from 1.4.0 to 1.4.1
6a4e8bd4a is described below
commit 6a4e8bd4a856010f01e51e06d6811d4937bb5b05
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 19 03:16:52 2024 +0000
Bump com.google.truth:truth from 1.4.0 to 1.4.1
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.0
to 1.4.1.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/compare/v1.4.0...v1.4.1)
---
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 ac8481e8a..29c17221a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>