File tree Expand file tree Collapse file tree
java-datastore/google-cloud-datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,16 +44,18 @@ def make_internal_only(sources):
4444 s .replace (f'{ library } /**/BaseBigtable*AdminClient.java' , 'public static final BaseBigtable(.*)AdminClient create\\ (' , 'protected static BaseBigtable\\ 1AdminClient create(' )
4545 s .move (library )
4646s .remove_staging_dirs ()
47- java .common_templates (monorepo = True , excludes = [
48- ".github/*" ,
49- ".kokoro/*" ,
50- "samples/*" ,
51- "CODE_OF_CONDUCT.md" ,
52- "CONTRIBUTING.md" ,
53- "LICENSE" ,
54- "SECURITY.md" ,
55- "java.header" ,
56- "license-checks.xml" ,
57- "renovate.json" ,
58- ".gitignore"
47+ java .common_templates (
48+ monorepo = True ,
49+ excludes = [
50+ ".github/*" ,
51+ ".kokoro/*" ,
52+ "samples/*" ,
53+ "CODE_OF_CONDUCT.md" ,
54+ "CONTRIBUTING.md" ,
55+ "LICENSE" ,
56+ "SECURITY.md" ,
57+ "java.header" ,
58+ "license-checks.xml" ,
59+ "renovate.json" ,
60+ ".gitignore"
5961])
Original file line number Diff line number Diff line change 208208 <dependency >
209209 <groupId >com.google.cloud</groupId >
210210 <artifactId >google-cloud-monitoring</artifactId >
211- <version >3.91.0 </version ><!-- {x-version-update:google-cloud-monitoring:current} -->
211+ <version >3.93.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-monitoring:current} -->
212212 </dependency >
213213 <dependency >
214214 <groupId >com.google.api.grpc</groupId >
215215 <artifactId >proto-google-cloud-monitoring-v3</artifactId >
216- <version >3.91.0 </version ><!-- {x-version-update:google-cloud-monitoring:current} -->
216+ <version >3.93.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-monitoring:current} -->
217217 </dependency >
218218 <dependency >
219219 <groupId >io.opentelemetry</groupId >
You can’t perform that action at this time.
0 commit comments