From 64b6a3560399cfe742d998209c3ff315c4856b9e Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期四, 04 一月 2024 11:33:29 +0800 Subject: [PATCH] Merge branch '2.6.9' into wvp-28181-2.0 --- pom.xml | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 5b3e945..553a581 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.genersoft</groupId> <artifactId>wvp-pro</artifactId> - <version>2.6.9</version> + <version>2.7.0</version> <name>web video platform</name> <description>鍥芥爣28181瑙嗛骞冲彴</description> <packaging>${project.packaging}</packaging> @@ -163,21 +163,16 @@ </dependency> <!--鍦ㄧ嚎鏂囨。 --> + <!--鍦ㄧ嚎鏂囨。 --> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> - <version>1.7.0</version> - <exclusions> - <exclusion> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - </exclusion> - </exclusions> + <version>1.6.10</version> </dependency> <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - <version>2.2</version> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-security</artifactId> + <version>1.6.10</version> </dependency> <dependency> -- Gitblit v1.8.0