Skip to content

Commit

Permalink
chore: fix OwlBot config for java-notebook (#8544)
Browse files Browse the repository at this point in the history
* chore: fix OwlBot config for Util.java

java-notebooks/google-cloud-notebooks/src/test/java/com/google/cloud/notebooks/v1beta1/it/Util.java
was about to be deleted in #8495

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
suztomo and gcf-owl-bot[bot] authored Oct 6, 2022
1 parent 7e2cc1f commit c398fd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion java-notebooks/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deep-remove-regex:
- "/java-notebooks/google-.*/src"

deep-preserve-regex:
- "/java-notebooks/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-notebooks/google-.*/src/test/java/com/google/cloud/.*/v.*/it/.*.java"

deep-copy-regex:
- source: "/google/cloud/notebooks/v1/.*-java/proto-google-cloud-notebooks-v1-java/src/main/java/com/google/cloud/notebooks/v1/"
Expand Down
7 changes: 3 additions & 4 deletions java-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-notebooks:1.1.2'
implementation 'com.google.cloud:google-cloud-notebooks:1.1.3'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.3"
```

## Authentication
Expand Down
10 changes: 5 additions & 5 deletions java-notebooks/google-cloud-notebooks-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
<version>1.1.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-notebooks:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<version>0.8.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
<version>1.1.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
<version>0.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
<version>0.8.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
<version>1.1.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
<version>1.1.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit c398fd9

Please sign in to comment.