File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 7070 <dependency >
7171 <groupId >com.google.cloud</groupId >
7272 <artifactId >google-cloud-shared-dependencies</artifactId >
73- <version >0.4 .0</version >
73+ <version >0.6 .0</version >
7474 <type >pom</type >
7575 <scope >import</scope >
7676 </dependency >
122122 <version >4.4.13</version >
123123 <scope >test</scope >
124124 </dependency >
125+
126+ <!-- Test dependencies -->
127+ <dependency >
128+ <groupId >junit</groupId >
129+ <artifactId >junit</artifactId >
130+ <version >4.13</version >
131+ <scope >test</scope >
132+ </dependency >
133+ <dependency >
134+ <groupId >com.google.truth</groupId >
135+ <artifactId >truth</artifactId >
136+ <version >1.0.1</version >
137+ <scope >test</scope >
138+ </dependency >
125139 </dependencies >
126140 </dependencyManagement >
127141
You can’t perform that action at this time.
0 commit comments