Skip to content

Commit f84762b

Browse files
Bump com.google.protobuf from 0.9.2 to 0.9.5
Bumps com.google.protobuf from 0.9.2 to 0.9.5. --- updated-dependencies: - dependency-name: com.google.protobuf dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1feb16f commit f84762b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

temporal-serviceclient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.google.protobuf' version '0.9.2'
2+
id 'com.google.protobuf' version '0.9.5'
33
}
44

55
apply plugin: 'idea' // IntelliJ plugin to see files generated from protos

temporal-test-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'org.graalvm.buildtools.native' version '0.10.6' apply false
4-
id 'com.google.protobuf' version '0.9.2'
4+
id 'com.google.protobuf' version '0.9.5'
55
}
66

77
apply plugin: 'idea' // IntelliJ plugin to see files generated from protos

0 commit comments

Comments
 (0)