10000 chore(deps): update dependency com.google.protobuf:protobuf-java-util… · MattyDroidX/java-docs-samples@76a6401 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76a6401

Browse files
chore(deps): update dependency com.google.protobuf:protobuf-java-util to v3.18.1 (GoogleCloudPlatform#6133)
* chore(deps): update dependency com.google.protobuf:protobuf-java-util to v3.18.1 * chore: add -y to skip prompt Co-authored-by: Emily Ball <emilyball@google.com>
1 parent 9c7c8ff commit 76a6401

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343

4444
if [[ "$SCRIPT_DEBUG" != "true" ]]; then
4545
# Update `gcloud` and log versioning for debugging
46-
apt update && apt upgrade google-cloud-sdk
46+
apt update && apt -y upgrade google-cloud-sdk
4747

4848
echo "********** GCLOUD INFO ***********"
4949
gcloud -v

kms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.protobuf</groupId>
3333
<artifactId>protobuf-java-util</artifactId>
34-
<version>3.18.0</version>
34+
<version>3.18.1</version>
3535
</dependency>
3636

3737
<dependency>

secretmanager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.protobuf</groupId>
4949
<artifactId>protobuf-java-util</artifactId>
50-
<version>3.18.0</version>
50+
<version>3.18.1</version>
5151
</dependency>
5252

5353
<!-- test dependencies -->

0 commit comments

Comments
 (0)
0