Skip to content

Commit 248e6d3

Browse files
committed
Fixing vulnerable dependencies
1 parent d831f0e commit 248e6d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 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>5.2.0</wire-runtime.version>
6768
</properties>
6869
<modules>
6970
<module>multiapps-controller-client</module>
@@ -814,6 +815,12 @@
814815
<artifactId>resilience4j-ratelimiter</artifactId>
815816
<version>${resilience4j.version}</version>
816817
</dependency>
818+
<!-- https://mvnrepository.com/artifact/com.squareup.wire/wire-runtime -->
819+
<dependency>
820+
<groupId>com.squareup.wire</groupId>
821+
<artifactId>wire-runtime</artifactId>
822+
<version>${wire-runtime.version}</version>
823+
</dependency>
817824
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-fips -->
818825
<dependency>
819826
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)