This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit-sample.git
The following commit(s) were added to refs/heads/master by this push:
new 67aab11 Update `org.modelmapper:modelmapper` to version `3.2.0` (#21)
67aab11 is described below
commit 67aab11f189f956b589fecc26e3da7bc85ee18c9
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat Nov 11 17:09:53 2023 +0000
Update `org.modelmapper:modelmapper` to version `3.2.0` (#21)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a68b389..f1e71bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<dependency>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper</artifactId>
- <version>0.7.5</version>
+ <version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.modelmapper.extensions</groupId>