renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.15k stars 2.23k forks source link

Can't use Renovate in Projects with Java 17(/Spring Boot 3) dependencies #20564

Closed chhch closed 1 year ago

chhch commented 1 year ago

How are you running Renovate?

Mend Renovate hosted app on github.com

If you're self-hosting Renovate, tell us what version of Renovate you run.

No response

If you're self-hosting Renovate, select which platform you are using.

None

If you're self-hosting Renovate, tell us what version of the platform you run.

No response

Was this something which used to work for you, and then stopped?

I never saw this working

Describe the bug

Once org.springframework.boot (version > 3) is included in the project, the dependencies of gradle.build can no longer be updated, see minimal reproductions. Furthermore, renovate cannot update from id 'org.springframework.boot' version '3.0.0' to id 'org.springframework.boot' version '3.0.2'.

This is probably because the sidecar container starts with Java 16.0.2+7: docker.io/renovate/sidecar bash -l -c "install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties"

Relevant debug logs

Logs ``` Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/chhch/renovate-java-17-dependency-example":"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/chhch/renovate-java-17-dependency-example" docker.io/renovate/sidecar bash -l -c "install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties" openjdk version "16.0.2" 2021-07-20 OpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7) OpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing) FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'renovate-java-17-dependency-example'. > Could not resolve all files for configuration ':classpath'. > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2. Required by: project : > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but: - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally: - Incompatible because this component declares documentation and the consumer needed a library - Other compatible attributes: - Doesn't say anything about its target Java version (required compatibility with Java 16) - Doesn't say anything about its elements (required them packaged as a jar) - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally: - Incompatible because this component declares documentation and the consumer needed a library - Other compatible attributes: - Doesn't say anything about its target Java version (required compatibility with Java 16) - Doesn't say anything about its elements (required them packaged as a jar) - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2. Required by: project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2 > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but: - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally: - Incompatible because this component declares documentation and the consumer needed a library - Other compatible attributes: - Doesn't say anything about its target Java version (required compatibility with Java 16) - Doesn't say anything about its elements (required them packaged as a jar) - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally: - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16 - Other compatible attribute: - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally: - Incompatible because this component declares documentation and the consumer needed a library - Other compatible attributes: - Doesn't say anything about its target Java version (required compatibility with Java 16) - Doesn't say anything about its elements (required them packaged as a jar) - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1') * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 48s ```

Have you created a minimal reproduction repository?

I have linked to a minimal reproduction repository in the bug description

HonkingGoose commented 1 year ago

I forked the reproduction into our renovate-reproductions organization:

rarkins commented 1 year ago

Please provide the debug logs from the branch prior to that docker run command

