Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 62d4090

Browse files
authored
ci: removing linkage-monitor from the required checks (#507)
Linkage Monitor is no longer needed, because the Libraries BOM synchronizes with Google Cloud BOM and the shared dependencies BOM GoogleCloudPlatform/cloud-opensource-java#2137
1 parent cfd6e48 commit 62d4090

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ branchProtectionRules:
1010
requiredStatusCheckContexts:
1111
- dependencies (8)
1212
- dependencies (11)
13-
- linkage-monitor
1413
- lint
1514
- clirr
1615
- units (8)
@@ -26,7 +25,6 @@ branchProtectionRules:
2625
requiredStatusCheckContexts:
2726
- dependencies (8)
2827
- dependencies (11)
29-
- linkage-monitor
3028
- lint
3129
- clirr
3230
- units (7)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-bigqueryconnection:2.0.1'
30+
compile 'com.google.cloud:google-cloud-bigqueryconnection:2.0.2'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.0.1"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.0.2"
3737
```
3838

3939
## Authentication

0 commit comments

Comments
 (0)