Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2025

This PR contains the following updates:

Package Change Age Confidence
com.vanniktech.maven.publish 0.33.0 -> 0.34.0 age confidence
com.diffplug.spotless 7.1.0 -> 7.2.0 age confidence
com.pinterest.ktlint:ktlint-cli 1.6.0 -> 1.7.0 age confidence
io.quarkus 3.24.3 -> 3.24.4 age confidence
io.quarkus:quarkus-junit5 3.24.3 -> 3.24.4 age confidence
io.quarkus:quarkus-arc 3.24.3 -> 3.24.4 age confidence
io.quarkus:quarkus-bom 3.24.3 -> 3.24.4 age confidence

Release Notes

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

v0.34.0

Compare Source

  • Added configuration cache support for publishing.
  • Removed support for publishing through Sonatype OSSRH since it has been shut down. See the
    0.33.0 release notes for upgrade
    instructions if you haven't upgraded yet.
    • SonatypeHost has been removed from the DSL.
    • SONATYPE_HOST only supports CENTRAL_PORTAL now. It's recommended to use the following properties instead:
      • mavenCentralPublishing=true replaces SONATYPE_HOST=CENTRAL_PORTAL.
      • mavenCentralAutomaticPublishing=true replaces SONATYPE_AUTOMATIC_RELEASE=true.
  • Update the Central Portal Publisher APIs to the latest.
  • It's now possible to mix SNAPSHOT versions and release versions when running publish tasks.
  • Fixed Gradle's deprecation warning caused by invalid URI.
  • Fixed check for the minimum supported Gradle version running too late in some cases.

Thanks to @​Goooler and @​solrudev for their contributions to this release.

Minimum supported versions
  • JDK 11
  • Gradle 8.5
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 24
  • Gradle 8.14.3
  • Gradle 9.0.0-rc2
  • Android Gradle Plugin 8.11.1
  • Android Gradle Plugin 8.12.0-alpha08
  • Kotlin Gradle Plugin 2.2.0
  • Kotlin Gradle Plugin 2.2.20-Beta1
pinterest/ktlint (com.pinterest.ktlint:ktlint-cli)

v1.7.0

Compare Source

🆕 Features
Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes
  • Do not run no-unused-imports rule by default - #​3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #​3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features
  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #​3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #​3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #​3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #​3044, by @​paul-dingemans

🔧 Fixes
📦 Dependencies
💬 Other
quarkusio/quarkus (io.quarkus:quarkus-junit5)

v3.24.4

Compare Source

Complete changelog
  • #​38366 - Quarkus cli: quarkus run of picocli app with Gradle Kotlin DSL fails
  • #​47458 - Add Metrics and Logs to OTel Capabilities
  • #​48761 - Ban dynamic version ranges
  • #​48812 - Duplicate key -100 in GrpcServerProcessor after upgrading to Quarkus 3.20.0
  • #​48850 - Fix NPE in SnapshotTesting when src/test/resources/snapshots directory isn't available
  • #​48852 - Fix case where the last streamed JSON object was not retrieved
  • #​48878 - Change the database.generation to schema-management.strategy in the docs
  • #​48879 - JWT Bearer Auth Form Parameters Accumulate with Each Request in OidcClientImpl
  • #​48880 - Use MultiMap set method instead of add for client assertion parameters
  • #​48883 - Use proper priority to deploy Vert.x Filter used for legacy websockets
  • #​48887 - Decouple OpenTelemetry bean initialization from quarkus.otel.sdk.disabled config value
  • #​48891 - Fix OIDC token propagation doc typo
  • #​48902 - Update Hibernate ORM to 7.0.6.Final / Hibernate Reactive to 3.0.4.Final
  • #​48906 - quarkus run doesn’t work with Gradle Kotlin DSL
  • #​48913 - Include missing actions for GRADLE_KOTLIN_DSL to Quarkus CLI commands
  • #​48919 - Assistant documentation
  • #​48932 - Point to config-files property for ISPN devservice

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

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.

@osoykan osoykan merged commit 616ee71 into main Jul 21, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 21, 2025 07:13
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.

2 participants