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

Update all dependencies #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all dependencies #145

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.6 -> 8.11.1 age adoption passing confidence
org.jetbrains:annotations dependencies patch 26.0.0 -> 26.0.1 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) dependencies minor 2.22.1 -> 2.24.2 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.22.1 -> 2.24.2 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) dependencies minor 2.22.1 -> 2.24.2 age adoption passing confidence
io.gitlab.arturbosch.detekt plugin patch 1.23.5 -> 1.23.7 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) dependencies patch 1.23.5 -> 1.23.7 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.25.3 -> 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 minor 0.7.5 -> 0.8.3 age adoption passing confidence
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin dependencies minor 0.7.5 -> 0.8.3 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.10.2 -> 5.11.3 age adoption passing confidence
org.junit:junit-bom (source) dependencies minor 5.10.2 -> 5.11.3 age adoption passing confidence
org.springframework:spring-test dependencies minor 6.1.4 -> 6.2.0 age adoption passing confidence
org.springframework:spring-context dependencies minor 6.1.4 -> 6.2.0 age adoption passing confidence
org.springframework:spring-core dependencies minor 6.1.4 -> 6.2.0 age adoption passing confidence
org.postgresql:postgresql (source) dependencies patch 42.7.1 -> 42.7.4 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc dependencies minor 0.47.0 -> 0.56.0 age adoption passing confidence
org.jetbrains.exposed:exposed-dao dependencies minor 0.47.0 -> 0.56.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core dependencies minor 0.47.0 -> 0.56.0 age adoption passing confidence
org.immutables:value-annotations (source) dependencies patch 2.10.0 -> 2.10.1 age adoption passing confidence
org.immutables:builder (source) dependencies patch 2.10.0 -> 2.10.1 age adoption passing confidence
org.immutables:value (source) dependencies patch 2.10.0 -> 2.10.1 age adoption passing confidence
org.http4k:http4k-format-jackson (source) dependencies minor 5.13.7.0 -> 5.37.1.1 age adoption passing confidence
org.http4k:http4k-format-moshi (source) dependencies minor 5.13.7.0 -> 5.37.1.1 age adoption passing confidence
org.http4k:http4k-core (source) dependencies minor 5.13.7.0 -> 5.37.1.1 age adoption passing confidence
org.http4k:http4k-bom (source) dependencies minor 5.13.7.0 -> 5.37.1.1 age adoption passing confidence
org.apache.commons:commons-lang3 (source) dependencies minor 3.14.0 -> 3.17.0 age adoption passing confidence
com.google.guava:guava dependencies minor 33.0.0-jre -> 33.3.1-jre age adoption passing confidence
de.cronn:reflection-util dependencies minor 2.15.0 -> 2.17.0 age adoption passing confidence
com.github.spotbugs plugin patch 6.0.7 -> 6.0.26 age adoption passing confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin dependencies patch 6.0.7 -> 6.0.26 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies minor 2.0.0 -> 2.1.0 age adoption passing confidence
io.vavr:vavr (source) dependencies patch 0.10.4 -> 0.10.5 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

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.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

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.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.2

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.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.1

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.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

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.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

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.

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.

v8.7: 8.7

Compare Source

The Gradle team is excited to announce Gradle 8.7.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aleksandr Postnov,
Björn Kautler,
Brice Dutheil,
Denis Buzmakov,
Federico La Penna,
Gregor Dschung,
Hal Deadman,
Hélio Fernandes Sebastião,
Ivan Gavrilovic,
Jendrik Johannes,
Jörgen Andersson,
Marie,
pandaninjas,
Philip Wedemann,
Ryan Schmitt,
Steffen Yount,
Tyler Kinkade,
Zed Spencer-Milnes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.7

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.

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.1

Compare Source

  • Fixed sources.jar build (regression after 25.0.0)
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.

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

v5.9.1

