mirror of
https://github.com/Example-uPagge/spring_boot_docker.git
synced 2024-06-14 11:52:52 +03:00
update dependencies
This commit is contained in:
parent
1309a553a4
commit
b373a70666
11
pom.xml
11
pom.xml
@ -5,14 +5,13 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.7.1</version>
|
||||
<version>2.7.4</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>org.sadtech.example</groupId>
|
||||
<artifactId>spring-validation</artifactId>
|
||||
<groupId>dev.struchkov.example</groupId>
|
||||
<artifactId>spring-boot-docker</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-validation</name>
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
@ -31,12 +30,12 @@
|
||||
<dependency>
|
||||
<groupId>io.swagger.core.v3</groupId>
|
||||
<artifactId>swagger-annotations</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<version>2.2.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-ui</artifactId>
|
||||
<version>1.6.9</version>
|
||||
<version>1.6.11</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user