Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9beee8

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.10.0 (googleapis#7751)
[![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-site-plugin](https://maven.apache.org/plugins/) | `3.9.1` -> `3.10.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-site-plugin/3.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-site-plugin/3.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-site-plugin/3.10.0/compatibility-slim/3.9.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-site-plugin/3.10.0/confidence-slim/3.9.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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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/google-cloud-java).
1 parent 81397ee commit f9beee8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

google-cloud-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-site-plugin</artifactId>
143-
<version>3.9.1</version>
143+
<version>3.10.0</version>
144144
<configuration>
145145
<skip>true</skip>
146146
</configuration>

google-cloud-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-site-plugin</artifactId>
106-
<version>3.9.1</version>
106+
<version>3.10.0</version>
107107
<configuration>
108108
<skip>true</skip>
109109
</configuration>

google-cloud-util/google-cloud-compat-checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-site-plugin</artifactId>
71-
<version>3.9.1</version>
71+
<version>3.10.0</version>
7272
<configuration>
7373
<skip>true</skip>
7474
</configuration>

google-cloud-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-site-plugin</artifactId>
40-
<version>3.9.1</version>
40+
<version>3.10.0</version>
4141
<configuration>
4242
<skip>true</skip>
4343
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-site-plugin</artifactId>
116-
<version>3.9.1</version>
116+
<version>3.10.0</version>
117117
<configuration>
118118
<skip>true</skip>
119119
</configuration>

0 commit comments

Comments
 (0)