Skip to content

Commit 83e1753

Browse files
authored
Fixing vulnerabilities #1162 (#1163)
1 parent 3dc96d7 commit 83e1753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<grpc.version>1.64.0</grpc.version>
18-
<protobuf.version>3.25.0</protobuf.version>
18+
<protobuf.version>3.25.5</protobuf.version>
1919
<protocCommand>protoc</protocCommand>
2020
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.14.4/dapr/proto</dapr.proto.baseurl>
2121
<dapr.sdk.version>1.13.0-SNAPSHOT</dapr.sdk.version>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.squareup.okhttp3</groupId>
5454
<artifactId>okhttp</artifactId>
55-
<version>4.9.0</version>
55+
<version>4.9.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)