chhch commented 1 year ago
Logs #1007409473 ``` DEBUG: No dangling containers to remove INFO: Repository started { "renovateVersion": "34.148.0" } DEBUG: Using localDir: /mnt/renovate/gh/chhch/renovate-java-17-dependency-example DEBUG: PackageFiles.clear() - Package files deleted DEBUG: initRepo("chhch/renovate-java-17-dependency-example") DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: chhch/renovate-java-17-dependency-example default branch = main DEBUG: Using app token for git init DEBUG: Repository cache is restored from revision 13 DEBUG: Resetting npmrc DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: Checking cached config file name DEBUG: Existing config file confirmed DEBUG: Repository config { "fileName": "renovate.json", "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ] } } DEBUG: Repo is onboarded DEBUG: migrateAndValidate() DEBUG: No config migration necessary DEBUG: massaged config { "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ] } } DEBUG: migrated config { "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ] } } DEBUG: Setting hostRules from config DEBUG: Found repo ignorePaths { "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**", "**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**" ] } DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: No vulnerability alerts found DEBUG: No vulnerability alerts found DEBUG: findIssue(Dependency Dashboard) DEBUG: Retrieving issueList DEBUG: Retrieved 1 issues DEBUG: Found issue 2 DEBUG: No baseBranches DEBUG: extract() DEBUG: Cached extract result cannot be used due to base branch SHA change (old=6a1b5a1954941c7d1a251ddded7da8717702252b, new=c9cac6fa43afee2d67a8a1dff54e595f94f03ecf) DEBUG: Setting current branch to main DEBUG: Initializing git repository into /mnt/renovate/gh/chhch/renovate-java-17-dependency-example DEBUG: Performing blobless clone DEBUG: git clone completed { "durationMs": 926 } DEBUG: latest repository commit { "latestCommit": { "hash": "c9cac6fa43afee2d67a8a1dff54e595f94f03ecf", "date": "2023-02-22T09:53:52+01:00", "message": "Add Spring with dependency to Java 17", "refs": "HEAD -> main, origin/main, origin/HEAD", "body": "", "author_name": "chhch", "author_email": "chhch@users.noreply.github.com" } } DEBUG: latest commit { "branchName": "main", "latestCommitDate": "2023-02-22T09:53:52+01:00" } DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel DEBUG: Using file match: \.bzl$ for manager bazel DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines DEBUG: Using file match: buildkite\.ya?ml for manager buildkite DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite DEBUG: Using file match: (^|/)Gemfile$ for manager bundler DEBUG: Using file match: \.cake$ for manager cake DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile DEBUG: Using file match: (^|/)Dockerfile[^/]*$ for manager dockerfile DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet DEBUG: Using file match: (^|\/)flux-system\/(?:.+\/)?gotk-components\.yaml$ for manager flux DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include DEBUG: Using file match: (^|/)go\.mod$ for manager gomod DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle DEBUG: Using file match: \.versions\.toml$ for manager gradle DEBUG: Using file match: (^|\/)versions.props$ for manager gradle DEBUG: Using file match: (^|\/)versions.lock$ for manager gradle DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3 DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew DEBUG: Using file match: \.html?$ for manager html DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper DEBUG: Using file match: (^|/)package\.js$ for manager meteor DEBUG: Using file match: (^|\/)Mintfile$ for manager mint DEBUG: Using file match: (^|/)mix\.exs$ for manager mix DEBUG: Using file match: (^|\/)flake\.nix$ for manager nix DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv DEBUG: Using file match: (^|/)package\.json$ for manager npm DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget DEBUG: Using file match: \.(?:props|targets)$ for manager nuget DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget DEBUG: Using file match: (^|\/)global\.json$ for manager nuget DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version DEBUG: Using file match: \.sbt$ for manager sbt DEBUG: Using file match: project/[^/]*.scala$ for manager sbt DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg DEBUG: Using file match: (^|/)Package\.swift for manager swift DEBUG: Using file match: \.tf$ for manager terraform DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin DEBUG: Using file match: ^\.travis\.yml$ for manager travis DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci DEBUG: Using file match: ^\.woodpecker(?:\/[^/]+)?\.ya?ml$ for manager woodpecker DEBUG: Matched 1 file(s) for manager gradle: build.gradle DEBUG: Matched 1 file(s) for manager gradle-wrapper: gradle/wrapper/gradle-wrapper.properties DEBUG: Found gradle package files DEBUG: Found gradle-wrapper package files DEBUG: Found 2 package file(s) INFO: Dependency extraction complete { "baseBranch": "main", "stats": { "managers": { "gradle": { "fileCount": 1, "depCount": 2 }, "gradle-wrapper": { "fileCount": 1, "depCount": 1 } }, "total": { "fileCount": 2, "depCount": 3 } } } DEBUG: Looking up com.diffplug.spotless:com.diffplug.spotless.gradle.plugin in repository https://plugins.gradle.org/m2/ DEBUG: Looking up org.springframework.boot:org.springframework.boot.gradle.plugin in repository https://plugins.gradle.org/m2/ DEBUG: Found 74 new releases for com.diffplug.spotless:com.diffplug.spotless.gradle.plugin in repository https://plugins.gradle.org/m2/ DEBUG: Using queue: host=plugins.gradle.org, concurrency=10 DEBUG: Found 141 new releases for org.springframework.boot:org.springframework.boot.gradle.plugin in repository https://plugins.gradle.org/m2/ DEBUG: PackageFiles.add() - Package file saved for base branch { "baseBranch": "main" } DEBUG: Package releases lookups complete { "baseBranch": "main" } DEBUG: branchifyUpgrades DEBUG: detectSemanticCommits() DEBUG: getCommitMessages DEBUG: semanticCommits: detected "unknown" DEBUG: semanticCommits: disabled DEBUG: 1 flattened updates found: com.diffplug.spotless DEBUG: Returning 1 branch(es) DEBUG: config.repoIsOnboarded=true DEBUG: packageFiles with updates { "baseBranch": "main", "config": { "gradle": [ { "packageFile": "build.gradle", "datasource": "maven", "deps": [ { "depType": "plugin", "depName": "com.diffplug.spotless", "packageName": "com.diffplug.spotless:com.diffplug.spotless.gradle.plugin", "commitMessageTopic": "plugin com.diffplug.spotless", "currentValue": "6.13.0", "managerData": { "fileReplacePosition": 159, "packageFile": "build.gradle" }, "fileReplacePosition": 159, "datasource": "maven", "registryUrls": [ "https://plugins.gradle.org/m2/" ], "depIndex": 0, "updates": [ { "bucket": "non-major", "newVersion": "6.15.0", "newValue": "6.15.0", "releaseTimestamp": "2023-02-21T08:30:55.000Z", "newMajor": 6, "newMinor": 15, "updateType": "minor", "branchName": "renovate/com.diffplug.spotless-6.x" } ], "warnings": [], "versioning": "gradle", "registryUrl": "https://plugins.gradle.org/m2", "currentVersion": "6.13.0", "isSingleVersion": true, "fixedVersion": "6.13.0" }, { "depType": "plugin", "depName": "org.springframework.boot", "packageName": "org.springframework.boot:org.springframework.boot.gradle.plugin", "commitMessageTopic": "plugin org.springframework.boot", "currentValue": "3.0.2", "managerData": { "fileReplacePosition": 210, "packageFile": "build.gradle" }, "fileReplacePosition": 210, "datasource": "maven", "registryUrls": [ "https://plugins.gradle.org/m2/" ], "depIndex": 1, "updates": [], "warnings": [], "versioning": "gradle", "registryUrl": "https://plugins.gradle.org/m2", "currentVersion": "3.0.2", "fixedVersion": "3.0.2" } ] } ], "gradle-wrapper": [ { "deps": [ { "depName": "gradle", "currentValue": "8.0.1", "replaceString": "https\\://services.gradle.org/distributions/gradle-8.0.1-bin.zip", "datasource": "gradle-version", "versioning": "gradle", "depIndex": 0, "updates": [], "warnings": [], "sourceUrl": "https://github.com/gradle/gradle", "registryUrl": "https://services.gradle.org/versions/all", "homepage": "https://gradle.org", "currentVersion": "8.0.1", "fixedVersion": "8.0.1" } ], "packageFile": "gradle/wrapper/gradle-wrapper.properties" } ] } } DEBUG: detectSemanticCommits() DEBUG: semanticCommits: returning "disabled" from cache DEBUG: processRepo() DEBUG: Processing 1 branch: renovate/com.diffplug.spotless-6.x DEBUG: Calculating hourly PRs remaining DEBUG: getPrList success { "pullsTotal": 1, "requestsTotal": 1, "apiQuotaAffected": true } DEBUG: currentHourStart=2023-02-22T08:00:00.000+00:00 DEBUG: PR hourly limit remaining: 1 DEBUG: Calculating prConcurrentLimit (10) DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x) DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open) DEBUG: Found PR #1 DEBUG: 1 PRs are currently open DEBUG: PR concurrent limit remaining: 9 DEBUG: Calculated maximum PRs remaining this run: 1 DEBUG: PullRequests limit = 1 DEBUG: Calculating hourly PRs remaining DEBUG: currentHourStart=2023-02-22T08:00:00.000+00:00 DEBUG: PR hourly limit remaining: 1 DEBUG: Calculating branchConcurrentLimit (10) DEBUG: 1 already existing branches found: renovate/com.diffplug.spotless-6.x DEBUG: Branch concurrent limit remaining: 9 DEBUG: Calculated maximum branches remaining this run: 1 DEBUG: Branches limit = 1 DEBUG: syncBranchState()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: syncBranchState(): update baseBranchSha(branch="renovate/com.diffplug.spotless-6.x") DEBUG: branch.isUpToDate(): using cached result "true"(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Found PR #1(branch="renovate/com.diffplug.spotless-6.x") DEBUG: branchExists=true(branch="renovate/com.diffplug.spotless-6.x") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/com.diffplug.spotless-6.x") DEBUG: PR rebase requested=true(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Checking if PR has been edited(branch="renovate/com.diffplug.spotless-6.x") DEBUG: branch.isModified(): using cached result "false"(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Found existing branch PR(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Checking schedule(at any time, null)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: No schedule defined(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Manual rebase requested via Dependency Dashboard(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Using reuseExistingBranch: false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting current branch to main(branch="renovate/com.diffplug.spotless-6.x") DEBUG: latest commit(branch="renovate/com.diffplug.spotless-6.x") { "branchName": "main", "latestCommitDate": "2023-02-22T09:53:52+01:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Updating com.diffplug.spotless in build.gradle(branch="renovate/com.diffplug.spotless-6.x") DEBUG: gradle.updateArtifacts(build.gradle)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Updating found Gradle dependency lockfiles(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/containerbase(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Using docker to execute(branch="renovate/com.diffplug.spotless-6.x") { "image": "sidecar" } DEBUG: Resolved stable matching version(branch="renovate/com.diffplug.spotless-6.x") { "toolName": "java", "constraint": "^16.0.0", "resolvedVersion": "16.0.2+7" } DEBUG: containerbaseDir is separate from cacheDir(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Resolved tag constraint(branch="renovate/com.diffplug.spotless-6.x") { "image": "docker.io/renovate/sidecar" } DEBUG: Docker image is already prefetched: docker.io/renovate/sidecar@sha256:ee4ff56091d0e5913593fdb977ff8baa652714c52b9015ba154f6293a29c342f(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Executing command(branch="renovate/com.diffplug.spotless-6.x") { "command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"" } DEBUG: rawExec err(branch="renovate/com.diffplug.spotless-6.x") { "err": { "name": "ExecError", "cmd": "/bin/sh -c docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"", "stderr": "openjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n", "stdout": "installing v2 tool java v16.0.2+7\nlinking tool java v16.0.2+7\nInstalled v2 /usr/local/buildpack/tools/v2/java.sh in 8 seconds\nskip cleanup, not a docker build: 2b502335451a\n", "options": { "cwd": "/mnt/renovate/gh/chhch/renovate-java-17-dependency-example", "encoding": "utf-8", "env": { "GRADLE_OPTS": "-Dorg.gradle.parallel=true -Dorg.gradle.configureondemand=true -Dorg.gradle.daemon=false -Dorg.gradle.caching=false", "HOME": "/home/ubuntu", "PATH": "/home/ubuntu/.local/bin:/home/ubuntu/bin:/opt/buildpack/tools/python/3.9.3/bin:/home/ubuntu/.npm-global/bin:/home/ubuntu/renovateapp/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL": "C.UTF-8", "LANG": "C.UTF-8", "BUILDPACK_CACHE_DIR": "/tmp/containerbase", "CONTAINERBASE_CACHE_DIR": "/tmp/containerbase" }, "maxBuffer": 10485760, "timeout": 900000 }, "exitCode": 1, "message": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"\nopenjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n", "stack": "ExecError: Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"\nopenjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n\n at ChildProcess. (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/exec/common.js:87:24)\n at ChildProcess.emit (node:events:525:35)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)" } } DEBUG: Error while updating Gradle dependency lockfiles(branch="renovate/com.diffplug.spotless-6.x") { "err": { "name": "ExecError", "cmd": "/bin/sh -c docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"", "stderr": "openjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n", "stdout": "installing v2 tool java v16.0.2+7\nlinking tool java v16.0.2+7\nInstalled v2 /usr/local/buildpack/tools/v2/java.sh in 8 seconds\nskip cleanup, not a docker build: 2b502335451a\n", "options": { "cwd": "/mnt/renovate/gh/chhch/renovate-java-17-dependency-example", "encoding": "utf-8", "env": { "GRADLE_OPTS": "-Dorg.gradle.parallel=true -Dorg.gradle.configureondemand=true -Dorg.gradle.daemon=false -Dorg.gradle.caching=false", "HOME": "/home/ubuntu", "PATH": "/home/ubuntu/.local/bin:/home/ubuntu/bin:/opt/buildpack/tools/python/3.9.3/bin:/home/ubuntu/.npm-global/bin:/home/ubuntu/renovateapp/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL": "C.UTF-8", "LANG": "C.UTF-8", "BUILDPACK_CACHE_DIR": "/tmp/containerbase", "CONTAINERBASE_CACHE_DIR": "/tmp/containerbase" }, "maxBuffer": 10485760, "timeout": 900000 }, "exitCode": 1, "message": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"\nopenjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n", "stack": "ExecError: Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"\nopenjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n\n at ChildProcess. (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/exec/common.js:87:24)\n at ChildProcess.emit (node:events:525:35)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)" } } DEBUG: Updated 1 package files(branch="renovate/com.diffplug.spotless-6.x") DEBUG: No updated lock files in branch(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Branch timestamp: 2023-02-21T08:30:55.000Z(branch="renovate/com.diffplug.spotless-6.x") DEBUG: PR is older than 2 hours, raise PR with lock file errors(branch="renovate/com.diffplug.spotless-6.x") DEBUG: isBranchConflicted(main, renovate/com.diffplug.spotless-6.x)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: branch.isConflicted(): using git to calculate(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting git author name: Renovate Bot(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting git author email: bot@renovateapp.com(branch="renovate/com.diffplug.spotless-6.x") DEBUG: branch.isConflicted(): true(branch="renovate/com.diffplug.spotless-6.x") DEBUG: 1 file(s) to commit(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Preparing files for committing to branch renovate/com.diffplug.spotless-6.x(branch="renovate/com.diffplug.spotless-6.x") DEBUG: git commit(branch="renovate/com.diffplug.spotless-6.x") { "deletedFiles": [], "ignoredFiles": [], "result": { "author": null, "branch": "renovate/com.diffplug.spotless-6.x", "commit": "514bf7c389f96a7c53c83e70f5d92829537018c3", "root": false, "summary": { "changes": 1, "insertions": 1, "deletions": 1 } } } DEBUG: resetToCommit(c9cac6fa43afee2d67a8a1dff54e595f94f03ecf)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Fetching branch renovate/com.diffplug.spotless-6.x(branch="renovate/com.diffplug.spotless-6.x") INFO: Branch updated(branch="renovate/com.diffplug.spotless-6.x") { "commitSha": "1c6effe04eca650f6dec55fa54ff9bce11f1d470" } DEBUG: Updating status check state to failed(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting branch status(branch="renovate/com.diffplug.spotless-6.x") { "context": "renovate/artifacts", "state": "red" } DEBUG: Ensuring PR(branch="renovate/com.diffplug.spotless-6.x") DEBUG: There are 0 errors and 0 warnings(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Found PR #1(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getPrCache()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Found existing PR(branch="renovate/com.diffplug.spotless-6.x") DEBUG: PR fingerprints mismatch, processing PR(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Forcing PR because of artifact errors(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Processing existing PR(branch="renovate/com.diffplug.spotless-6.x") DEBUG: updatePr(1, Update plugin com.diffplug.spotless to v6.15.0, body)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: PR updated...prNo: 1(branch="renovate/com.diffplug.spotless-6.x") INFO: PR updated(branch="renovate/com.diffplug.spotless-6.x") { "pr": 1, "prTitle": "Update plugin com.diffplug.spotless to v6.15.0" } DEBUG: setPrCache()(branch="renovate/com.diffplug.spotless-6.x") WARN: artifactErrors(branch="renovate/com.diffplug.spotless-6.x") { "artifactErrors": [ { "lockFile": "build.gradle", "stderr": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"\nopenjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nA problem occurred configuring root project 'renovate-java-17-dependency-example'.\n> Could not resolve all files for configuration ':classpath'.\n > Did not resolve 'org.apache.httpcomponents:httpclient:4.5.14' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-gradle-plugin:3.0.2' which is part of the dependency lock state\n > Did not resolve 'io.spring.gradle:dependency-management-plugin:1.1.0' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna:5.7.0' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-jcl:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.google.code.findbugs:jsr305:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson:jackson-bom:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-buildpack-platform:3.0.2' which is part of the dependency lock state\n > Did not resolve 'net.java.dev.jna:jna-platform:5.7.0' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-databind:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.springframework:spring-core:6.0.4' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.tomlj:tomlj:1.0.0' which is part of the dependency lock state\n > Did not resolve 'org.apache.commons:commons-compress:1.21' which is part of the dependency lock state\n > Did not resolve 'org.springframework.boot:spring-boot-loader-tools:3.0.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.1' which is part of the dependency lock state\n > Did not resolve 'org.apache.httpcomponents:httpcore:4.4.16' which is part of the dependency lock state\n > Did not resolve 'commons-codec:commons-codec:1.11' which is part of the dependency lock state\n > Did not resolve 'org.antlr:antlr4-runtime:4.7.2' which is part of the dependency lock state\n > Did not resolve 'com.fasterxml.jackson.core:jackson-core:2.14.1' which is part of the dependency lock state\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project :\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2.\n Required by:\n project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2\n > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 16, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.0.1' but:\n - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'javadocElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalApiElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component for use during compile-time, compatible with Java 17 and the consumer needed a component for use during runtime, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'mavenOptionalRuntimeElements' capability org.springframework.boot:spring-boot-gradle-plugin-maven-optional:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'runtimeElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:\n - Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 16\n - Other compatible attribute:\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n - Variant 'sourcesElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.2 declares a component for use during runtime, and its dependencies declared externally:\n - Incompatible because this component declares documentation and the consumer needed a library\n - Other compatible attributes:\n - Doesn't say anything about its target Java version (required compatibility with Java 16)\n - Doesn't say anything about its elements (required them packaged as a jar)\n - Doesn't say anything about org.gradle.plugin.api-version (required '8.0.1')\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in 48s\n" } ] } DEBUG: Getting comments for #1(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Found 0 comments(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Ensuring comment "⚠ Artifact update problem" in #1(branch="renovate/com.diffplug.spotless-6.x") INFO: Comment added(branch="renovate/com.diffplug.spotless-6.x") { "issueNo": 1, "topic": "⚠ Artifact update problem" } DEBUG: setBranchCommit()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x) DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open) DEBUG: Found PR #1 DEBUG: branch.isBehindBase(): using cached result "false" DEBUG: isBranchConflicted(main, renovate/com.diffplug.spotless-6.x) DEBUG: branch.isConflicted(): using cached result "false" DEBUG: getPrCache() DEBUG: Ensuring Dependency Dashboard DEBUG: ensureIssue(Dependency Dashboard) DEBUG: Patching issue DEBUG: Issue updated DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: Branch lists { "branchList": [ "renovate/com.diffplug.spotless-6.x" ], "renovateBranches": [ "renovate/com.diffplug.spotless-6.x" ] } DEBUG: remainingBranches= DEBUG: No branches to clean up DEBUG: Cleaning up Renovate refs: refs/renovate/* DEBUG: PackageFiles.clear() - Package files deleted DEBUG: Branch summary { "cacheModified": true, "baseBranches": [ { "branchName": "main", "sha": "c9cac6fa43afee2d67a8a1dff54e595f94f03ecf" } ], "branches": [ { "automerge": false, "baseBranch": "main", "baseBranchSha": "c9cac6fa43afee2d67a8a1dff54e595f94f03ecf", "branchName": "renovate/com.diffplug.spotless-6.x", "branchSha": "1c6effe04eca650f6dec55fa54ff9bce11f1d470", "isModified": false, "isPristine": true } ], "inactiveBranches": [] } DEBUG: Renovate repository PR statistics { "stats": { "total": 1, "open": 1, "closed": 0, "merged": 0 } } DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 2923, "extract": 3497, "lookup": 1688, "onboarding": 0, "update": 68122 }, "total": 78961 } DEBUG: Package cache statistics { "get": { "count": 10, "avgMs": 155, "medianMs": 7, "maxMs": 727 }, "set": { "count": 0 } } DEBUG: http statistics { "urls": { "https://api.github.com/graphql (POST,200)": 2, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/commits/1c6effe04eca650f6dec55fa54ff9bce11f1d470/statuses (GET,200)": 2, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/commits/renovate/com.diffplug.spotless-6.x/status (GET,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/contents/renovate.json (GET,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/git/commits (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/git/refs/heads/renovate/com.diffplug.spotless-6.x (PATCH,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/git/trees (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/issues/1/comments (GET,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/issues/1/comments (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/issues/2 (GET,200)": 2, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/issues/2 (PATCH,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/pulls (GET,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/pulls/1 (PATCH,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/statuses/1c6effe04eca650f6dec55fa54ff9bce11f1d470 (POST,201)": 1, "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1, "https://plugins.gradle.org/m2/com/diffplug/spotless/com.diffplug.spotless.gradle.plugin/6.15.0/com.diffplug.spotless.gradle.plugin-6.15.0.pom (GET,200)": 1, "https://plugins.gradle.org/m2/org/springframework/boot/org.springframework.boot.gradle.plugin/3.0.2/org.springframework.boot.gradle.plugin-3.0.2.pom (GET,200)": 1 }, "hostStats": { "api.github.com": { "requestCount": 18, "requestAvgMs": 353, "queueAvgMs": 0 }, "plugins.gradle.org": { "requestCount": 2, "requestAvgMs": 100, "queueAvgMs": 4 } }, "totalRequests": 20 } DEBUG: dns cache { "hosts": [ "api.github.com", "plugins.gradle.org" ] } INFO: Repository finished { "cloned": true, "durationMs": 78961 } ```
Logs #1007409396 ``` DEBUG: No dangling containers to remove INFO: Repository started { "renovateVersion": "34.148.0" } DEBUG: Using localDir: /mnt/renovate/gh/chhch/renovate-java-17-dependency-example DEBUG: PackageFiles.clear() - Package files deleted DEBUG: initRepo("chhch/renovate-java-17-dependency-example") DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: chhch/renovate-java-17-dependency-example default branch = main DEBUG: Using app token for git init DEBUG: RepoCacheBase.load() - expecting data of type 'string' received 'object' instead - skipping DEBUG: Resetting npmrc DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: findFile(renovate.json) DEBUG: Initializing git repository into /mnt/renovate/gh/chhch/renovate-java-17-dependency-example DEBUG: Performing blobless clone DEBUG: git clone completed { "durationMs": 696 } DEBUG: latest repository commit { "latestCommit": { "hash": "6a1b5a1954941c7d1a251ddded7da8717702252b", "date": "2023-02-22T09:47:45+01:00", "message": "Initial commit", "refs": "HEAD -> main, origin/main, origin/HEAD", "body": "", "author_name": "chhch", "author_email": "chhch@users.noreply.github.com" } } DEBUG: Config file exists, fileName: renovate.json DEBUG: Retrieving issueList DEBUG: Retrieved 0 issues DEBUG: Repo is onboarded DEBUG: Found renovate.json config file DEBUG: Repository config { "fileName": "renovate.json", "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ] } } DEBUG: migrateAndValidate() DEBUG: No config migration necessary DEBUG: massaged config { "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ] } } DEBUG: migrated config { "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ] } } DEBUG: Setting hostRules from config DEBUG: Found repo ignorePaths { "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**", "**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**" ] } DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: No vulnerability alerts found DEBUG: No vulnerability alerts found DEBUG: findIssue(Dependency Dashboard) DEBUG: No baseBranches DEBUG: extract() DEBUG: Setting current branch to main DEBUG: latest commit { "branchName": "main", "latestCommitDate": "2023-02-22T09:47:45+01:00" } DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel DEBUG: Using file match: \.bzl$ for manager bazel DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines DEBUG: Using file match: buildkite\.ya?ml for manager buildkite DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite DEBUG: Using file match: (^|/)Gemfile$ for manager bundler DEBUG: Using file match: \.cake$ for manager cake DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile DEBUG: Using file match: (^|/)Dockerfile[^/]*$ for manager dockerfile DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet DEBUG: Using file match: (^|\/)flux-system\/(?:.+\/)?gotk-components\.yaml$ for manager flux DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include DEBUG: Using file match: (^|/)go\.mod$ for manager gomod DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle DEBUG: Using file match: \.versions\.toml$ for manager gradle DEBUG: Using file match: (^|\/)versions.props$ for manager gradle DEBUG: Using file match: (^|\/)versions.lock$ for manager gradle DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3 DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew DEBUG: Using file match: \.html?$ for manager html DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper DEBUG: Using file match: (^|/)package\.js$ for manager meteor DEBUG: Using file match: (^|\/)Mintfile$ for manager mint DEBUG: Using file match: (^|/)mix\.exs$ for manager mix DEBUG: Using file match: (^|\/)flake\.nix$ for manager nix DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv DEBUG: Using file match: (^|/)package\.json$ for manager npm DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget DEBUG: Using file match: \.(?:props|targets)$ for manager nuget DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget DEBUG: Using file match: (^|\/)global\.json$ for manager nuget DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version DEBUG: Using file match: \.sbt$ for manager sbt DEBUG: Using file match: project/[^/]*.scala$ for manager sbt DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg DEBUG: Using file match: (^|/)Package\.swift for manager swift DEBUG: Using file match: \.tf$ for manager terraform DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin DEBUG: Using file match: ^\.travis\.yml$ for manager travis DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci DEBUG: Using file match: ^\.woodpecker(?:\/[^/]+)?\.ya?ml$ for manager woodpecker DEBUG: Matched 1 file(s) for manager gradle: build.gradle DEBUG: Matched 1 file(s) for manager gradle-wrapper: gradle/wrapper/gradle-wrapper.properties DEBUG: Found gradle package files DEBUG: Found gradle-wrapper package files DEBUG: Found 2 package file(s) INFO: Dependency extraction complete { "baseBranch": "main", "stats": { "managers": { "gradle": { "fileCount": 1, "depCount": 1 }, "gradle-wrapper": { "fileCount": 1, "depCount": 1 } }, "total": { "fileCount": 2, "depCount": 2 } } } DEBUG: Looking up com.diffplug.spotless:com.diffplug.spotless.gradle.plugin in repository https://plugins.gradle.org/m2/ DEBUG: Found 74 new releases for com.diffplug.spotless:com.diffplug.spotless.gradle.plugin in repository https://plugins.gradle.org/m2/ DEBUG: Using queue: host=plugins.gradle.org, concurrency=10 DEBUG: PackageFiles.add() - Package file saved for base branch { "baseBranch": "main" } DEBUG: Package releases lookups complete { "baseBranch": "main" } DEBUG: branchifyUpgrades DEBUG: detectSemanticCommits() DEBUG: getCommitMessages DEBUG: semanticCommits: detected "unknown" DEBUG: semanticCommits: disabled DEBUG: 1 flattened updates found: com.diffplug.spotless DEBUG: Returning 1 branch(es) DEBUG: config.repoIsOnboarded=true DEBUG: packageFiles with updates { "baseBranch": "main", "config": { "gradle": [ { "packageFile": "build.gradle", "datasource": "maven", "deps": [ { "depType": "plugin", "depName": "com.diffplug.spotless", "packageName": "com.diffplug.spotless:com.diffplug.spotless.gradle.plugin", "commitMessageTopic": "plugin com.diffplug.spotless", "currentValue": "6.13.0", "managerData": { "fileReplacePosition": 159, "packageFile": "build.gradle" }, "fileReplacePosition": 159, "datasource": "maven", "registryUrls": [ "https://plugins.gradle.org/m2/" ], "depIndex": 0, "updates": [ { "bucket": "non-major", "newVersion": "6.15.0", "newValue": "6.15.0", "releaseTimestamp": "2023-02-21T08:30:55.000Z", "newMajor": 6, "newMinor": 15, "updateType": "minor", "branchName": "renovate/com.diffplug.spotless-6.x" } ], "warnings": [], "versioning": "gradle", "registryUrl": "https://plugins.gradle.org/m2", "currentVersion": "6.13.0", "isSingleVersion": true, "fixedVersion": "6.13.0" } ] } ], "gradle-wrapper": [ { "deps": [ { "depName": "gradle", "currentValue": "8.0.1", "replaceString": "https\\://services.gradle.org/distributions/gradle-8.0.1-bin.zip", "datasource": "gradle-version", "versioning": "gradle", "depIndex": 0, "updates": [], "warnings": [], "sourceUrl": "https://github.com/gradle/gradle", "registryUrl": "https://services.gradle.org/versions/all", "homepage": "https://gradle.org", "currentVersion": "8.0.1", "fixedVersion": "8.0.1" } ], "packageFile": "gradle/wrapper/gradle-wrapper.properties" } ] } } DEBUG: detectSemanticCommits() DEBUG: semanticCommits: returning "disabled" from cache DEBUG: processRepo() DEBUG: Processing 1 branch: renovate/com.diffplug.spotless-6.x DEBUG: Calculating hourly PRs remaining DEBUG: getPrList success { "pullsTotal": 0, "requestsTotal": 1, "apiQuotaAffected": true } DEBUG: currentHourStart=2023-02-22T08:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating prConcurrentLimit (10) DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x) DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open) DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, closed) DEBUG: 0 PRs are currently open DEBUG: PR concurrent limit remaining: 10 DEBUG: Calculated maximum PRs remaining this run: 2 DEBUG: PullRequests limit = 2 DEBUG: Calculating hourly PRs remaining DEBUG: currentHourStart=2023-02-22T08:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating branchConcurrentLimit (10) DEBUG: 0 already existing branches found: DEBUG: Branch concurrent limit remaining: 10 DEBUG: Calculated maximum branches remaining this run: 2 DEBUG: Branches limit = 2 DEBUG: syncBranchState()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, closed)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: branchExists=false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/com.diffplug.spotless-6.x") DEBUG: recreateClosed is false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, Update plugin com.diffplug.spotless to v6.15.0, !open)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: prAlreadyExisted=false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Checking schedule(at any time, null)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: No schedule defined(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Branch needs creating(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Using reuseExistingBranch: false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting current branch to main(branch="renovate/com.diffplug.spotless-6.x") DEBUG: latest commit(branch="renovate/com.diffplug.spotless-6.x") { "branchName": "main", "latestCommitDate": "2023-02-22T09:47:45+01:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Updating com.diffplug.spotless in build.gradle(branch="renovate/com.diffplug.spotless-6.x") DEBUG: gradle.updateArtifacts(build.gradle)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Updating found Gradle dependency lockfiles(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/containerbase(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Using docker to execute(branch="renovate/com.diffplug.spotless-6.x") { "image": "sidecar" } DEBUG: Resolved stable matching version(branch="renovate/com.diffplug.spotless-6.x") { "toolName": "java", "constraint": "^16.0.0", "resolvedVersion": "16.0.2+7" } DEBUG: containerbaseDir is separate from cacheDir(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Resolved tag constraint(branch="renovate/com.diffplug.spotless-6.x") { "image": "docker.io/renovate/sidecar" } DEBUG: Docker image is already prefetched: docker.io/renovate/sidecar@sha256:ee4ff56091d0e5913593fdb977ff8baa652714c52b9015ba154f6293a29c342f(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Executing command(branch="renovate/com.diffplug.spotless-6.x") { "command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q properties\"" } DEBUG: exec completed(branch="renovate/com.diffplug.spotless-6.x") { "durationMs": 27992, "stdout": "installing v2 tool java v16.0.2+7\nlinking tool java v16.0.2+7\nInstalled v2 /usr/local/buildpack/tools/v2/java.sh in 5 seconds\nskip cleanup, not a docker build: 87d3dd17f9cd\n\n------------------------------------------------------------\nRoot project 'renovate-java-17-dependency-example'\n------------------------------------------------------------\n\nallprojects: [root project 'renovate-java-17-dependency-example']\nant: org.gradle.api.internal.project.DefaultAntBuilder@3b927c87\nantBuilderFactory: org.gradle.api.internal.project.DefaultAntBuilderFactory@5fa281c9\narchivesBaseName: renovate-java-17-dependency-example\nartifacts: org.gradle.api.internal.artifacts.dsl.DefaultArtifactHandler_Decorated@1f19bed3\nasDynamicObject: DynamicObject for root project 'renovate-java-17-dependency-example'\nbase: extension 'base'\nbaseClassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@6efa2549\nbuildDir: /mnt/renovate/gh/chhch/renovate-java-17-dependency-example/build\nbuildFile: /mnt/renovate/gh/chhch/renovate-java-17-dependency-example/build.gradle\nbuildPath: :\nbuildScriptSource: org.gradle.groovy.scripts.TextResourceScriptSource@46240a55\nbuildscript: org.gradle.api.internal.initialization.DefaultScriptHandler@dc36791\nchildProjects: {}\nchildProjectsUnchecked: {}\nclass: class org.gradle.api.internal.project.DefaultProject_Decorated\nclassLoaderScope: org.gradle.api.internal.initialization.DefaultClassLoaderScope@158d6052\nclean: task ':clean'\ncomponents: SoftwareComponentInternal set\nconfigurationActions: org.gradle.configuration.project.DefaultProjectConfigurationActionContainer@5ffeafdc\nconfigurationTargetIdentifier: org.gradle.configuration.ConfigurationTargetIdentifier$1@60110907\nconfigurations: configuration container\nconvention: org.gradle.internal.extensibility.DefaultConvention@601c1f2\nconventionMapping: org.gradle.internal.extensibility.ConventionAwareHelper@10e8c14c\ncrossProjectModelAccess: org.gradle.api.internal.project.DefaultCrossProjectModelAccess@3a421cc2\ndefaultArtifacts: extension 'defaultArtifacts'\ndefaultTasks: []\ndeferredProjectConfiguration: org.gradle.api.internal.project.DeferredProjectConfiguration@527363bc\ndependencies: org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@5af52651\ndependencyFactory: org.gradle.api.internal.artifacts.DefaultDependencyFactory@cc16ee2\ndependencyLocking: org.gradle.internal.locking.DefaultDependencyLockingHandler_Decorated@26cfd7b4\ndependencyMetaDataProvider: org.gradle.internal.service.scopes.ProjectScopeServices$ProjectBackedModuleMetaDataProvider@6fe83e52\ndepth: 0\ndescription: null\ndetachedState: false\ndisplayName: root project 'renovate-java-17-dependency-example'\ndistsDirName: distributions\ndistsDirectory: extension 'base' property 'distsDirectory'\next: org.gradle.internal.extensibility.DefaultExtraPropertiesExtension@1cdc5a50\nextensions: org.gradle.internal.extensibility.DefaultConvention@601c1f2\nfileOperations: org.gradle.api.internal.file.DefaultFileOperations@1bed8157\nfileResolver: org.gradle.api.internal.file.BaseDirFileResolver@43c787e9\ngradle: build 'renovate-java-17-dependency-example'\ngroup: \nidentityPath: :\ninheritedScope: org.gradle.internal.extensibility.ExtensibleDynamicObject$InheritedDynamicObject@6df33b6d\ninternalStatus: property(java.lang.Object, fixed(class java.lang.String, integration))\nlayout: org.gradle.api.internal.file.DefaultProjectLayout@1383e259\nlibsDirName: libs\nlibsDirectory: extension 'base' property 'libsDirectory'\nlistenerBuildOperationDecorator: org.gradle.configuration.internal.DefaultListenerBuildOperationDecorator@64133e47\nlogger: org.gradle.internal.logging.slf4j.OutputEventListenerBackedLogger@1b9405e3\nlogging: org.gradle.internal.logging.services.DefaultLoggingManager@6f487daf\nmodel: root project 'renovate-java-17-dependency-example'\nmodelIdentityDisplayName: null\nmodelRegistry: org.gradle.model.internal.registry.DefaultModelRegistry@63d5db35\nname: renovate-java-17-dependency-example\nnormalization: org.gradle.normalization.internal.DefaultInputNormalizationHandler_Decorated@1ec9200e\nobjects: org.gradle.api.internal.model.DefaultObjectFactory@25c98529\norg.gradle.caching: false\norg.gradle.configureondemand: true\norg.gradle.daemon: false\norg.gradle.parallel: true\nowner: root project 'renovate-java-17-dependency-example'\nparent: null\nparentIdentifier: null\npath: :\npluginContext: false\npluginManager: org.gradle.api.internal.plugins.DefaultPluginManager_Decorated@9c0313a\nplugins: [org.gradle.api.plugins.HelpTasksPlugin$Inject@33061388, org.gradle.buildinit.plugins.BuildInitPlugin$Inject@5a9fbb2f, org.gradle.buildinit.plugins.WrapperPlugin$Inject@12614cb1, org.gradle.language.base.plugins.LifecycleBasePlugin$Inject@22045c0e, org.gradle.api.plugins.BasePlugin$Inject@22ecd692, com.diffplug.gradle.spotless.SpotlessPlugin@7ebc09e0]\nprocessOperations: org.gradle.process.internal.DefaultExecActionFactory$DecoratingExecActionFactory@44814f44\nproject: root project 'renovate-java-17-dependency-example'\nprojectConfigurator: org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator@131fde8a\nprojectDir: /mnt/renovate/gh/chhch/renovate-java-17-dependency-example\nprojectEvaluationBroadcaster: ProjectEvaluationListener broadcast\nprojectEvaluator: org.gradle.configuration.project.LifecycleProjectEvaluator@7a16f10d\nprojectPath: :\nproperties: {...}\nproviders: org.gradle.api.internal.provider.DefaultProviderFactory_Decorated@72574694\npublicType: org.gradle.api.plugins.BasePluginConvention\nrepositories: repository container\nresources: org.gradle.api.internal.resources.DefaultResourceHandler@3ce2ccf5\nrootDir: /mnt/renovate/gh/chhch/renovate-java-17-dependency-example\nrootProject: root project 'renovate-java-17-dependency-example'\nrootScript: false\nscript: false\nscriptHandlerFactory: org.gradle.api.internal.initialization.DefaultScriptHandlerFactory@51e4be6d\nscriptPluginFactory: org.gradle.configuration.ScriptPluginFactorySelector@1c37b3c5\nserviceRegistryFactory: org.gradle.internal.service.scopes.BuildScopeServiceRegistryFactory@541c3531\nservices: ProjectScopeServices\nspotless: extension 'spotless'\nspotlessInternalRegisterDependencies: task ':spotlessInternalRegisterDependencies'\nstandardOutputCapture: org.gradle.internal.logging.services.DefaultLoggingManager@6f487daf\nstate: project state 'EXECUTED'\nstatus: integration\nsubprojects: []\ntaskDependencyFactory: org.gradle.api.internal.tasks.DefaultTaskDependencyFactory@7e33de23\ntaskThatOwnsThisObject: null\ntasks: task set\nversion: unspecified\n", "stderr": "openjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n" } DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/containerbase(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Using docker to execute(branch="renovate/com.diffplug.spotless-6.x") { "image": "sidecar" } DEBUG: Resolved stable matching version(branch="renovate/com.diffplug.spotless-6.x") { "toolName": "java", "constraint": "^16.0.0", "resolvedVersion": "16.0.2+7" } DEBUG: containerbaseDir is separate from cacheDir(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Resolved tag constraint(branch="renovate/com.diffplug.spotless-6.x") { "image": "docker.io/renovate/sidecar" } DEBUG: Docker image is already prefetched: docker.io/renovate/sidecar@sha256:ee4ff56091d0e5913593fdb977ff8baa652714c52b9015ba154f6293a29c342f(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Executing command(branch="renovate/com.diffplug.spotless-6.x") { "command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\":\"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e GRADLE_OPTS -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/chhch/renovate-java-17-dependency-example\" docker.io/renovate/sidecar bash -l -c \"install-tool java 16.0.2+7 && ./gradlew --console=plain -q :dependencies --update-locks com.diffplug.spotless:com.diffplug.spotless.gradle.plugin\"" } DEBUG: exec completed(branch="renovate/com.diffplug.spotless-6.x") { "durationMs": 24869, "stdout": "installing v2 tool java v16.0.2+7\nlinking tool java v16.0.2+7\nInstalled v2 /usr/local/buildpack/tools/v2/java.sh in 4 seconds\nskip cleanup, not a docker build: d38bb1176810\n\n------------------------------------------------------------\nRoot project 'renovate-java-17-dependency-example'\n------------------------------------------------------------\n\nNo configurations\n\nA web-based, searchable dependency report is available by adding the --scan option.\n", "stderr": "openjdk version \"16.0.2\" 2021-07-20\nOpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)\nOpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)\n" } DEBUG: Returning updated Gradle dependency lockfiles(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Updated 1 package files(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Updated 1 lock files(branch="renovate/com.diffplug.spotless-6.x") { "updatedArtifacts": [ "buildscript-gradle.lockfile" ] } DEBUG: 2 file(s) to commit(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Preparing files for committing to branch renovate/com.diffplug.spotless-6.x(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting git author name: Renovate Bot(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Setting git author email: bot@renovateapp.com(branch="renovate/com.diffplug.spotless-6.x") DEBUG: git commit(branch="renovate/com.diffplug.spotless-6.x") { "deletedFiles": [], "ignoredFiles": [], "result": { "author": null, "branch": "renovate/com.diffplug.spotless-6.x", "commit": "a8dbc7ceadf34d5ec224a63239d94d4d9afc2767", "root": false, "summary": { "changes": 2, "insertions": 6, "deletions": 6 } } } DEBUG: resetToCommit(6a1b5a1954941c7d1a251ddded7da8717702252b)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Fetching branch renovate/com.diffplug.spotless-6.x(branch="renovate/com.diffplug.spotless-6.x") INFO: Branch created(branch="renovate/com.diffplug.spotless-6.x") { "commitSha": "796188efe8ab5dfe0cc74f0dc414ef497dfe515a" } DEBUG: Ensuring PR(branch="renovate/com.diffplug.spotless-6.x") DEBUG: There are 0 errors and 0 warnings(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, closed)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getPrCache()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Creating PR(branch="renovate/com.diffplug.spotless-6.x") { "prTitle": "Update plugin com.diffplug.spotless to v6.15.0" } DEBUG: Creating PR(branch="renovate/com.diffplug.spotless-6.x") { "title": "Update plugin com.diffplug.spotless to v6.15.0", "head": "chhch:renovate/com.diffplug.spotless-6.x", "base": "main", "draft": false } DEBUG: PR created(branch="renovate/com.diffplug.spotless-6.x") { "pr": 1, "draft": false } DEBUG: Adding labels '' to #1(branch="renovate/com.diffplug.spotless-6.x") INFO: PR created(branch="renovate/com.diffplug.spotless-6.x") { "pr": 1, "prTitle": "Update plugin com.diffplug.spotless to v6.15.0" } DEBUG: addParticipants(pr=1)(branch="renovate/com.diffplug.spotless-6.x") DEBUG: setPrCache()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: Created Pull Request #1(branch="renovate/com.diffplug.spotless-6.x") DEBUG: PR is not configured for automerge(branch="renovate/com.diffplug.spotless-6.x") DEBUG: setBranchCommit()(branch="renovate/com.diffplug.spotless-6.x") DEBUG: getBranchPr(renovate/com.diffplug.spotless-6.x) DEBUG: findPr(renovate/com.diffplug.spotless-6.x, undefined, open) DEBUG: Found PR #1 DEBUG: branch.isBehindBase(): using cached result "false" DEBUG: isBranchConflicted(main, renovate/com.diffplug.spotless-6.x) DEBUG: branch.isConflicted(): using cached result "false" DEBUG: getPrCache() DEBUG: Ensuring Dependency Dashboard DEBUG: ensureIssue(Dependency Dashboard) INFO: Issue created DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: Branch lists { "branchList": [ "renovate/com.diffplug.spotless-6.x" ], "renovateBranches": [ "renovate/com.diffplug.spotless-6.x" ] } DEBUG: remainingBranches= DEBUG: No branches to clean up DEBUG: Retrieving issueList DEBUG: Retrieved 1 issues DEBUG: Cleaning up Renovate refs: refs/renovate/* DEBUG: PackageFiles.clear() - Package files deleted DEBUG: Branch summary { "baseBranches": [ { "branchName": "main", "sha": "6a1b5a1954941c7d1a251ddded7da8717702252b" } ], "branches": [ { "automerge": false, "baseBranch": "main", "baseBranchSha": "6a1b5a1954941c7d1a251ddded7da8717702252b", "branchName": "renovate/com.diffplug.spotless-6.x", "branchSha": "796188efe8ab5dfe0cc74f0dc414ef497dfe515a", "isModified": false, "isPristine": true } ], "inactiveBranches": [] } DEBUG: Renovate repository PR statistics { "stats": { "total": 1, "open": 1, "closed": 0, "merged": 0 } } DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 2344, "extract": 620, "lookup": 320, "onboarding": 0, "update": 57345 }, "total": 62772 } DEBUG: Package cache statistics { "get": { "count": 7, "avgMs": 24, "medianMs": 1, "maxMs": 156 }, "set": { "count": 1, "avgMs": 4 } } DEBUG: http statistics { "urls": { "https://api.github.com/graphql (POST,200)": 3, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/git/commits (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/git/refs (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/git/trees (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/issues (POST,201)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/pulls (GET,200)": 1, "https://api.github.com/repos/chhch/renovate-java-17-dependency-example/pulls (POST,201)": 1, "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1, "https://plugins.gradle.org/m2/com/diffplug/spotless/com.diffplug.spotless.gradle.plugin/6.15.0/com.diffplug.spotless.gradle.plugin-6.15.0.pom (GET,200)": 1 }, "hostStats": { "api.github.com": { "requestCount": 10, "requestAvgMs": 394, "queueAvgMs": 0 }, "plugins.gradle.org": { "requestCount": 1, "requestAvgMs": 50, "queueAvgMs": 0 } }, "totalRequests": 11 } DEBUG: dns cache { "hosts": [ "api.github.com", "plugins.gradle.org" ] } INFO: Repository finished { "cloned": true, "durationMs": 62772 } ```
rarkins commented 1 year ago

