Skip to content

Commit 8d62b45

Browse files
authored
chore(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.19 (GoogleCloudPlatform#8566)
[![Mend 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.groovy:groovy-all](https://groovy-lang.org) ([source](https://togithub.com/apache/groovy)) | `3.0.18` -> `3.0.19` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.groovy:groovy-all/3.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.codehaus.groovy:groovy-all/3.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.codehaus.groovy:groovy-all/3.0.18/3.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.codehaus.groovy:groovy-all/3.0.18/3.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent f39b7b1 commit 8d62b45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • functions/helloworld

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<maven.compiler.source>11</maven.compiler.source>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37-
<groovy.version>3.0.18</groovy.version>
37+
<groovy.version>3.0.19</groovy.version>
3838
</properties>
3939

4040
<dependencyManagement>

functions/helloworld/groovy-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<maven.compiler.target>11</maven.compiler.target>
3838
<maven.compiler.source>11</maven.compiler.source>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<groovy.version>3.0.18</groovy.version>
40+
<groovy.version>3.0.19</groovy.version>
4141
</properties>
4242

4343
<dependencyManagement>

0 commit comments

Comments
 (0)