Skip to content

Commit c965d70

Browse files
committed
[MINOR] Remove unused versions from gradle.properties
### What changes were proposed in this pull request? This PR aims to remove unused versions from `gradle.properties`. ### Why are the changes needed? To clean up the misleading unused versions. We can see that there is no usage like the following. ``` $ git grep commonsLang3Version gradle.properties:commonsLang3Version=3.16.0 $ git grep commonsIOVersion gradle.properties:commonsIOVersion=2.16.1 ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #107 from dongjoon-hyun/minor-unused. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0f6011c commit c965d70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ org.gradle.jvmargs=-Xmx4g
2020

2121
# Caution: fabric8 version should be aligned with Spark dependency
2222
fabric8Version=6.13.3
23-
commonsLang3Version=3.16.0
24-
commonsIOVersion=2.16.1
2523
lombokVersion=1.18.32
2624
operatorSDKVersion=4.9.0
2725
okHttpVersion=4.12.0

0 commit comments

Comments
 (0)