Relevant log:

DEBUG: Resolved stable matching version(branch="renovate/com.diffplug.spotless-6.x")
{
  "toolName": "java",
  "constraint": "^16.0.0",
  "resolvedVersion": "16.0.2+7"
}

Relevant code: https://github.com/renovatebot/renovate/blob/7f05a1a319d837ed36aa3a779d891a648f3e1c93/lib/modules/manager/gradle-wrapper/utils.ts#L47-L53

viceice commented 1 year ago

can be overwritten by using renovate constraints config option.

rarkins commented 1 year ago

can be overwritten by using renovate constraints config option.

{
  "constraints": {
    "java": "^17.0.0"
  }
}
rarkins commented 1 year ago

Is there any way which Renovate could detect Java 17 from this project?

DuncanCasteleyn commented 1 year ago

Is there any way which Renovate could detect Java 17 from this project?

As a Java Dev, I can say no. The only thing that tells me this project requires Java 17 is Spring Boot 3 because it requires 17, but it's not really programmatically checkable as far as I'm aware.

The user might consider using one of the 3 options to enforce Java version constraints in Gradle: https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_cross_compilation

Churro commented 1 year ago

Is there any way which Renovate could detect Java 17 from this project?

If I'm not mistaken the currently implemented java constraints check is based on gradle's compatibility matrix that highlights Java 16 as the minimum for gradle 7.0. Java 16 is no LTS release and hasn't seen updates in a very long time.

My suggestion would be to add a constraint for '^17.0.0' (LTS) in case gradle >= 7.3 is used. I can't really think of any drawbacks right now.

DuncanCasteleyn commented 1 year ago

Is there any way which Renovate could detect Java 17 from this project?

If I'm not mistaken the currently implemented java constraints check is based on gradle's compatibility matrix that highlights Java 16 as the minimum for gradle 7.0. Java 16 is no LTS release and hasn't seen updates in a very long time.

My suggestion would be to add a constraint for '^17.0.0' (LTS) in case gradle >= 7.3 is used. I can't really think of any drawbacks right now.

I have to agree Java 16 is EOL.

https://endoflife.date/java

rarkins commented 1 year ago

Sounds good, let's consider this closed once Java 17 is selected as default for Gradle 7.3+

chhch commented 1 year ago

Many thanks, everything is working fine now :slightly_smiling_face:

dsilva commented 1 year ago

Java 16 as the minimum for gradle 7.0

That page says "A Java version between 8 and 19 is required to execute Gradle." It then says that Gradle 7 is the first Gradle release that can run on Java 16. But you can still run Gradle 7 on Java 8.