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 #184

Merged
merged 2 commits into from
Apr 6, 2024
Merged

Update all dependencies #184

merged 2 commits into from
Apr 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.6 -> 8.7 age adoption passing confidence
com.vanniktech.maven.publish plugin minor 0.27.0 -> 0.28.0 age adoption passing confidence
org.testcontainers:kafka (source) dependencies patch 1.19.6 -> 1.19.7 age adoption passing confidence
org.jetbrains.dokka plugin patch 1.9.10 -> 1.9.20 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib (source) dependencies patch 1.9.22 -> 1.9.23 age adoption passing confidence
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable (source) dependencies patch 1.9.22 -> 1.9.23 age adoption passing confidence
org.apache.kafka:kafka-streams dependencies minor 3.6.1 -> 3.7.0 age adoption passing confidence
org.apache.kafka:kafka-clients dependencies minor 3.6.1 -> 3.7.0 age adoption passing confidence
org.apache.kafka:connect-runtime dependencies minor 3.6.1 -> 3.7.0 age adoption passing confidence
io.kotest:kotest-property dependencies patch 5.8.0 -> 5.8.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.7

Compare Source

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.28.0

Compare Source

  • Added support for publishing through the new Central Portal. To use
    this use the CENTRAL_PORTAL option when specifying the Sonatype host.
  • For Kotlin Multiplatform the main plugin will now automatically publish the
    release variant if the project has an Android target and no variant was explicitly
    specified through the Kotlin Gradle DSL.
  • Support specifying the Android variants to publish in KotlinMultiplatform(...).
  • Updated minimum supported Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for the deprecated Kotlin/JS plugin.
  • Removed the deprecated closeAndReleaseRepository task. Use releaseRepository, which
    is functionally equivalent, instead.
Minimum supported versions
  • JDK 11
  • Gradle 8.1
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 21
  • Gradle 8.6
  • Gradle 8.7-rc-3
  • Android Gradle Plugin 8.3.0
  • Android Gradle Plugin 8.4.0-alpha13
  • Kotlin Gradle Plugin 1.9.23
  • Kotlin Gradle Plugin 2.0.0-Beta4
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • Dokka does not support configuration cache
testcontainers/testcontainers-java (org.testcontainers:kafka)

v1.19.7

Compare Source

Testcontainers for Java 1.19.7

Modules

Elasticserach

HiveMQ
MongoDB
PostgreSQL

📖 Documentation

📦 Dependency updates

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-stdlib)

v1.9.23: Kotlin 1.9.23

1.9.23
Apple Ecosystem
  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used
Backend. Wasm
  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support
Compiler
  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function
Tools. Gradle
  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories
Tools. Gradle. JS
  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22
Tools. Gradle. Multiplatform
  • KT-65954 commonTest dependencies affect commoMainMetadata compilation
Tools. Gradle. Native
  • KT-64573 Default value for produceUnpackedKlib was not provided
kotest/kotest (io.kotest:kotest-property)

v5.8.1

What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.8.0...v5.8.1


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 changed the title Update all dependencies to v3.7.0 Update all dependencies Mar 4, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1e23074 to dce8b70 Compare March 11, 2024 07:56
| datasource     | package                                                                 | from   | to     |
| -------------- | ----------------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                                  | 8.6    | 8.7    |
| maven          | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.27.0 | 0.28.0 |
| maven          | org.testcontainers:kafka                                                | 1.19.6 | 1.19.7 |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                   | 1.9.10 | 1.9.20 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin         | 1.9.22 | 1.9.23 |
| maven          | org.jetbrains.kotlin:kotlin-stdlib                                      | 1.9.22 | 1.9.23 |
| maven          | org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable               | 1.9.22 | 1.9.23 |
| maven          | org.apache.kafka:kafka-streams                                          | 3.6.1  | 3.7.0  |
| maven          | org.apache.kafka:kafka-clients                                          | 3.6.1  | 3.7.0  |
| maven          | org.apache.kafka:connect-runtime                                        | 3.6.1  | 3.7.0  |
| maven          | io.kotest:kotest-property                                               | 5.8.0  | 5.8.1  |
@nomisRev nomisRev merged commit 3b90b60 into main Apr 6, 2024
1 check passed
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.

1 participant