Skip to content

Commit 814b130

Browse files
dependabot[bot]peterhaochen47
authored andcommitted
build(deps): bump com.google.protobuf:protobuf-gradle-plugin
Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](google/protobuf-gradle-plugin@v0.9.5...v0.9.6) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-version: 0.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b47c4c commit 814b130

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

backends/credhub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919
dependencies {
2020
classpath("org.asciidoctor.jvm.convert:org.asciidoctor.jvm.convert.gradle.plugin:${asciiDoctorConvertPluginVersion}")
21-
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
21+
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.6")
2222
}
2323
}
2424

backends/remote/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818
}
1919
dependencies {
20-
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
20+
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.6")
2121
}
2222
}
2323

components/credentials/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818
}
1919
dependencies {
20-
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
20+
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.6")
2121
}
2222
}
2323

components/encryption/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818
}
1919
dependencies {
20-
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.5")
20+
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.6")
2121
}
2222
}
2323

0 commit comments

Comments
 (0)