Skip to content

Commit 922376e

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 b3b7806 commit 922376e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: temporal-serviceclient/build.gradle

+1-1
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

Diff for: temporal-test-server/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
plugins {
99
id 'application'
1010
id 'com.palantir.graal' version "${graalVersion}"
11-
id 'com.google.protobuf' version '0.9.2'
11+
id 'com.google.protobuf' version '0.9.5'
1212
}
1313

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

0 commit comments

Comments
 (0)