-
-
Couldn't load subscription status.
- Fork 483
Open
Description
Hello,
Recently we've started having Gradle dependency issues due to this project using a very old version of org.apache.commons:commons-io:1.3.2
The current version is commons-io:commons-io:2.20.0
The following error has started appearing in our build logs, due to an inconsistent module metadata found.
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.apache.commons:commons-io:1.3.2.
Required by:
root project 'ms-common--development-examples' > au.com.dius.pact.consumer:junit5:4.6.17 > au.com.dius.pact:consumer:4.6.17
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.apache.commons:commons-io:1.3.2.
Caused by: org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.MetaDataParseException: inconsistent module metadata found. Descriptor: commons-io:commons-io:1.3.2 Errors: bad group: expected='org.apache.commons' found='commons-io'
Upgrading to the latest version of commons-io would fix the issue and modernise the integration of this component.
Is this something your are considering?
Thanks,
Marcel
Metadata
Metadata
Assignees
Labels
No labels