diff --git a/.github/renovate.json b/.github/renovate.json
index 90c5a18d9f6d..cfd588a66b8d 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -71,16 +71,6 @@
"org.fusesource.jansi:jansi"
]
},
- {
- "description": "Depends on commons-lang3 which is in progress for removal from core. See: https://issues.jenkins.io/browse/JENKINS-73355",
- "matchManagers": [
- "maven"
- ],
- "enabled": false,
- "matchPackageNames": [
- "org.apache.commons:commons-compress"
- ]
- },
{
"description": "Contains incompatible API changes and needs compatibility work. See: https://github.com/jenkinsci/jenkins/pull/4224",
"matchManagers": [
diff --git a/bom/pom.xml b/bom/pom.xml
index 61de025b3e9b..f94253ce6f70 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -191,11 +191,6 @@ THE SOFTWARE.
ant
1.10.15
-
- org.apache.commons
- commons-compress
- 1.26.1
-
org.apache.commons
commons-fileupload2
diff --git a/core/pom.xml b/core/pom.xml
index 9bff5e5ad0b2..0b9cb30d8763 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -285,17 +285,6 @@ THE SOFTWARE.
org.apache.ant
ant
-
- org.apache.commons
- commons-compress
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
org.apache.commons
commons-fileupload2-core