Skip to content

Commit fd94bb0

Browse files
authored
Fixing vulnerable dependencies (#1814)
1 parent d831f0e commit fd94bb0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<azure-storage-blob.version>12.33.3</azure-storage-blob.version>
6565
<azure-core-http-okhttp.version>1.13.3</azure-core-http-okhttp.version>
6666
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
67+
<wire-runtime.version>6.2.0</wire-runtime.version>
6768
</properties>
6869
<modules>
6970
<module>multiapps-controller-client</module>
@@ -814,6 +815,13 @@
814815
<artifactId>resilience4j-ratelimiter</artifactId>
815816
<version>${resilience4j.version}</version>
816817
</dependency>
818+
<!-- Transitive dependency from org.cloudfoundry:cloudfoundry-client-reactor. Version 3.7.1 has security vulnerabilities and in order to avoid them, an explicit version is required. -->
819+
<!-- https://mvnrepository.com/artifact/com.squareup.wire/wire-runtime -->
820+
<dependency>
821+
<groupId>com.squareup.wire</groupId>
822+
<artifactId>wire-runtime</artifactId>
823+
<version>${wire-runtime.version}</version>
824+
</dependency>
817825
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-fips -->
818826
<dependency>
819827
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)