RED-3809: Upgrade to latest spring version

This commit is contained in:
aoezyetimoglu 2022-04-08 11:21:20 +02:00
parent 4112a1252f
commit f66a340f53
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.iqser.red</groupId> <groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId> <artifactId>platform-dependency</artifactId>
<version>1.6.0</version> <version>1.10.0</version>
<relativePath /> <relativePath />
</parent> </parent>

View File

@ -7,6 +7,8 @@ server:
port: 8080 port: 8080
spring: spring:
main:
allow-circular-references: true # FIXME
profiles: profiles:
active: kubernetes active: kubernetes
rabbitmq: rabbitmq: