Skip to content

Commit

Permalink
🔖 RELEASE v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MisakaTAT committed Dec 15, 2021
1 parent 4310dbc commit 968e972
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mikuac</groupId>
<artifactId>shiro</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<name>Shiro</name>
<url>https://mikuac.com</url>
<description>基于OneBot协议的QQ机器人快速开发框架</description>
Expand Down Expand Up @@ -118,12 +118,6 @@
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.6.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
Expand All @@ -133,7 +127,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down

0 comments on commit 968e972

Please sign in to comment.