Skip to content

Commit 7655747

Browse files
deps: update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 (#1323)
* deps: update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 * 🦉 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>
1 parent 57fe707 commit 7655747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-bigtable:2.9.0'
59+
implementation 'com.google.cloud:google-cloud-bigtable:2.10.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.9.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.10.0"
6666
```
6767

6868
## Authentication

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.junit.vintage</groupId>
8585
<artifactId>junit-vintage-engine</artifactId>
86-
<version>5.8.2</version>
86+
<version>5.9.0</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>

0 commit comments

Comments
 (0)