Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud.tools:appengine-gradl…
Browse files Browse the repository at this point in the history
…e-plugin to v2.4.2 (#5905)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud.tools:appengine-gradle-plugin](https://github.com/GoogleCloudPlatform/app-gradle-plugin) | `2.2.0` -> `2.4.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:appengine-gradle-plugin/2.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:appengine-gradle-plugin/2.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:appengine-gradle-plugin/2.4.2/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:appengine-gradle-plugin/2.4.2/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/app-gradle-plugin</summary>

### [`v2.4.2`](https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/master/CHANGELOG.md#&#8203;242)

##### Changed

-   Update to appengine-plugins-core 0.9.5 ([#&#8203;405](../../pull/405))

### [`v2.4.1`](https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/master/CHANGELOG.md#&#8203;241)

##### Fixed

-   Fixed bug when using `plugins` block in `build.gradle` ([#&#8203;388](../../pull/388))

### [`v2.4.0`](https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/master/CHANGELOG.md#&#8203;240)

##### Added

-   `appengine.tools.verbosity` option for defining gcloud log verbosity ([#&#8203;384](../../pull/384))

### [`v2.3.0`](https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/master/CHANGELOG.md#&#8203;230)

##### Changed

-   Update to appengine-plugins-core 0.9.0 ([#&#8203;377](../../pull/377))
    -   Includes support for binary artifacts for app.yaml based deployments ([appengine-plugins-core:#&#8203;840](https://github.com/GoogleCloudPlatform/appengine-plugins-core/issues/840))

</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, check this box.

---

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).
  • Loading branch information
renovate-bot committed Sep 1, 2021
1 parent e123471 commit 404220c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appengine-java8/bigtable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript { // Configuration for building
mavenCentral()
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2'
classpath 'org.akhikhl.gretty:gretty:+'
}
}
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
// [START endpoints_plugin]
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:2.0.1'
// [END endpoints_plugin]
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-guice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

dependencies {
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.3'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-migration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript { // Configuration for building
}
dependencies {
// App Engine Gradle plugin
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2'

// Endpoints Frameworks Gradle plugin
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.3'
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {

dependencies {
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.3'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2'
}
}
// [END build_script]
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript { // Configuration for building
mavenCentral()
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0' // If a newer version is available, use it
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2' // If a newer version is available, use it
}
}

Expand Down
2 changes: 1 addition & 1 deletion flexible/helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript { // Configuration for building
mavenCentral()
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.4.2'
classpath 'org.akhikhl.gretty:gretty:+'
}
}
Expand Down

0 comments on commit 404220c

Please sign in to comment.