Skip to content

Commit d3f8c99

Browse files
authored
fix(deps): Update plugin com.google.protobuf to v0.9.4 (#16)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | com.google.protobuf | plugin | patch | `0.9.1` -> `0.9.4` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 19ca381 commit d3f8c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'application'
3-
id 'com.google.protobuf' version '0.9.1'
3+
id 'com.google.protobuf' version '0.9.4'
44
// Generate IntelliJ IDEA's .idea & .iml project files
55
id 'idea'
66
id "maven-publish"

0 commit comments

Comments
 (0)