Skip to content

Commit ff45537

Browse files
committed
[SPARK-54161][BUILD] Upgrade extra-enforcer-rules to 1.11.0
### What changes were proposed in this pull request? This PR aims to upgrade `extra-enforcer-rules` to 1.11.0. ### Why are the changes needed? To use the latest feature and bug fixes - https://github.com/mojohaus/extra-enforcer-rules/releases/tag/1.11.0 - mojohaus/extra-enforcer-rules#334 - mojohaus/extra-enforcer-rules#335 ### Does this PR introduce _any_ user-facing change? No, this is a build plugin. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52859 from dongjoon-hyun/SPARK-54161. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c8cb3e7 commit ff45537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@
26692669
<dependency>
26702670
<groupId>org.codehaus.mojo</groupId>
26712671
<artifactId>extra-enforcer-rules</artifactId>
2672-
<version>1.10.0</version>
2672+
<version>1.11.0</version>
26732673
</dependency>
26742674
</dependencies>
26752675
</plugin>

0 commit comments

Comments
 (0)