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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6ce448aa9 ORC-1947: Upgrade `maven-enforcer-plugin` to 3.6.0
6ce448aa9 is described below

commit 6ce448aa97450970eeea359130c482cb5f21ae8e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 09:07:53 2025 -0700

    ORC-1947: Upgrade `maven-enforcer-plugin` to 3.6.0
    
    Bumps 
[org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer)
 from 3.5.0 to 3.6.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a 
href="https://github.com/apache/maven-enforcer/releases";>org.apache.maven.plugins:maven-enforcer-plugin's
 releases</a>.</em></p>
    <blockquote>
    <h2>3.6.0</h2>
    <h2>🚀 New features and improvements</h2>
    <ul>
    <li>Warning about old enforcer api in rule implementation (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/894";>#894</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    <li>Introduce ruleName for rules configuration (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/893";>#893</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    <li>Improve performance of BannedPlugins and RequireReleaseDeps (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/371";>#371</a>) <a 
href="https://github.com/harrisric";><code>​harrisric</code></a></li>
    <li>Enforce size bounds recursively on directory content (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/368";>#368</a>) <a 
href="https://github.com/zabetak";><code>​zabetak</code></a></li>
    <li>Improve the performance of BannedDependencies (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/367";>#367</a>) <a 
href="https://github.com/harrisric";><code>​harrisric</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-516";>[MENFORCER-516]</a> 
- Use rule configuration in POM when executed from CLI (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/344";>#344</a>) <a 
href="https://github.com/bpfoster";><code>​bpfoster</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-508";>[MENFORCER-508]</a> 
- Add option to enforce same versions among Maven modules (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/328";>#328</a>) <a 
href="https://github.com/kwin";><code>​kwin</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-507";>[MENFORCER-507]</a> 
- Add xsltLocation parameter to ExternalRules (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/322";>#322</a>) <a 
href="https://github.com/ppalaga";><code>​ppalaga</code></a></li>
    </ul>
    <h2>🐛 Bug Fixes</h2>
    <ul>
    <li><code>RequireSameVersions</code> rule: consider entries in 
<code>&lt;plugins&gt;</code>  when analyzing build- and report-plugins (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/892";>#892</a>) <a 
href="https://github.com/turing85";><code>​turing85</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-495";>[MENFORCER-495]</a> 
- Remove &quot;JAVA_HOME&quot; from rule violation message (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/346";>#346</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    </ul>
    <h2>📝 Documentation updates</h2>
    <ul>
    <li>Improve example of custom rule (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/890";>#890</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    <li>Make documentation explicit about java versions for custom rules (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/370";>#370</a>) <a 
href="https://github.com/harrisric";><code>​harrisric</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MNGSITE-529";>[MNGSITE-529]</a> - 
Rename &quot;Goals&quot; to &quot;Plugin Documentation&quot; (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/351";>#351</a>) <a 
href="https://github.com/Bukama";><code>​Bukama</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-335";>[MENFORCER-335]</a> 
- Update dependencyConvergence.apt.vm (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/347";>#347</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-511";>[MENFORCER-511]</a> 
- Match start-tag to end-tag (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/341";>#341</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    <li><a 
href="https://issues.apache.org/jira/browse/MENFORCER-505";>[MENFORCER-505]</a> 
- fix documentation for requireMatchingCoordinates (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/320";>#320</a>) <a 
href="https://github.com/kwin";><code>​kwin</code></a></li>
    </ul>
    <h2>👻 Maintenance</h2>
    <ul>
    <li>Update site descriptor to 2.0.0 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/889";>#889</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    <li>Use constant 3.6.3 in prerequisites/maven as minimal Maven version (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/887";>#887</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    <li>Enable Github Issues (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/363";>#363</a>) <a 
href="https://github.com/Bukama";><code>​Bukama</code></a></li>
    <li>Remove unused collections (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/358";>#358</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    <li>Eliminate some string operations (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/357";>#357</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    <li>Use cached default charset and update URL fragment (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/360";>#360</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    <li>Add GitHub Automation actions (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/359";>#359</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    <li>A grabbag of small simplifications found by IntelliJ (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/354";>#354</a>) <a 
href="https://github.com/elharo";><code>​elharo</code></a></li>
    </ul>
    <h2>🔧 Build</h2>
    <ul>
    <li>Enable build by Maven 4 on GitHub (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/891";>#891</a>) <a 
href="https://github.com/slawekjaranowski";><code>​slawekjaranowski</code></a></li>
    </ul>
    <h2>📦 Dependency updates</h2>
    <ul>
    <li>Bump mavenVersion from 3.6.3 to 3.9.10 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/888";>#888</a>) <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
    <li>Bump org.apache.maven:maven-parent from 44 to 45 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/886";>#886</a>) <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
    <li>Update parent to 44 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/365";>#365</a>) <a 
href="https://github.com/Bukama";><code>​Bukama</code></a></li>
    <li>Bump commons-codec:commons-codec from 1.17.1 to 1.18.0 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/349";>#349</a>) <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
    <li>Bump commons-io:commons-io from 2.18.0 to 2.19.0 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/362";>#362</a>) <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
    <li>Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (<a 
href="https://redirect.github.com/apache/maven-enforcer/pull/348";>#348</a>) <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
    </ul>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/dc9d2abf361ff1322580d6649b87e042986792c1";><code>dc9d2ab</code></a>
 [maven-release-plugin] prepare release enforcer-3.6.0</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/9aed56ce12371c95fd1c5cf598ceb2680b033f5a";><code>9aed56c</code></a>
 Warning about old enforcer api in rule implementation (<a 
href="https://redirect.github.com/apache/maven-enforcer/issues/894";>#894</a>)</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/8b8ac7a5e9d2bbcac4111d28141cab703f948597";><code>8b8ac7a</code></a>
 Improve example of custom rule (<a 
href="https://redirect.github.com/apache/maven-enforcer/issues/890";>#890</a>)</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/19924011d1b100a11d490b0c89f15b140e5bb97d";><code>1992401</code></a>
 Introduce ruleName for rules configuration</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/5ec0a9f22122b625787099fae5c255342585f103";><code>5ec0a9f</code></a>
 Update site descriptor to 2.0.0</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/e8cc57e4a64f241c5df0520bfc7a21dbbadf3181";><code>e8cc57e</code></a>
 <code>RequireSameVersions</code> rule: consider entries in 
<code>\&lt;plugins&gt;</code>  when analyzing b...</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/785ab9d90175071f707b5dddb6d117eccce1dd52";><code>785ab9d</code></a>
 Enable build by Maven 4 on GitHub</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/5f664d5d185f96fc3bb22384d5b2cbbd7c9f9950";><code>5f664d5</code></a>
 Bump mavenVersion from 3.6.3 to 3.9.10 (<a 
href="https://redirect.github.com/apache/maven-enforcer/issues/888";>#888</a>)</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/30cb5481cfb5fa70c579781fc294e4c468a3191f";><code>30cb548</code></a>
 Bump org.apache.maven:maven-parent from 44 to 45</li>
    <li><a 
href="https://github.com/apache/maven-enforcer/commit/265dc895998c25fcf275e87a4f98fb9fc31dbba7";><code>265dc89</code></a>
 Use constant 3.6.3 in prerequisites/maven as minimal Maven version</li>
    <li>Additional commits viewable in <a 
href="https://github.com/apache/maven-enforcer/compare/enforcer-3.5.0...enforcer-3.6.0";>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-enforcer-plugin&package-manager=maven&previous-version=3.5.0&new-version=3.6.0)](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>
    
    Closes #2318 from 
dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-enforcer-plugin-3.6.0.
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 395d44494..a310505ef 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -606,7 +606,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
         <dependencies>
           <dependency>
             <groupId>org.codehaus.mojo</groupId>

Reply via email to