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

Commit 8350d84

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.2 (#802)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.3.1` -> `3.3.2` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.2/compatibility-slim/3.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.3.2/confidence-slim/3.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech).
1 parent 256c3ed commit 8350d84

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
@@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech'
6262
If you are using Gradle without BOM, add this to your dependencies
6363

6464
```Groovy
65-
implementation 'com.google.cloud:google-cloud-speech:2.2.4'
65+
implementation 'com.google.cloud:google-cloud-speech:2.2.5'
6666
```
6767

6868
If you are using SBT, add this to your dependencies
6969

7070
```Scala
71-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.4"
71+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.5"
7272
```
7373

7474
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>org.apache.maven.plugins</groupId>
280280
<artifactId>maven-javadoc-plugin</artifactId>
281-
<version>3.3.1</version>
281+
<version>3.3.2</version>
282282
<reportSets>
283283
<reportSet>
284284
<id>html</id>

0 commit comments

Comments
 (0)