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 7500daa27 Bump com.google.truth:truth from 1.1.3 to 1.1.5
7500daa27 is described below
commit 7500daa2734c480275e1459a432b6caf2f2b516a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 7 03:37:55 2023 +0000
Bump com.google.truth:truth from 1.1.3 to 1.1.5
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3
to 1.1.5.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits/v1.1.5)
---
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 56d68b95d..443963cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>1.1.3</version>
+ <version>1.1.5</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>