2024-07 spring-05-springBoot updated

This commit is contained in:
stvort
2024-08-17 10:56:38 +04:00
parent ef7e420b22
commit 6ef9427bc6
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.3.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -29,7 +29,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
@@ -42,6 +41,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<version>${lombok.version}</version>
</dependency>
</dependencies>