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 29d0323b0 Bump com.google.truth:truth from 1.4.4 to 1.4.5
29d0323b0 is described below
commit 29d0323b0faec2b529f7d4f690d7e89f39d3e841
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 03:04:37 2025 +0000
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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c71fbdecd..af93a6ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>1.4.4</version>
+ <version>1.4.5</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>