From b3d2e3f59c8e804e1e368fc5b5805c4340ece743 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Fri, 19 Jul 2024 13:19:35 +0800 Subject: [PATCH] [KYUUBI #6548] Bump enforcer extra mojo rules to 1.8.0 for recognizing higher Java bytecode versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— This pull request fixes # ## Describe Your Solution ๐Ÿ”ง - this bump helps to recognize Java 21-23 class formats: https://github.com/mojohaus/extra-enforcer-rules/releases - reduce warning message when checking java bytecode versions ``` Warning: Unknown bytecodeVersion for com.fasterxml.jackson.core:jackson-core:jar:2.15.4:compile : META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser/FastDoubleSwar.class: got null class-file-version ``` ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6548 from bowenliang123/mojo-rules-180. Closes #6548 f53e4725d [Bowen Liang] update Authored-by: Bowen Liang Signed-off-by: Bowen Liang --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb61cb5a396..1d055ad84ee 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,7 @@ 3.3.0 1.8.1 - 1.6.1 + 1.8.0 1.6.0 1.12.1 4.8.0