File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2424
2525 <excludedTests >com.google.cloud.spanner.pgadapter.IntegrationTest,com.google.cloud.spanner.pgadapter.golang.GolangTest</excludedTests >
26+
27+ <spanner .version>6.23.3</spanner .version>
2628 </properties >
2729
2830 <modelVersion >4.0.0</modelVersion >
6769 <dependency >
6870 <groupId >com.google.cloud</groupId >
6971 <artifactId >google-cloud-spanner</artifactId >
70- <version >6.23.1 </version >
72+ <version >${spanner.version} </version >
7173 </dependency >
7274 <dependency >
7375 <groupId >org.postgresql</groupId >
9395 <dependency >
9496 <groupId >com.google.cloud</groupId >
9597 <artifactId >google-cloud-spanner</artifactId >
96- <version >6.23.1 </version >
98+ <version >${spanner.version} </version >
9799 <type >test-jar</type >
98100 <scope >test</scope >
99101 </dependency >
100102 <dependency >
101103 <groupId >com.google.api</groupId >
102104 <artifactId >gax-grpc</artifactId >
103- <version >2.13 .0</version >
105+ <version >2.16 .0</version >
104106 <classifier >testlib</classifier >
105107 <scope >test</scope >
106108 </dependency >
You can’t perform that action at this time.
0 commit comments