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 67b722dbc Bump com.google.truth:truth from 1.2.0 to 1.3.0
67b722dbc is described below
commit 67b722dbcff876d9e8e083db09c44315a8e20a56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 22 03:26:30 2024 +0000
Bump com.google.truth:truth from 1.2.0 to 1.3.0
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.2.0
to 1.3.0.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/compare/v1.2.0...v1.3.0)
---
updated-dependencies:
- dependency-name: com.google.truth:truth
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 2fad64daa..8fb3bad80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>