Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9561bc0

Browse files
deps: update dependency com.google.protobuf:protobuf-java-util to v3.19.2 (#663)
* deps: update dependency com.google.protobuf:protobuf-java-util to v3.19.2 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e258ec2 commit 9561bc0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:24.1.0')
53+
implementation platform('com.google.cloud:libraries-bom:24.1.1')
5454
5555
implementation 'com.google.cloud:google-cloud-secretmanager'
5656
```

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.protobuf</groupId>
3838
<artifactId>protobuf-java-util</artifactId>
39-
<version>3.19.1</version>
39+
<version>3.19.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.protobuf</groupId>
3636
<artifactId>protobuf-java-util</artifactId>
37-
<version>3.19.1</version>
37+
<version>3.19.2</version>
3838
</dependency>
3939

4040
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.protobuf</groupId>
4848
<artifactId>protobuf-java-util</artifactId>
49-
<version>3.19.1</version>
49+
<version>3.19.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>

0 commit comments

Comments
 (0)