Update dependencies

This commit is contained in:
George Kalampokis 2024-02-23 11:28:30 +02:00
parent d4adc7523d
commit 97eea9f5f7
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<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.0</version> <version>3.2.3</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@ -51,7 +51,6 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>