diff --git a/changelog.md b/changelog.md
index 1336454a..6da55860 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# changelog
+## 2.5.2
+
+- 修复JSR-303校验枚举导致的死循环问题
+
## 2.5.1
- JSR-303支持嵌套校验
diff --git a/sop-auth/pom.xml b/sop-auth/pom.xml
index 28dc3d7c..1caf548e 100644
--- a/sop-auth/pom.xml
+++ b/sop-auth/pom.xml
@@ -26,7 +26,7 @@
com.gitee.sop
sop-service-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
diff --git a/sop-common/pom.xml b/sop-common/pom.xml
index 99411c6b..71b67e5e 100644
--- a/sop-common/pom.xml
+++ b/sop-common/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.gitee.sop
sop-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
pom
diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml
index 3f8fa468..cc160221 100644
--- a/sop-common/sop-gateway-common/pom.xml
+++ b/sop-common/sop-gateway-common/pom.xml
@@ -5,11 +5,11 @@
com.gitee.sop
sop-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
../pom.xml
sop-gateway-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
jar
sop-gateway-common
diff --git a/sop-common/sop-service-common/pom.xml b/sop-common/sop-service-common/pom.xml
index 02501d67..3fd11a37 100644
--- a/sop-common/sop-service-common/pom.xml
+++ b/sop-common/sop-service-common/pom.xml
@@ -6,11 +6,11 @@
com.gitee.sop
sop-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
../pom.xml
sop-service-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
jar
sop-service-common
diff --git a/sop-example/sop-book/sop-book-web/pom.xml b/sop-example/sop-book/sop-book-web/pom.xml
index 8f10a631..d1422296 100644
--- a/sop-example/sop-book/sop-book-web/pom.xml
+++ b/sop-example/sop-book/sop-book-web/pom.xml
@@ -28,7 +28,7 @@
com.gitee.sop
sop-service-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
com.gitee.sop
diff --git a/sop-example/sop-easyopen/pom.xml b/sop-example/sop-easyopen/pom.xml
index 19b7de75..c12169ab 100644
--- a/sop-example/sop-easyopen/pom.xml
+++ b/sop-example/sop-easyopen/pom.xml
@@ -29,7 +29,7 @@
com.gitee.sop
sop-service-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
diff --git a/sop-example/sop-story/sop-story-web/pom.xml b/sop-example/sop-story/sop-story-web/pom.xml
index 33b30c0a..b3a9ee45 100644
--- a/sop-example/sop-story/sop-story-web/pom.xml
+++ b/sop-example/sop-story/sop-story-web/pom.xml
@@ -28,7 +28,7 @@
com.gitee.sop
sop-service-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
com.gitee.sop
diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml
index 8f859193..179e69a6 100644
--- a/sop-gateway/pom.xml
+++ b/sop-gateway/pom.xml
@@ -29,7 +29,7 @@
com.gitee.sop
sop-gateway-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT
diff --git a/sop-website/pom.xml b/sop-website/pom.xml
index 3d27c4d9..82575744 100644
--- a/sop-website/pom.xml
+++ b/sop-website/pom.xml
@@ -35,7 +35,7 @@
com.gitee.sop
sop-gateway-common
- 2.5.1-SNAPSHOT
+ 2.5.2-SNAPSHOT