From 7f346fd9f60d7358af631d85f725a21ad095edf0 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期一, 25 十月 2021 10:14:35 +0800
Subject: [PATCH] 修正别字

---
 pom.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64f3eff..300a82d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		<java.version>1.8</java.version>
 		<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
-		<mybatis.spring.boot.starter.version>2.1.4</mybatis.spring.boot.starter.version>
-		<pagehelper.spring.boot.starter.version>1.3.1</pagehelper.spring.boot.starter.version>
+		<mybatis.spring.boot.starter.version>2.2.0</mybatis.spring.boot.starter.version>
+		<pagehelper.spring.boot.starter.version>1.4.0</pagehelper.spring.boot.starter.version>
 		<fastjson.version>1.2.78</fastjson.version>
 		<druid.version>1.2.8</druid.version>
 		<commons.io.version>2.11.0</commons.io.version>
@@ -36,8 +36,8 @@
 		<kaptcha.version>2.3.2</kaptcha.version>
 		<swagger.version>3.0.0</swagger.version>
 		<poi.version>4.1.2</poi.version>
-		<oshi.version>5.8.0</oshi.version>
-        <jna.version>5.8.0</jna.version>
+		<oshi.version>5.8.2</oshi.version>
+        <jna.version>5.9.0</jna.version>
 		<velocity.version>1.7</velocity.version>
 	</properties>
 
@@ -272,7 +272,7 @@
 		<repository>
 			<id>public</id>
 			<name>aliyun nexus</name>
-			<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+			<url>https://maven.aliyun.com/repository/public</url>
 			<releases>
 				<enabled>true</enabled>
 			</releases>
@@ -283,7 +283,7 @@
 		<pluginRepository>
 			<id>public</id>
 			<name>aliyun nexus</name>
-			<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+			<url>https://maven.aliyun.com/repository/public</url>
 			<releases>
 				<enabled>true</enabled>
 			</releases>

--
Gitblit v1.9.3