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

Commit 032cc66

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.4.0 (#1036)
* build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.4.0 * 🦉 Updates from OwlBot post-processor 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 80fa061 commit 032cc66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-translate'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-translate:2.3.1'
60+
implementation 'com.google.cloud:google-cloud-translate:2.3.2'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.3.1"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.3.2"
6767
```
6868

6969
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-project-info-reports-plugin</artifactId>
146-
<version>3.3.0</version>
146+
<version>3.4.0</version>
147147
<reportSets>
148148
<reportSet>
149149
<reports>

0 commit comments

Comments
 (0)