Sebastian Schuberth
05/18/2026, 9:43 AMgradle-tooling-api apparent strictly depends on version 2.0.17?
A problem occurred configuring project ':shared:plugin-info'.
> Could not resolve all artifacts for configuration ':shared:plugin-info:detachedConfiguration3'.
> Could not resolve org.slf4j:slf4j-api:2.0.18.
Required by:
project ':shared:plugin-info' > project :shared:package-curation-providers
project ':shared:plugin-info' > project :shared:reporters
> Cannot find a version of 'org.slf4j:slf4j-api' that satisfies the version constraints:
Dependency path: 'root' (detachedConfiguration3) --> 'project :shared:package-curation-providers' (runtimeElements) --> 'org.slf4j:slf4j-api:2.0.18'
Dependency path: 'root' (detachedConfiguration3) --> 'project :shared:reporters' (runtimeElements) --> 'org.slf4j:slf4j-api:2.0.18'
Dependency path: 'root' (detachedConfiguration3) --> 'org.ossreviewtoolkit.plugins:package-managers:87.0.0' (runtimeElements) --> 'org.ossreviewtoolkit.plugins.packagemanagers:gradle-package-manager:87.0.0' (runtimeElements) --> 'org.gradle:gradle-tooling-api:9.5.1' (shadedRuntimeElements) --> 'org.slf4j:slf4j-api:{strictly 2.0.17}'Sebastian Schuberth
05/20/2026, 3:48 PM"dependencies": [
{
"group": "org.slf4j",
"module": "slf4j-api",
"version": {
"strictly": "2.0.17",
"requires": "2.0.17"
},
whereas https://repo.gradle.org/artifactory/libs-releases/org/gradle/gradle-tooling-api/9.4.1/gradle-tooling-api-9.4.1.module has
"dependencies": [
{
"group": "org.slf4j",
"module": "slf4j-api",
"version": {
"requires": "2.0.17"
}
}
],
?Sebastian Schuberth
05/20/2026, 4:04 PM