Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #187

Merged
merged 1 commit into from
Mar 5, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JetBrains/qodana-action action patch v2022.3.3 -> v2022.3.4 age adoption passing confidence
gradle (source) patch 7.6 -> 7.6.1 age adoption passing confidence
com.github.ben-manes:gradle-versions-plugin dependencies minor 0.45.0 -> 0.46.0 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies minor 6.15.0 -> 6.16.0 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies patch 7.4.1 -> 7.4.2 age adoption passing confidence

Release Notes

JetBrains/qodana-action

v2022.3.4

Compare Source

Changelog

  • 6ef9e1a 🧱 Update azure-pipelines.yml for Azure Pipelines
  • e04c1d0 ⚡ Update qodana to 2022.3.4
  • 7afb26c 🐛 Do not provide QODANA_ENV from the Azure extension
gradle/gradle

v7.6.1: 7.6.1

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

ben-manes/gradle-versions-plugin

v0.46.0

  • Ignore constraints of own projects (#​724)
  • Set the JVM attribute on the copied configuration (#​727)
  • Do not use textual 'null' for dependencies without group (#​731)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 15, 2023
@renovate renovate bot changed the title chore(deps): update jetbrains/qodana-action action to v2022.3.4 chore(deps): update all dependencies Feb 21, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch from b3b26d4 to 3962c02 Compare February 21, 2023 00:12
@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #187 (3a899f0) into master (483a21a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #187   +/-   ##
=========================================
  Coverage     52.56%   52.56%           
  Complexity       86       86           
=========================================
  Files            48       48           
  Lines          1191     1191           
  Branches        128      128           
=========================================
  Hits            626      626           
  Misses          541      541           
  Partials         24       24           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from fb20577 to 0fec44b Compare February 28, 2023 02:43
| datasource     | package                                      | from      | to        |
| -------------- | -------------------------------------------- | --------- | --------- |
| github-tags    | JetBrains/qodana-action                      | v2022.3.3 | v2022.3.4 |
| gradle-version | gradle                                       | 7.6       | 7.6.1     |
| maven          | com.github.ben-manes:gradle-versions-plugin  | 0.45.0    | 0.46.0    |
| maven          | com.diffplug.spotless:spotless-plugin-gradle | 6.15.0    | 6.16.0    |
| maven          | com.android.tools.build:gradle               | 7.4.1     | 7.4.2     |
@renovate renovate bot force-pushed the renovate/all-deps branch from 0fec44b to 3a899f0 Compare March 2, 2023 13:02
@hoc081098 hoc081098 merged commit d3436a3 into master Mar 5, 2023
@hoc081098 hoc081098 deleted the renovate/all-deps branch March 5, 2023 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant