File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/com/example/task Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Copyright 2018 Google LLC
5252 <dependency >
5353 <groupId >com.google.cloud</groupId >
5454 <artifactId >google-cloud-tasks</artifactId >
55- <version >0.63 .0-beta</version >
55+ <version >0.86 .0-beta</version >
5656 </dependency >
5757 <dependency >
5858 <groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change 1616
1717package com .example .task ;
1818
19- import com .google .cloud .tasks .v2beta3 .AppEngineHttpRequest ;
20- import com .google .cloud .tasks .v2beta3 .CloudTasksClient ;
21- import com .google .cloud .tasks .v2beta3 .HttpMethod ;
22- import com .google .cloud .tasks .v2beta3 .QueueName ;
23- import com .google .cloud .tasks .v2beta3 .Task ;
19+ import com .google .cloud .tasks .v2 .AppEngineHttpRequest ;
20+ import com .google .cloud .tasks .v2 .CloudTasksClient ;
21+ import com .google .cloud .tasks .v2 .HttpMethod ;
22+ import com .google .cloud .tasks .v2 .QueueName ;
23+ import com .google .cloud .tasks .v2 .Task ;
2424import com .google .common .base .Strings ;
2525import com .google .protobuf .ByteString ;
2626import com .google .protobuf .Timestamp ;
You can’t perform that action at this time.
0 commit comments