File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >com.google.cloud</groupId >
45
45
<artifactId >libraries-bom</artifactId >
46
- <version >4.4.1 </version >
46
+ <version >5.2.0 </version >
47
47
<type >pom</type >
48
48
<scope >import</scope >
49
49
</dependency >
Original file line number Diff line number Diff line change 39
39
40
40
<failOnMissingWebXml >false</failOnMissingWebXml >
41
41
</properties >
42
+
43
+ <dependencyManagement >
44
+ <dependencies >
45
+ <dependency >
46
+ <groupId >com.google.cloud</groupId >
47
+ <artifactId >libraries-bom</artifactId >
48
+ <version >5.2.0</version >
49
+ <type >pom</type >
50
+ <scope >import</scope >
51
+ </dependency >
52
+ </dependencies >
53
+ </dependencyManagement >
42
54
43
55
<dependencies >
44
56
<dependency >
45
57
<groupId >com.google.cloud</groupId >
46
58
<artifactId >google-cloud-spanner</artifactId >
47
- <version >1.52.0</version >
48
59
</dependency >
49
60
<dependency >
50
61
<groupId >javax.servlet</groupId >
You can’t perform that action at this time.
0 commit comments