Fix vulnerability with spring cloud dependencies 88/136088/1
authoradheli.tavares <adheli.tavares@est.tech>
Tue, 3 Oct 2023 14:31:53 +0000 (15:31 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Tue, 3 Oct 2023 14:57:04 +0000 (15:57 +0100)
Issue-ID: POLICY-4753
Change-Id: Ie23bc3ba2483bbd25574386643f85f8dacb7900d
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
participant/participant-impl/participant-impl-kserve/pom.xml

index 1b1c7aa..0b9facd 100755 (executable)
@@ -52,7 +52,7 @@
             <dependency>
                 <groupId>org.springframework.cloud</groupId>
                 <artifactId>spring-cloud-dependencies</artifactId>
-                <version>2021.0.5</version>
+                <version>2022.0.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>