更新依赖

This commit is contained in:
xxx 2023-11-13 10:13:45 +08:00
parent ee1f009966
commit f0f316c504
2 changed files with 3 additions and 28 deletions

31
pom.xml
View File

@ -5,9 +5,10 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.1</version> <version>3.1.5</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>xyz.playedu</groupId> <groupId>xyz.playedu</groupId>
<artifactId>playedu</artifactId> <artifactId>playedu</artifactId>
<version>1.2</version> <version>1.2</version>
@ -96,25 +97,6 @@
<version>4.4</version> <version>4.4</version>
</dependency> </dependency>
<!--JWT -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-gson</artifactId>
<version>0.11.5</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>io.minio</groupId> <groupId>io.minio</groupId>
<artifactId>minio</artifactId> <artifactId>minio</artifactId>
@ -155,12 +137,6 @@
<artifactId>sa-token-jwt</artifactId> <artifactId>sa-token-jwt</artifactId>
<version>1.34.0</version> <version>1.34.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.0.4</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
@ -186,9 +162,8 @@
<style>AOSP</style> <style>AOSP</style>
<reflowLongStrings>true</reflowLongStrings> <reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat> </googleJavaFormat>
<licenseHeader> <licenseHeader>
<file>license-header.txt</file> <file>header.txt</file>
</licenseHeader> </licenseHeader>
</java> </java>
</configuration> </configuration>