Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 15bf1de

Browse filesBrowse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-notebooks to v0.4.0 (#230)
[![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:google-cloud-notebooks](https://togithub.com/googleapis/java-notebooks) | `0.3.0` -> `0.4.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-notebooks/0.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-notebooks/0.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-notebooks/0.4.0/compatibility-slim/0.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-notebooks/0.4.0/confidence-slim/0.3.0)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes <details> <summary>googleapis/java-notebooks</summary> ### [`v0.4.0`](https://togithub.com/googleapis/java-notebooks/blob/master/CHANGELOG.md#​040-httpswwwgithubcomgoogleapisjava-notebookscomparev030v040-2021-08-10) [Compare Source](https://togithub.com/googleapis/java-notebooks/compare/v0.3.0...v0.4.0) ##### ⚠ BREAKING CHANGES * release gapic-generator-java v2.0.0 ([#​225](https://togithub.com/googleapis/java-notebooks/issues/225)) ##### Features * release gapic-generator-java v2.0.0 ([#​225](https://www.togithub.com/googleapis/java-notebooks/issues/225)) ([58bb59d](https://www.togithub.com/googleapis/java-notebooks/commit/58bb59d1457adf28f571bc6f8b5026e776bafec2)) ##### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#​198](https://www.togithub.com/googleapis/java-notebooks/issues/198)) ([a3c4f6b](https://www.togithub.com/googleapis/java-notebooks/commit/a3c4f6b0a8b18055c083a797fec1d7d0aacad6dc)) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​200](https://www.togithub.com/googleapis/java-notebooks/issues/200)) ([dbdcbee](https://www.togithub.com/googleapis/java-notebooks/commit/dbdcbee7d46416dffce92e819974a807401e32e8)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​226](https://www.togithub.com/googleapis/java-notebooks/issues/226)) ([f5542e6](https://www.togithub.com/googleapis/java-notebooks/commit/f5542e6b0a6177e3f36957d2d4841b451cd9ba5d)) </details> *** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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/googleapis/java-notebooks).
1 parent 486accf commit 15bf1de
Copy full SHA for 15bf1de

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-notebooks</artifactId>
25-
<version>0.3.0</version>
25+
<version>0.4.0</version>
2626
</dependency>
2727

2828
```

‎samples/install-without-bom/pom.xml

Copy file name to clipboardExpand all lines: samples/install-without-bom/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-notebooks</artifactId>
32-
<version>0.3.0</version>
32+
<version>0.4.0</version>
3333
</dependency>
3434
<!-- [END notebooks_install_without_bom] -->
3535

‎samples/snippets/pom.xml

Copy file name to clipboardExpand all lines: samples/snippets/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-notebooks</artifactId>
31-
<version>0.3.0</version>
31+
<version>0.4.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.