examples updated

This commit is contained in:
stvort
2022-08-10 18:47:33 +04:00
parent 07020e76a3
commit 14c2d0bdab
4 changed files with 5 additions and 5 deletions
@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.7.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.7.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -19,7 +19,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.1</version>
<version>2.13.3</version>
</dependency>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.24</version>
<optional>true</optional>
</dependency>
</dependencies>
@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.7.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>