Vador icon indicating copy to clipboard operation
Vador copied to clipboard

Update all dependencies

Open renovate[bot] opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.10.2 age adoption passing confidence
org.sonarqube plugin minor 5.0.0.4638 -> 5.1.0.4882 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) dependencies minor 2.22.0 -> 2.24.1 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.22.0 -> 2.24.1 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) dependencies minor 2.22.0 -> 2.24.1 age adoption passing confidence
com.diffplug.spotless plugin minor 6.23.2 -> 6.25.0 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies minor 6.23.2 -> 6.25.0 age adoption passing confidence
io.gitlab.arturbosch.detekt plugin patch 1.23.4 -> 1.23.7 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) dependencies patch 1.23.4 -> 1.23.7 age adoption passing confidence
com.gradle.develocity plugin minor 3.17.2 -> 3.18.1 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.24.2 -> 3.26.3 age adoption passing confidence
io.kotest:kotest-runner-junit5 dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-framework-engine dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin patch 0.8.1 -> 0.8.3 age adoption passing confidence
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin dependencies patch 0.8.1 -> 0.8.3 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.10.2 -> 5.11.2 age adoption passing confidence
org.junit:junit-bom (source) dependencies minor 5.10.2 -> 5.11.2 age adoption passing confidence
org.apache.commons:commons-text (source) dependencies minor 1.11.0 -> 1.12.0 age adoption passing confidence
io.github.gradle-nexus.publish-plugin plugin patch 2.0.0-rc-1 -> 2.0.0 age adoption passing confidence
com.github.spotbugs plugin patch 6.0.1 -> 6.0.24 age adoption passing confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin dependencies patch 6.0.1 -> 6.0.24 age adoption passing confidence
io.freefair.lombok plugin minor 8.4 -> 8.10.2 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 2.0.0 -> 2.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.0.0 -> 2.0.20 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

v8.9

Compare Source

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Björn Kautler, Denes Daniel, Fabian Windheuser, Hélio Fernandes Sebastião, Jay Wei, jhrom, jwp345, Jörgen Andersson, Kirill Gavrilov, MajesticMagikarpKing, Maksim Lazeba, Philip Wedemann, Robert Elliot, Róbert Papp, Stefan M., Tibor Vyletel, Tony Robalik, Valentin Kulesh, Yanming Zhou, 김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)

v1.23.7

1.23.7 - 2024-09-08

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.10, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v2.0.10 - #​7517
  • Update to Kotlin 2.0.0 #​6640
  • fix(deps): update kotlin monorepo to v1.9.24 - #​7264
  • fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #​7525
  • chore(deps): update dependency gradle to v8.10 - #​7546
Changelog
  • Add basic support for isolated projects to 1.x - #​7526
  • ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #​7563
  • BracesOnIfStatements: fix false-positive when chained - #​7444
  • Add enum entry check in UndocumentedPublicProperty - #​7426
  • Use the anchor which is already present before - #​7423
  • Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #​7346
  • SwallowedException: fix false positive when exception is used as a receiver - #​7288
  • NamedArguments: fix false positive on spread varargs - #​7283
  • MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #​7221
  • Check for root of receiver in selector expression - #​7220
  • Check for public companion object for UndocumentedPublicClass - #​7219
  • fix: TopLevelPropertyNaming also detecting extension property name - #​7212
  • Publish detekt-compiler-plugin-all to Maven and GH Releases - #​7179
  • versioned default detekt config file link - #​7161
  • Support rangeUntil operator for UnusedImport rule - #​7104
  • Fix false positive on it usages when type parameter is specified - #​6850
Housekeeping/Docs
  • [bugfix] AnnotationOnSeparateLine in snippets - #​6526
  • Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #​7184

v1.23.6

1.23.6 - 2024-03-23

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.23 and fixed several bugs that got reported by the community.

Changelog
  • UselessPostfixExpression - Fix #​7037 false positive postfix - #​7084
  • Don't allow invalid Source Locations - #​7030
  • UnusedPrivateClass: don't report if private classes are used for type conversion - #​6995
  • RedundantSuspendModifier: do not report when the function has 'actual' modifier - #​6951
  • Update dependency gradle to v8.7 - #​7080
  • Update kotlin monorepo to v1.9.23 - #​7027
  • Update dependency gradle to v8.6 - #​6939
  • Update dependency com.android.tools.build:gradle to v8.3.1 - #​7070
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​psuzn, @​t-kameyama.

v1.23.5

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.22 and fixed several bugs that got reported by the community.

Notable Changes
  • Test Gradle plugin with AGP 8.2.0 - #​6672
  • chore(deps): update dependency gradle to v8.5 - #​6663
  • fix(deps): update kotlin monorepo to v1.9.22 - #​6746
Changelog
  • Report rule's default severity in sarif backport - #​6916
  • Add ignoreAnnotatedFunctions to TooManyFunctions - #​6875
  • Fix by checking the existence of label in previous statements - #​6671
  • Also check USELESS_ELVIS in UnreachableCode - #​6624
  • Fix by adding last method call to the set - #​6567
Housekeeping & Refactorings
  • Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - #​6534
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​TWiStErRob, @​atulgpt, @​matejdro

kotest/kotest (io.kotest:kotest-runner-junit5)

v5.9.1

What's Changed

Assertions
Framework
Property-testing
Docs
Build / CI/CD / Dependency updates

New Contributors

Full Changelog: https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1

v5.9.0

New Features

Breaking Changes

Requirements

  • Kotlin 1.9.23 and higher
  • kotlinx.coroutines 1.8.0 and higher

What's Changed

New Contributors

Full Changelog: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0

v5.8.1

What's Changed


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Dec 04 '23 05:12 renovate[bot]