Skip to content

Commit

Permalink
[SPARK-48242][BUILD] Upgrade extra-enforcer-rules to 1.8.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade `extra-enforcer-rules to 1.8.0` from `1.7.0` to `1.8.0`.

### Why are the changes needed?
The full release notes:
https://github.com/mojohaus/extra-enforcer-rules/releases/tag/1.8.0

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
- Manually test.
```
sh dev/test-dependencies.sh
```
- Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#46538 from panbingkun/SPARK-48242.

Authored-by: panbingkun <panbingkun@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
  • Loading branch information
panbingkun authored and LuciferYang committed May 20, 2024
1 parent 617ac1a commit 2eea28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 2eea28b

Please sign in to comment.