RED-5694 - Upgrade spring-boot to 3.0

- remove versions already defined in spring boot
This commit is contained in:
devplant 2023-04-06 13:35:42 +03:00
parent 17b1932926
commit 81fd35f9c0

View File

@ -49,7 +49,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
@ -70,7 +69,6 @@
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-test</artifactId>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
@ -86,7 +84,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
</dependencies>
<build>