Skip to content

fix(deps): update gradle plugins#49

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gradle-plugins
Open

fix(deps): update gradle plugins#49
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gradle-plugins

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 4, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.openapi.generator 7.19.07.21.0 age confidence
org.springframework.boot (source) 4.1.0-M14.1.0-M4 age confidence
org.openrewrite.rewrite 7.25.07.29.0 age confidence
com.google.devtools.ksp (source) 2.3.52.3.6 age confidence
org.jetbrains.kotlinx.kover 0.9.60.9.8 age confidence
org.cyclonedx.bom 3.1.03.2.3 age confidence
com.autonomousapps.dependency-analysis 3.5.13.6.1 age confidence
com.gradle.plugin-publish 2.0.02.1.1 age confidence
com.gradleup.shadow 9.3.19.4.1 age confidence
org.gradlex.java-module-testing 1.81.8.1 age confidence
org.gradlex.java-module-dependencies 1.121.12.1 age confidence
org.jetbrains.dokka 2.2.0-Beta2.2.0 age confidence
com.diffplug.spotless 8.2.18.4.0 age confidence
com.gradle.develocity 4.3.24.4.0 age confidence
net.ltgt.errorprone 5.0.05.1.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-boot (org.springframework.boot)

v4.1.0-M4

⭐ New Features

  • Add 'spring.jpa.bootstrap' property for async background bootstrapping #​49733
  • Add support for custom GrpcServerObservationConvention #​49730
  • A Spring Data JPA bootstrap mode property of 'deferred' should provide a meaningful message if no suitable AsyncTaskExecutor is found #​49688

🐞 Bug Fixes

  • Test starter for Spring Integration does not include Spring Integration test module #​49786
  • Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration #​49783
  • WebSocket app fails to start when Jackson is on the classpath but there's no JsonMapper bean #​49755
  • WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson #​49754
  • Metadata annotation processor ignores method-level @NestedConfigurationProperty when using constructor binding #​49739
  • Override of property in external 'application.properties' or 'application.yaml' is ignored #​49732
  • NativeImageResourceProvider does not find Flyway migration scripts in subdirectories #​49707
  • Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration #​49699
  • App using spring-cloud-stream-binder-rabbit fails to start with 4.1.0-M3 #​49676
  • @GraphQlTest does not include @ControllerAdvice #​49673

📔 Documentation

  • Fix incorrect indefinite articles in Javadoc #​49728
  • Document gRPC's default unit in configuration properties consistently #​49722
  • Add some more Kotlin examples and trivial style fixes #​49715
  • Overhaul Spring Session documentation following modularization #​49705

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​deejay1, @​dlwldnjs1009, @​kwondh5217, @​ljrmorgan, @​quaff, and @​therepanic

v4.1.0-M3

⚠️ Attention Required

  • OpenTelemetry's ZipkinSpanExporter has been deprecated and its support will be removed in Spring Boot 4.2. #​49557
  • The default value for server.tomcat.max-part-count has been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. #​49312

⭐ New Features

  • Introduce Generic AMQP 1.0 client support #​49621
  • Rename spring-boot-amqp to spring-boot-rabbitmq #​49620
  • Add support for SslBundles to OTLP metrics export #​49590
  • Add support for SslBundles to OTLP traces export #​49584
  • Add support for SslBundles to OTLP logging export #​49583
  • Add more fine-grained support for selecting metric exemplars #​49572
  • Add property to disable the OpenTelemetry SDK #​49564
  • Add properties to select OpenTelemetry's sampler #​49548
  • Configure BootBuildInfo task created using the DSL as a src dir of the main source set's resources #​49547
  • Add properties to configure BatchLogRecordProcessor #​49543
  • Add type-safe binding support for gPRC service config #​49540
  • Add auto-configuration for OTLP exemplars #​49538
  • Output Docker Compose's logs when start or up fails #​49423
  • Provide protobuf gradle plugin support #​49369
  • Provide protobuf-maven-plugin configuration in the starter parent POM #​49353
  • Add FailureAnalyzedException to reduce the number of internal FailureAnalyzers required #​49320
  • Add more styling support to the Logback and Log4j2 color converters #​49285
  • Create reusable default TaskScheduler configuration #​49280
  • Update TestRestTemplate's default cookie handling to match RestTemplate's #​49261
  • Add Spring gRPC server and client observation support #​49056
  • Fail gRPC servlet applications if server.http2.enabled is not enabled #​49050
  • Add Spring gRPC Server Health Check Support #​49048
  • Add Spring gRPC server and client security support #​49047
  • Add Spring gRPC Testing Support #​49046
  • Add Spring gRPC Client Support #​49045
  • Add Spring gRPC Server Support #​49044
  • Add support for Spring gRPC #​49043
  • Add builder customizer for SpringOpaqueTokenIntrospector and SpringReactiveOpaqueTokenIntrospector #​49029
  • Deprecate LiveReload support for removal #​48971
  • Add SSL support to auto-configuration for RabbitMQ Streams #​48960
  • Allow empty objects to be loaded from YAML #​48958
  • Support binding of default properties when an empty property is defined #​48920
  • Auto-configure Jackson mapper beans with a bean-based HandlerInstantiator #​48711
  • Add support for auto-configuring ExpressionJwtGrantedAuthoritiesConverter #​48490
  • Deprecate RootUriTemplateHandler in favor of DefaultUriBuilderFactory #​48350
  • Add Log4j2 rolling policy configuration #​47260
  • Enable auto-configuration of OAuth2 resource server machinery in a non-webapp #​43978
  • Add support for Spring Batch MongoDB #​43236

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #​49650
  • "/cloudfoundryapplication" web path is not limited to Actuator #​49647
  • Fix EndpointRequest.toLinks() when base-path is '/' #​49618
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #​49597
  • RSocket exposes duplicate endpoint for websocket setups #​49595
  • Failure analysis for a missing mail sender is misleading #​49585
  • Dependency management for HttpClient5 misses httpclient5-observation #​49553
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #​49536
  • Missing starter for spring-boot-restdocs #​49524
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #​49483
  • "spring.main.cloud-platform=none" does not disable cloud features #​49480
  • SSL support with Docker Compose does not work as documented #​49386
  • NoSuchMethodException when forcing the use of Log4J2LoggingSystem using org.springframework.boot.logging.LoggingSystem system property #​49384
  • ErrorPageRegistrarBeanPostProcessor is not auto-configured in war deployments and the ErrorPageCustomizer is not applied #​49380
  • Auto-configuration overrides authorization server configuration applied by Customizer beans #​49379
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #​49345
  • Several reactive starters do not depend on spring-boot-reactor #​49335
  • HTTP Service Interface Client doesn't work in a native image due to missing property binding #​49326
  • RouterFunctions descriptions in Actuator do not support nesting #​49303
  • Maven plugin does not set '-parameters' option when processing AOT code #​49296

📔 Documentation

  • Document support for Java 26 #​49605
  • List all supported colors when describing color-coded log output #​49563
  • Improve EndpointRequest matcher documentation #​49521
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #​49515
  • Document security considerations for forwarded headers in cloud deployments #​49511
  • Tutorial in the reference guide has outdated instructions #​49430
  • Document additional repositories required for shibboleth.net #​49393
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #​49388
  • Example spring-devtools.properties file is shown in the wrong format #​49363
  • Clarify inferred relationships between OAuth 2 registrations and providers #​49328
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #​49322
  • Remove superfluous semi-colon from read timeout configuration example for HTTP service interface clients #​49313
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #​49299
  • JDK requirement for the CLI still refers to Java 8 #​49294
  • Java and Kotlin samples of an environment post processor are inconsistent #​49288
  • Configuration properties changelog is incomplete as the list of modules is applied for 4.0 only #​49273

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​FBibonne, @​Joowon-Seo, @​answndud, @​apoorvdarshan, @​bbbbooo, @​chandanv89, @​giyeon95, @​hojooo, @​itsmevichu, @​jayychoi, @​jonatan-ivanov, @​l2yujw, @​mayankvirole, @​ngocnhan-tran1996, @​qnnn, @​quaff, @​sbrannen, and @​ultraq

v4.1.0-M2

⭐ New Features

  • Add support for publishMaxGaugeForHistograms in OtlpRegistry #​49242
  • Add TWENTY_SIX to JavaVersion enum #​49194
  • Support service connections with RabbitMQ Stream and Docker Compose #​49162
  • Bind 'Optional' value object parameters as empty rather than null #​49152
  • Add Kotlin DSL extension functions for TestEntityManager #​49063
  • Add customizers for OtlpHttpLogRecordExporterBuilder and OtlpGrpcLogRecordExporterBuilder #​49002
  • Improve performance of structure logging 'ContextPairs' nested name splitting #​48999
  • Show certificates from truststore in SSL info endpoint #​48967
  • Add time, locale, and work dir data to ProcessInfo #​48959
  • Add compression mode OTLP property #​48957
  • Provide support for adding to the mime types that are compressed #​48930
  • Support service connections with RabbitMQ Streams and Testcontainers #​42443
  • Provide configuration properties and customizers for configuring Jackson's factories #​34709
  • Provide a configuration option to load properties config data files as UTF-8 #​28663

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #​49250
  • Using the OTel and Zipkin starters together creates invalid configuration #​49215
  • ClassNotFoundException when using Actuator without spring-boot-health #​49198
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #​49061
  • Slice test includes fail to load when using spring-boot-starter-test-classic #​49042
  • Java version requirement check for native image is confusing if AOT didn't run #​49025
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #​49016
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #​48991
  • server.jetty.threads.max is ignored when using virtual threads #​48990
  • Docker credential helpers with file extensions cannot be executed on Windows #​48980

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #​49213
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #​49110
  • Document naming convention for custom test-scoped starters #​49018
  • Delay removal of Jackson 2 support until 4.3 at the earliest #​49011
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #​49004
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #​48978
  • Update the configuration metadata changelog to include properties whose default values have changed #​48962
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #​48947

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaetanoCerciello, @​aalsanie, @​dj258255, @​dsyer, @​eddumelendez, @​garvit-joshi, @​jdsalasca, @​joaquinjsb, @​jonatan-ivanov, @​junpakPark, @​linkian209, @​nosan, @​osvetlik, @​quaff, @​scordio, @​shakuzen, and @​srt

google/ksp (com.google.devtools.ksp)

v2.3.6

Compare Source

What's Changed
  • Fixed an issue where module recompilation would fail on Windows environments when KSP2 was enabled (#​2774)
  • Resolved an issue where generated Java sources were ignored when using Android Kotlin Multiplatform with IP-compatible paths (#​2744)
  • Fixed a KSP version 2.3.5 CI error exception that does not break build checks (#​2763)
  • Added symbol-processing-api and common-deps to compile dependencies (#​2789)
  • Improved the detection of built-in Kotlin by removing the reliance on KotlinBaseApiPlugin (#​2772)
  • A back-port of a performance optimization in the Intellij / Analysis API (2785 )
  • Added support for nested typealias Kotlin language feature #​2588
  • Exclude jdbc package from log4j to prevent vulnerability issue #​2651
Contributors

Full Changelog: google/ksp@2.3.5...2.3.6

Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.9.8

===================

Kover Gradle Plugin

Internal features
  • Updated publish plugin and declare configuration cache compatibility
  • #782 Filled Implementation fields Vendor/Title/Version in MANIFEST.MF
Bugfixes
  • #799 #772 Fixed Android multiplatform library support in case of the violation of the project isolation

v0.9.7

===================

Kover Gradle Plugin

Bugfixes
  • #747 Fixed a recurring issue in support of Android KMP libraries
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)

v3.6.1

  • [Fix]: use compilation.disambiguatedName for crafting the task suffix.

v3.6.0

  • [Breaking]: min version of Android Gradle Plugin (AGP) is now 8.10.0.
  • [Feat]: support KMP projects with JVM targets.
  • [Feat]: support KMP projects with Android targets.
  • [Feat]: update console report to be more idiomatic for KMP.
  • [Feat]: implement ABI inclusions filter.
  • [Feat]: add lifecycle resolveExternalDependencies task.
  • [Fix]: improve Class.forName handling.
  • [Fix]: remove dependency to javax.inject.
  • [Fix]: potential resource leak in JarExploder.
  • [Fix]: duplicate class detection for annotations.
  • [Fix]: use latest-kotlin editor.
  • [Refactor]: move two public types to an internal package to exclude from published api, and exclude the
    com.autonomousapps.model.internal package from the published api.
  • [Refactor]: moved a lot of task-registration code into AbstractDependencyAnalyzer.
  • [Docs]: add link to maven-hijack blog post.
GradleUp/shadow (com.gradleup.shadow)

v9.4.1

Compare Source

Changed

v9.4.0

Compare Source

Added
Changed
  • Allow opting out of adding shadowJar into assemble lifecycle. (#​1939)
    shadow {
      // Disable making `assemble` task depend on `shadowJar`. This is enabled by default.
      addShadowJarToAssembleLifecycle = false
    }
  • Stop catching ZipException when writing entries. (#​1970)
Fixed
  • Fix interaction with Gradle artifact transforms. (#​1345)
  • Fix skipStringConstants per-relocator behavior in mapName. (#​1968)
  • Fix failing for non-existent class directories. (#​1976)

v9.3.2

Compare Source

Changed
  • Stop moving gradleApi dependency from api to compileOnly for Gradle 9.4+. (#​1919)
  • Log warnings for duplicates in the final JAR. (#​1931)
Fixed
  • Fix relocation patterns not included in task fingerprint. (#​1933)
Kotlin/dokka (org.jetbrains.dokka)

v2.2.0: 2.2.0

Dokka Gradle Plugin

Starting from Dokka 2.1.0, the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly:

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since Dokka 2.1.0

Analysis improvements

Starting from Dokka 2.1.0, the K2 analysis is enabled by default. K2 analysis is now stable, enabled by default, and fully migrated to the new shared Analysis API. This includes the migration to the new KDoc resolution API within the Analysis API.

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since Dokka 2.1.0

  • Allow actual declarations to automatically inherit their documentation from expect counterparts in multiplatform projects (#​2493, #​4245, #​4351)
  • Link resolution improvements:
    • Support references to declarations with quoted names (#​3356)
    • Support resolution of links to extensions with type parameters according to KEEP#385 (#​3555)
    • Improve handling of ambiguous KDoc links according to KEEP#389 (#​3451, #​3179, #​3632, #​4327, #​3604)
      • Note: those changes are currently available only under experimental org.jetbrains.dokka.analysis.enableExperimentalKDocResolution system property
  • K2/K1 compatibility improvements:
    • Fix Multiple pages associated with key (#​4300)
    • Fix inconsistent constructor rendering for expect/actual annotation (#​4055)
    • Fix missing abstract modifier for abstract interface method with redundant open modifier (#​4144)
    • Fix working with intersected and overridden fake functions/properties (#​3857)
    • Fix rendering of links in @see block (#​3680)
    • Fix redundant ? on properties with a type of typealias to nullable type (#​4337)
    • Fix the missing default parameter value for inherited (not overridden) members (#​4320)
    • Fix duplicate source links for function overloads and properties (#​4049, #​4338)
    • Fix resolution of links in the second line of KDoc tags (#​4332, KT-75215, KT-79783)
  • Improve DRI handling for varargs and properties (#​3558, #​4347)
  • Context parameters improvements:
    • Fix KDoc links to context parameters (#​4389)
    • Support context parameters documentation via @param tag (#​4065)
  • Java/Javadoc related improvements:
    • Use language-java class for <pre> and <code> tags generated from Java sources (#​4346)
    • Add new Mark DocTag, TextStyle.Highlight and support for <mark> javadoc HTML tag (#​4376)
    • Fix source links to accessors in the KotlinAsJava plugin ([#​4396](https://redire

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Havana, Automerge - "before 4am on the first day of the month" in timezone America/Havana.

🚦 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate unstable-dependency labels Apr 4, 2026
@renovate renovate bot requested a review from yacosta738 April 4, 2026 07:39
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate unstable-dependency labels Apr 4, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 4, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Command failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q properties
e: java.lang.OutOfMemoryError: Java heap space
	at java.base/jdk.internal.classfile.impl.EntryMap.<init>(EntryMap.java:77)
	at java.base/jdk.internal.classfile.impl.SplitConstantPool.map(SplitConstantPool.java:182)
	at java.base/jdk.internal.classfile.impl.SplitConstantPool.tryFindClassOrInterface(SplitConstantPool.java:403)
	at java.base/jdk.internal.classfile.impl.SplitConstantPool.classEntryForClassOrInterface(SplitConstantPool.java:438)
	at java.base/jdk.internal.classfile.impl.SplitConstantPool.classEntry(SplitConstantPool.java:514)
	at java.base/java.lang.invoke.InnerClassLambdaMetafactory.<init>(InnerClassLambdaMetafactory.java:155)
	at java.base/java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:349)
	at java.base/java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(DirectMethodHandle$Holder)
	at java.base/java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:134)
	at java.base/java.lang.invoke.CallSite.makeSite(CallSite.java:310)
	at java.base/java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:250)
	at java.base/java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:240)
	at org.jetbrains.kotlin.fir.FirCliExceptionHandler.handleExceptionOnFileAnalysis(Utils.kt:269)
	at org.jetbrains.kotlin.fir.resolve.transformers.FirTotalResolveProcessor.process(FirTotalResolveProcessor.kt:98)
	at org.jetbrains.kotlin.fir.pipeline.AnalyseKt.runResolution(analyse.kt:24)
	at org.jetbrains.kotlin.fir.pipeline.FirUtilsKt.resolveAndCheckFir(firUtils.kt:76)
	at org.jetbrains.kotlin.cli.pipeline.jvm.JvmFrontendPipelinePhase.executePhase(JvmFrontendPipelinePhase.kt:269)
	at org.jetbrains.kotlin.cli.pipeline.jvm.JvmFrontendPipelinePhase.executePhase(JvmFrontendPipelinePhase.kt:55)
	at org.jetbrains.kotlin.cli.pipeline.PipelinePhase.phaseBody(PipelinePhase.kt:68)
	at org.jetbrains.kotlin.cli.pipeline.PipelinePhase.phaseBody(PipelinePhase.kt:58)
	at org.jetbrains.kotlin.config.phaser.NamedCompilerPhase.invoke(CompilerPhase.kt:102)
	at org.jetbrains.kotlin.backend.common.phaser.CompositePhase.invoke(PhaseBuilders.kt:22)
	at org.jetbrains.kotlin.config.phaser.CompilerPhaseKt.invokeToplevel(CompilerPhase.kt:53)
	at org.jetbrains.kotlin.cli.pipeline.AbstractCliPipeline.runPhasedPipeline(AbstractCliPipeline.kt:109)
	at org.jetbrains.kotlin.cli.pipeline.AbstractCliPipeline.execute(AbstractCliPipeline.kt:68)
	at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecutePhased(K2JVMCompiler.kt:51)
	at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecutePhased(K2JVMCompiler.kt:42)
	at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:89)
	at org.jetbrains.kotlin.cli.common.CLICompiler.exec(CLICompiler.kt:359)
	at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunnerBase.runCompiler(IncrementalJvmCompilerRunnerBase.kt:178)
	at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunnerBase.runCompiler(IncrementalJvmCompilerRunnerBase.kt:40)
	at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.doCompile(IncrementalCompilerRunner.kt:504)


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':build-logic:compileKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Not enough memory to run compilation. Try to increase it via 'gradle.properties':
     kotlin.daemon.jvmargs=-Xmx<size>

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 9m 23s

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 4, 2026

✅ Contributor Report

User: @renovate[bot]
Status: Trusted contributor (whitelisted)

This user is on the trusted contributors list and was automatically approved.

@renovate renovate bot force-pushed the renovate/gradle-plugins branch from ef8c4e8 to 9c801af Compare April 4, 2026 09:46
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 4, 2026

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 renovate unstable-dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants