This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-spanner-executor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 else
3333 echo "SHOULD_RUN=true" >> $GITHUB_ENV
3434 fi
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 if : env.SHOULD_RUN == 'true'
3737 with :
3838 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 - 9020:9020
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : stCarolas/setup-maven@v5
2121 with :
2222 maven-version : 3.8.1
Original file line number Diff line number Diff line change 55 unmanaged_dependency_check :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v5
8+ - uses : actions/checkout@v6
99 - uses : actions/setup-java@v5
1010 with :
1111 distribution : temurin
Original file line number Diff line number Diff line change 2626 # the branch into which the pull request is merged
2727 base_branch : main
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 token : ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3434 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3636 <junixsocket .version>2.10.1</junixsocket .version>
37- <opentelemetry .version>1.56 .0</opentelemetry .version>
38- <google .cloud.monitoring.version>3.83 .0</google .cloud.monitoring.version>
37+ <opentelemetry .version>1.59 .0</opentelemetry .version>
38+ <google .cloud.monitoring.version>3.85 .0</google .cloud.monitoring.version>
3939 </properties >
4040
4141 <dependencies >
9191 <dependency >
9292 <groupId >com.google.cloud</groupId >
9393 <artifactId >google-cloud-spanner</artifactId >
94- <version >6.107 .0</version >
94+ <version >6.110 .0</version >
9595 </dependency >
9696 <dependency >
9797 <groupId >com.google.auto.value</groupId >
127127 <plugin >
128128 <groupId >org.codehaus.mojo</groupId >
129129 <artifactId >exec-maven-plugin</artifactId >
130- <version >3.6.2 </version >
130+ <version >3.6.3 </version >
131131 <configuration >
132132 <mainClass >com.google.cloud.spanner.benchmark.LatencyBenchmark</mainClass >
133133 <cleanupDaemonThreads >false</cleanupDaemonThreads >
Original file line number Diff line number Diff line change 100100 <plugin >
101101 <groupId >org.apache.maven.plugins</groupId >
102102 <artifactId >maven-compiler-plugin</artifactId >
103- <version >3.14.1 </version >
103+ <version >3.15.0 </version >
104104 <configuration >
105105 <source >1.8</source >
106106 <target >1.8</target >
Original file line number Diff line number Diff line change 7474 <dependency >
7575 <groupId >com.google.cloud</groupId >
7676 <artifactId >google-cloud-trace</artifactId >
77- <version >2.79 .0</version >
77+ <version >2.84 .0</version >
7878 <!-- Version will be managed by guava -->
7979 <exclusions >
8080 <exclusion >
154154 <dependency >
155155 <groupId >com.google.api.grpc</groupId >
156156 <artifactId >proto-google-cloud-trace-v1</artifactId >
157- <version >2.82 .0</version >
157+ <version >2.84 .0</version >
158158 <!-- Version will be managed by guava -->
159159 <exclusions >
160160 <exclusion >
Original file line number Diff line number Diff line change 1616 <properties >
1717 <site .installationModule>google-cloud-spanner</site .installationModule>
1818 <opencensus .version>0.31.1</opencensus .version>
19- <google .cloud.monitoring.version>3.83 .0</google .cloud.monitoring.version>
19+ <google .cloud.monitoring.version>3.85 .0</google .cloud.monitoring.version>
2020 <spanner .testenv.config.class>com.google.cloud.spanner.GceTestEnvConfig</spanner .testenv.config.class>
2121 <spanner .testenv.instance>projects/gcloud-devel/instances/spanner-testing-east1</spanner .testenv.instance>
2222 <spanner .gce.config.project_id>gcloud-devel</spanner .gce.config.project_id>
448448 <dependency >
449449 <groupId >net.bytebuddy</groupId >
450450 <artifactId >byte-buddy-agent</artifactId >
451- <version >1.18.1 </version >
451+ <version >1.18.4 </version >
452452 <scope >test</scope >
453453 </dependency >
454454
544544 <dependency >
545545 <groupId >com.google.cloud</groupId >
546546 <artifactId >google-cloud-trace</artifactId >
547- <version >2.79 .0</version >
547+ <version >2.84 .0</version >
548548 <scope >test</scope >
549549 </dependency >
550550 <dependency >
551551 <groupId >com.google.api.grpc</groupId >
552552 <artifactId >proto-google-cloud-trace-v1</artifactId >
553- <version >2.82 .0</version >
553+ <version >2.84 .0</version >
554554 <scope >test</scope >
555555 </dependency >
556556 </dependencies >
Original file line number Diff line number Diff line change 152152 <plugin >
153153 <groupId >org.apache.maven.plugins</groupId >
154154 <artifactId >maven-compiler-plugin</artifactId >
155- <version >3.14.1 </version >
155+ <version >3.15.0 </version >
156156 <configuration >
157157 <source >1.8</source >
158158 <target >1.8</target >
Original file line number Diff line number Diff line change 2323 <maven .compiler.source>1.8</maven .compiler.source>
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2525 <opencensus .version>0.31.1</opencensus .version>
26- <trace .version>2.79 .0</trace .version>
27- <cloudmonitoring .version>3.83 .0</cloudmonitoring .version>
26+ <trace .version>2.84 .0</trace .version>
27+ <cloudmonitoring .version>3.85 .0</cloudmonitoring .version>
2828 </properties >
2929
3030
3333 <dependency >
3434 <groupId >com.google.cloud</groupId >
3535 <artifactId >google-cloud-spanner</artifactId >
36- <version >6.107 .0</version >
36+ <version >6.110 .0</version >
3737 </dependency >
3838 <!-- [END spanner_install_without_bom] -->
3939
You can’t perform that action at this time.
0 commit comments