Skip to content

Commit ff21c52

Browse files
authored
chore(deps): update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.13.1 (GoogleCloudPlatform#6430)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.codehaus.gmavenplus:gmavenplus-plugin](http://groovy.github.io/GMavenPlus/) ([source](https://togithub.com/groovy/GMavenPlus)) | `1.13.0` -> `1.13.1` | [![age](https://badges.renovateapi.com/packages/maven/org.codehaus.gmavenplus:gmavenplus-plugin/1.13.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.codehaus.gmavenplus:gmavenplus-plugin/1.13.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.codehaus.gmavenplus:gmavenplus-plugin/1.13.1/compatibility-slim/1.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.codehaus.gmavenplus:gmavenplus-plugin/1.13.1/confidence-slim/1.13.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>groovy/GMavenPlus</summary> ### [`v1.13.1`](https://togithub.com/groovy/GMavenPlus/releases/1.13.1) [Compare Source](https://togithub.com/groovy/GMavenPlus/compare/1.13.0...1.13.1) ##### Bugs - \[[#&GoogleCloudPlatform#8203;203](https://togithub.com/groovy/GMavenPlus/issues/203) ] Using `bindAllProjectProperties` and `bindSessionUserOverrideProperties` together can cause an NPE. ##### Enhancements None ##### Potentially breaking changes None. ##### Notes None. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 044a152 commit ff21c52

File tree

2 files changed

+2
-2
lines changed
  • functions/helloworld

2 files changed

+2
-2
lines changed

functions/helloworld/groovy-hello-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.codehaus.gmavenplus</groupId>
106106
<artifactId>gmavenplus-plugin</artifactId>
107-
<version>1.13.0</version>
107+
<version>1.13.1</version>
108108
<executions>
109109
<execution>
110110
<id>groovy-compile</id>

functions/helloworld/groovy-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.codehaus.gmavenplus</groupId>
110110
<artifactId>gmavenplus-plugin</artifactId>
111-
<version>1.13.0</version>
111+
<version>1.13.1</version>
112112
<executions>
113113
<execution>
114114
<id>groovy-compile</id>

0 commit comments

Comments
 (0)