|
@@ -20,7 +20,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>3.0.5</version>
|
|
|
+ <version>3.1.1</version>
|
|
|
<relativePath/>
|
|
|
</parent>
|
|
|
|
|
@@ -39,7 +39,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
<artifactId>springdoc-openapi-starter-common</artifactId>
|
|
|
- <version>2.1.0</version>
|
|
|
+ <version>2.2.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
@@ -170,7 +170,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.10.1</version>
|
|
|
+ <version>3.13.0</version>
|
|
|
<configuration>
|
|
|
<compilerArgument>-Xlint:unchecked</compilerArgument>
|
|
|
<compilerArgument>-Xlint:deprecation</compilerArgument>
|