Skip to content

Commit fba1f94

Browse files
committed
[KYUUBI #7261] Bump extra-enforcer-rules 1.11.0
### Why are the changes needed? To suppress warnings like ``` [INFO] --- enforcer:3.5.0:enforce (enforce-bytecode-version) kyuubi-spark-sql-engine_2.13 --- [WARNING] Unknown bytecodeVersion for net.bytebuddy:byte-buddy:jar:1.17.6:compile : META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/JdkClassWriter$1.class: got null class-file-version [WARNING] Unknown bytecodeVersion for net.bytebuddy:byte-buddy:jar:1.17.6:compile : META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/AsmWrappedAttribute.class: got null class-file-version [WARNING] Unknown bytecodeVersion for net.bytebuddy:byte-buddy:jar:1.17.6:compile : META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/AsmWrappedAttribute$AsmSourceIdAttribute.class: got null class-file-version [WARNING] Unknown bytecodeVersion for net.bytebuddy:byte-buddy:jar:1.17.6:compile : META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/JdkClassReader$TypeAnnotationVisitorSource.class: got null class-file-version [WARNING] Unknown bytecodeVersion for net.bytebuddy:byte-buddy:jar:1.17.6:compile : META-INF/versions/24/net/bytebuddy/jar/asmjdkbridge/AsmAttribute.class: got null class-file-version ... ``` ### How was this patch tested? Pass GHA, and manually verified the warnings have gone. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7261 from pan3793/extra-enforcer-rules-1.11. Closes #7261 267537a [Cheng Pan] Bump extra-enforcer-rules 1.11.0 Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
1 parent 85950e9 commit fba1f94

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
@@ -239,7 +239,7 @@
239239
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
240240
<maven.plugin.download.version>1.11.3</maven.plugin.download.version>
241241
<maven.plugin.download.cache.path></maven.plugin.download.cache.path>
242-
<maven.plugin.enforcer.mojo.rules.version>1.8.0</maven.plugin.enforcer.mojo.rules.version>
242+
<maven.plugin.enforcer.mojo.rules.version>1.11.0</maven.plugin.enforcer.mojo.rules.version>
243243
<maven.plugin.flatten.version>1.6.0</maven.plugin.flatten.version>
244244
<maven.plugin.frontend.version>1.12.1</maven.plugin.frontend.version>
245245
<maven.plugin.frontend.inheritsProxyConfigFromMaven>false</maven.plugin.frontend.inheritsProxyConfigFromMaven>

0 commit comments

Comments
 (0)