What's Changed
Assertions
Framework
Property-testing
Docs

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 renovate bot changed the title Update all dependencies to v0.7.6 Update all dependencies Feb 17, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from eab24f3 to aaddf98 Compare February 24, 2024 22:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 639b2d4 to 9281f9d Compare March 1, 2024 18:07
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 775bdde to dbb3605 Compare March 13, 2024 20:28
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fd39975 to 1093209 Compare March 21, 2024 02:41
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3bd1e93 to 0fc809e Compare March 27, 2024 19:24
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 3031745 to 734ba98 Compare April 12, 2024 02:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3e932e4 to 7ff0454 Compare April 22, 2024 20:33
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 3dbd78a to e7a76a8 Compare October 15, 2024 00:27
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 178faf8 to a7b9197 Compare October 23, 2024 22:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 256ed88 to ff62287 Compare October 30, 2024 16:03
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from eb3e2aa to a4eb403 Compare November 15, 2024 23:06
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from e759265 to 0414842 Compare November 25, 2024 17:54
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2508675 to 0955653 Compare November 29, 2024 19:50
| datasource     | package                                                               | from       | to         |
| -------------- | --------------------------------------------------------------------- | ---------- | ---------- |
| gradle-version | gradle                                                                | 8.6        | 8.11.1     |
| maven          | org.jetbrains:annotations                                             | 26.0.0     | 26.0.1     |
| maven          | org.apache.logging.log4j:log4j-slf4j2-impl                            | 2.22.1     | 2.24.2     |
| maven          | org.apache.logging.log4j:log4j-core                                   | 2.22.1     | 2.24.2     |
| maven          | org.apache.logging.log4j:log4j-api                                    | 2.22.1     | 2.24.2     |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.5     | 1.23.7     |
| maven          | io.gitlab.arturbosch.detekt:detekt-gradle-plugin                      | 1.23.5     | 1.23.7     |
| maven          | org.assertj:assertj-core                                              | 3.25.3     | 3.26.3     |
| maven          | io.kotest:kotest-runner-junit5                                        | 5.8.0      | 5.9.1      |
| maven          | io.kotest:kotest-property                                             | 5.8.0      | 5.9.1      |
| maven          | io.kotest:kotest-framework-engine                                     | 5.8.0      | 5.9.1      |
| maven          | io.kotest:kotest-assertions-core                                      | 5.8.0      | 5.9.1      |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5      | 0.8.3      |
| maven          | org.junit.jupiter:junit-jupiter-api                                   | 5.10.2     | 5.11.3     |
| maven          | org.junit:junit-bom                                                   | 5.10.2     | 5.11.3     |
| maven          | org.springframework:spring-test                                       | 6.1.4      | 6.2.0      |
| maven          | org.springframework:spring-context                                    | 6.1.4      | 6.2.0      |
| maven          | org.springframework:spring-core                                       | 6.1.4      | 6.2.0      |
| maven          | org.postgresql:postgresql                                             | 42.7.1     | 42.7.4     |
| maven          | org.jetbrains.exposed:exposed-jdbc                                    | 0.47.0     | 0.56.0     |
| maven          | org.jetbrains.exposed:exposed-dao                                     | 0.47.0     | 0.56.0     |
| maven          | org.jetbrains.exposed:exposed-core                                    | 0.47.0     | 0.56.0     |
| maven          | org.immutables:value-annotations                                      | 2.10.0     | 2.10.1     |
| maven          | org.immutables:builder                                                | 2.10.0     | 2.10.1     |
| maven          | org.immutables:value                                                  | 2.10.0     | 2.10.1     |
| maven          | org.http4k:http4k-format-jackson                                      | 5.13.7.0   | 5.37.1.1   |
| maven          | org.http4k:http4k-format-moshi                                        | 5.13.7.0   | 5.37.1.1   |
| maven          | org.http4k:http4k-core                                                | 5.13.7.0   | 5.37.1.1   |
| maven          | org.http4k:http4k-bom                                                 | 5.13.7.0   | 5.37.1.1   |
| maven          | org.apache.commons:commons-lang3                                      | 3.14.0     | 3.17.0     |
| maven          | com.google.guava:guava                                                | 33.0.0-jre | 33.3.1-jre |
| maven          | de.cronn:reflection-util                                              | 2.15.0     | 2.17.0     |
| maven          | com.github.spotbugs:com.github.spotbugs.gradle.plugin                 | 6.0.7      | 6.0.26     |
| maven          | com.github.spotbugs.snom:spotbugs-gradle-plugin                       | 6.0.7      | 6.0.26     |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin       | 2.0.0      | 2.1.0      |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 2.0.0      | 2.1.0      |
| maven          | io.vavr:vavr                                                          | 0.10.4     | 0.10.5     |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants