summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2022-12-20 14:10:43 +0800
committershizhendong <[email protected]>2022-12-20 14:10:43 +0800
commit98e610d86fd2ab45f0126520bdf1157204cf363a (patch)
tree9f714e02398cd4aa5d75c6279cb5c8b51c0aa5f6
parent5168fab94308cefd05c89eebf106944d04c4254b (diff)
fix: 修复 restdocs-asciidoctor 版本过高导致 mvn package 执行失败问题rel-22.10.12
-rw-r--r--nz-admin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nz-admin/pom.xml b/nz-admin/pom.xml
index 98958ef1..4e667d3d 100644
--- a/nz-admin/pom.xml
+++ b/nz-admin/pom.xml
@@ -507,7 +507,7 @@
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-asciidoctor</artifactId>
- <version>RELEASE</version>
+ <version>2.0.3.RELEASE</version>
</dependency>
</dependencies>
</plugin>