File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
44
44
if [[ " $SCRIPT_DEBUG " != " true" ]]; then
45
45
# Update `gcloud` and log versioning for debugging
46
- apt update && apt upgrade google-cloud-sdk
46
+ apt update && apt -y upgrade google-cloud-sdk
47
47
48
48
echo " ********** GCLOUD INFO ***********"
49
49
gcloud -v
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.google.protobuf</groupId >
33
33
<artifactId >protobuf-java-util</artifactId >
34
- <version >3.18.0 </version >
34
+ <version >3.18.1 </version >
35
35
</dependency >
36
36
37
37
<dependency >
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >com.google.protobuf</groupId >
49
49
<artifactId >protobuf-java-util</artifactId >
50
- <version >3.18.0 </version >
50
+ <version >3.18.1 </version >
51
51
</dependency >
52
52
53
53
<!-- test dependencies -->
You can’t perform that action at this time.
0 commit comments