RED-3809: Upgrade to latest spring version

This commit is contained in:
aoezyetimoglu 2022-04-08 11:19:53 +02:00
parent 7988a8de66
commit 150ee92c1e
3 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

@ -9,6 +9,7 @@ ribbon:
spring:
main:
allow-bean-definition-overriding: true
allow-circular-references: true # FIXME
processing.kafkastreams: false