Skip to content

chore(deps): update plugin multijvmtesting to v4.3.6#5347

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x
May 13, 2026
Merged

chore(deps): update plugin multijvmtesting to v4.3.6#5347
renovate[bot] merged 1 commit into
masterfrom
renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Change Age Confidence
org.danilopianini.multi-jvm-test-plugin 4.3.54.3.6 age confidence

Configuration

📅 Schedule: (UTC)

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 the dependencies Pull requests that update a dependency file label May 13, 2026
@renovate renovate Bot enabled auto-merge (squash) May 13, 2026 06:55
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.53%. Comparing base (802b671) to head (26d5756).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5347   +/-   ##
=========================================
  Coverage     61.53%   61.53%           
  Complexity       14       14           
=========================================
  Files             2        2           
  Lines            78       78           
  Branches          4        4           
=========================================
  Hits             48       48           
  Misses           24       24           
  Partials          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DanySK DanySK force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch from c3d5a2f to 50cb8eb Compare May 13, 2026 08:10
@renovate renovate Bot force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch from 50cb8eb to 681c5ad Compare May 13, 2026 08:11
@DanySK DanySK force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch 4 times, most recently from 3e3e05d to 753b924 Compare May 13, 2026 11:38
@renovate renovate Bot force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch 2 times, most recently from c05ba59 to ab18b84 Compare May 13, 2026 13:17
@DanySK DanySK force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch 2 times, most recently from 6a462c7 to 4e9b38e Compare May 13, 2026 15:18
@renovate renovate Bot force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch from 4e9b38e to 621edba Compare May 13, 2026 15:19
@DanySK DanySK force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch 2 times, most recently from f5e0c5d to c1cabd8 Compare May 13, 2026 18:37
@DanySK DanySK force-pushed the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch from c1cabd8 to 26d5756 Compare May 13, 2026 18:48
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot merged commit b655b84 into master May 13, 2026
28 checks passed
@renovate renovate Bot deleted the renovate/org.danilopianini.multi-jvm-test-plugin-4.3.x branch May 13, 2026 20:12
DanySK pushed a commit that referenced this pull request May 15, 2026
## [43.0.50](43.0.49...43.0.50) (2026-05-15)

### Dependency updates

* **core-deps:** update react to v2026.5.4-19.2.6 ([#5354](#5354)) ([a006fd6](a006fd6))
* **deps:** update compose.multiplatform to v1.11.0 ([#5350](#5350)) ([8ba82c6](8ba82c6))
* **deps:** update dependency org.danilopianini.gradle-kotlin-qa:org.danilopianini.gradle-kotlin-qa.gradle.plugin to v1.6.2 ([#5343](#5343)) ([3664e8d](3664e8d))
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.18 ([#5344](#5344)) ([175b541](175b541))
* **deps:** update gradle to v9.5.1 ([#5345](#5345)) ([802b671](802b671))
* **deps:** update ksp monorepo to v2.3.8 ([#5351](#5351)) ([6edf6f2](6edf6f2))
* **deps:** update ktor monorepo to v3.5.0 ([#5352](#5352)) ([c5664d0](c5664d0))
* **deps:** update plugin gitsemver to v7.0.19 ([#5346](#5346)) ([ffb82fd](ffb82fd))
* **deps:** update plugin multijvmtesting to v4.3.6 ([#5347](#5347)) ([b655b84](b655b84))
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.1.17 ([#5348](#5348)) ([b58353b](b58353b))
* **deps:** update plugin publishoncentral to v9.2.4 ([#5349](#5349)) ([af819e3](af819e3))

### General maintenance

* **build:** update the javadoc.io cache ([7be36a2](7be36a2))
* **build:** update the javadoc.io cache ([670cf30](670cf30))
* **build:** update the javadoc.io cache ([ab4a3d8](ab4a3d8))
* **build:** update the javadoc.io cache ([78090e5](78090e5))
* **build:** update the javadoc.io cache ([a00f385](a00f385))
* **build:** update the javadoc.io cache ([fba1702](fba1702))
@DanySK
Copy link
Copy Markdown
Member

DanySK commented May 15, 2026

🎉 This PR is included in version 43.0.50 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant