Skip to content

Commit 0cbbdba

Browse files
authored
Merge branch 'master' into workflows-1164
2 parents 2ec6baf + 3a54a5e commit 0cbbdba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<grpc.version>1.64.0</grpc.version>
17+
<grpc.version>1.69.0</grpc.version>
1818
<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>

sdk-autogen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<protobuf.output.directory>${project.build.directory}/generated-sources</protobuf.output.directory>
2222
<protobuf.input.directory>${project.build.directory}/proto</protobuf.input.directory>
2323
<maven.deploy.skip>false</maven.deploy.skip>
24-
<grpc.version>1.64.0</grpc.version>
24+
<grpc.version>1.69.0</grpc.version>
2525
<protocCommand>protoc</protocCommand>
26-
<protobuf.version>3.25.0</protobuf.version>
26+
<protobuf.version>3.25.5</protobuf.version>
2727
</properties>
2828

2929
<dependencies>

sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-resources-plugin</artifactId>
34-
<version>3.3.0</version>
34+
<version>3.3.1</version>
3535
<type>maven-plugin</type>
3636
</dependency>
3737
<dependency>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.squareup.okhttp3</groupId>
5454
<artifactId>okhttp</artifactId>
55-
<version>4.9.2</version>
55+
<version>4.9.3</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)