From 8d87741dea3d174f098269073429a0f6b982baa1 Mon Sep 17 00:00:00 2001 From: mrjackwang <30337754+mrjackwang@users.noreply.github.com> Date: 星期三, 20 七月 2022 13:51:30 +0800 Subject: [PATCH] Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0 --- pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9ad41c7..76e2db6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.genersoft</groupId> <artifactId>wvp-pro</artifactId> - <version>2.2.1</version> + <version>2.3.1</version> <name>web video platform</name> <description>鍥芥爣28181瑙嗛骞冲彴</description> @@ -181,9 +181,9 @@ <!-- okhttp-digest --> <dependency> - <groupId>com.burgstaller</groupId> + <groupId>io.github.rburgst</groupId> <artifactId>okhttp-digest</artifactId> - <version>2.1</version> + <version>2.5</version> </dependency> <!-- https://mvnrepository.com/artifact/net.sf.kxml/kxml2 --> @@ -265,14 +265,14 @@ </configuration> </plugin> - <plugin> + <!-- <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>3.0.1</version> <configuration> <offline>true</offline> </configuration> - </plugin> + </plugin>--> <plugin> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0