This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 229f09730d MINOR: [Java] Bump 
org.apache.maven.plugins:maven-site-plugin from 3.7.1 to 3.12.1 in /java 
(#40240)
229f09730d is described below

commit 229f09730d83099a22c74de99c0bcf1ecafc219e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 27 05:47:20 2024 +0900

    MINOR: [Java] Bump org.apache.maven.plugins:maven-site-plugin from 3.7.1 to 
3.12.1 in /java (#40240)
    
    Bumps 
[org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin)
 from 3.7.1 to 3.12.1.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/ecae28fb0990eb5a7fc8f2d4ffe07f348d927f4b";><code>ecae28f</code></a>
 [maven-release-plugin] prepare release maven-site-plugin-3.12.1</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/d98569b083ded7a5182bf6cb5814ddcbd3150267";><code>d98569b</code></a>
 [MSITE-908] Upgrade Maven Reporting API to 3.1.1</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/bd3376f52d0053e05c78327aad39353710702a7a";><code>bd3376f</code></a>
 [MSITE-901] If precending standalone report has been run, site:jar does not 
r...</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/b99c0ef371774a414ade764f2921bdfe8918ed60";><code>b99c0ef</code></a>
 [MSITE-902] Upgrade Plexus Utils to 3.4.2</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/3c6ff2e285063231b7042bfe7875871c9d339830";><code>3c6ff2e</code></a>
 Update CI URL</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/f314e9da6ba0b5611fd5dd7dcff2d9ecc36dcd61";><code>f314e9d</code></a>
 [MSITE-898] Upgrade Parent to 36</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/bce7458375464e58f5d2d6cff92f8dde5f45de67";><code>bce7458</code></a>
 [MSITE-897] Upgrade Plexus Archiver to 4.2.7</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/3c8d426aae79c793a2a3acfddbd47a6826346382";><code>3c8d426</code></a>
 keep only release month, drop day</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/6604ab3b53d3f4045cc755340aeb0c4feaeaf8df";><code>6604ab3</code></a>
 also keep only Doxia versions changes</li>
    <li><a 
href="https://github.com/apache/maven-site-plugin/commit/789a7a1054babde3c5b01e48bbf8abca49f5af8f";><code>789a7a1</code></a>
 lighten content: keep only meaningful values</li>
    <li>Additional commits viewable in <a 
href="https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.7.1...maven-site-plugin-3.12.1";>compare
 view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-site-plugin&package-manager=maven&previous-version=3.7.1&new-version=3.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting `@ 
dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@ dependabot rebase` will rebase this PR
    - `@ dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
    - `@ dependabot merge` will merge this PR after your CI passes on it
    - `@ dependabot squash and merge` will squash and merge this PR after your 
CI passes on it
    - `@ dependabot cancel merge` will cancel a previously requested merge and 
block automerging
    - `@ dependabot reopen` will reopen this PR if it is closed
    - `@ dependabot close` will close this PR and stop Dependabot recreating 
it. You can achieve the same result by closing it manually
    - `@ dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
    - `@ dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
    - `@ dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
    - `@ dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
    
    </details>
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 java/bom/pom.xml   | 4 ++--
 java/maven/pom.xml | 4 ++--
 java/pom.xml       | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/java/bom/pom.xml b/java/bom/pom.xml
index 025632c45a..2406886222 100644
--- a/java/bom/pom.xml
+++ b/java/bom/pom.xml
@@ -151,7 +151,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7.1</version>
+        <version>3.12.1</version>
       </plugin>
     </plugins>
   </build>
@@ -166,7 +166,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7.1</version>
+        <version>3.12.1</version>
       </plugin>
     </plugins>
   </reporting>
diff --git a/java/maven/pom.xml b/java/maven/pom.xml
index c2b13119fc..ccc12f5397 100644
--- a/java/maven/pom.xml
+++ b/java/maven/pom.xml
@@ -322,7 +322,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.7.1</version>
+          <version>3.12.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -338,7 +338,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7.1</version>
+        <version>3.12.1</version>
       </plugin>
     </plugins>
   </reporting>
diff --git a/java/pom.xml b/java/pom.xml
index d32a179f39..e78e21dafd 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -400,7 +400,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7.1</version>
+        <version>3.12.1</version>
       </plugin>
     </plugins>
 
@@ -603,7 +603,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.7.1</version>
+          <version>3.12.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -808,7 +808,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7.1</version>
+        <version>3.12.1</version>
       </plugin>
     </plugins>
   </reporting>

Reply via email to