From acac24f0dbf39b02ddd3aba89753d7abb412cb6b Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期五, 03 六月 2022 17:07:19 +0800 Subject: [PATCH] okhttp-digest的Maven仓库调整 #506 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9ad41c7..bd5269a 100644 --- a/pom.xml +++ b/pom.xml @@ -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 --> -- Gitblit v1.8.0