Skip to content

chore(deps): bump com.vanniktech.maven.publish from 0.36.0 to 0.37.0#8148

Merged
akarnokd merged 1 commit into
4.xfrom
dependabot/gradle/com.vanniktech.maven.publish-0.37.0
Jun 22, 2026
Merged

chore(deps): bump com.vanniktech.maven.publish from 0.36.0 to 0.37.0#8148
akarnokd merged 1 commit into
4.xfrom
dependabot/gradle/com.vanniktech.maven.publish-0.37.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps com.vanniktech.maven.publish from 0.36.0 to 0.37.0.

Release notes

Sourced from com.vanniktech.maven.publish's releases.

0.37.0

  • When publishing to Maven Central, redundant checksum files are now excluded by default: checksums of .asc signature files (gradle/gradle#20232) and the sha256/sha512 checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through checksums(...) in the DSL or the mavenCentralChecksums Gradle property (default md5,sha1). Signature checksum exclusion can be controlled through excludeSignatureChecksums() or the mavenCentralExcludeSignatureChecksums Gradle property.
  • Maven Central deployment id is being logged after upload.

Minimum supported versions

  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0

Compatibility tested up to

  • JDK 26
  • Gradle 9.6.0
  • Gradle 9.7.0-milestone-1
  • Android Gradle Plugin 9.2.1
  • Android Gradle Plugin 9.3.0-rc01
  • Android Gradle Plugin 9.4.0-alpha01
  • Kotlin Gradle Plugin 2.4.0

0.37.0-rc1

  • When publishing to Maven Central, redundant checksum files are now excluded by default: checksums of .asc signature files (gradle/gradle#20232) and the sha256/sha512 checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through checksums(...) in the DSL or the mavenCentralChecksums Gradle property (default md5,sha1). Signature checksum exclusion can be controlled through excludeSignatureChecksums() or the mavenCentralExcludeSignatureChecksums Gradle property.
  • Maven Central deployment id is being logged after upload.

Minimum supported versions

  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0

Compatibility tested up to

  • JDK 26
  • Gradle 9.6.0
  • Gradle 9.7.0-milestone-1
  • Android Gradle Plugin 9.2.1
  • Android Gradle Plugin 9.3.0-rc01
  • Android Gradle Plugin 9.4.0-alpha01
  • Kotlin Gradle Plugin 2.4.0
Changelog

Sourced from com.vanniktech.maven.publish's changelog.

0.37.0 (2026-06-21)

  • When publishing to Maven Central, redundant checksum files are now excluded by default: checksums of .asc signature files (gradle/gradle#20232) and the sha256/sha512 checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through checksums(...) in the DSL or the mavenCentralChecksums Gradle property (default md5,sha1). Signature checksum exclusion can be controlled through excludeSignatureChecksums() or the mavenCentralExcludeSignatureChecksums Gradle property.
  • Maven Central deployment id is being logged after upload.

Minimum supported versions

  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0

Compatibility tested up to

  • JDK 26
  • Gradle 9.6.0
  • Gradle 9.7.0-milestone-1
  • Android Gradle Plugin 9.2.1
  • Android Gradle Plugin 9.3.0-rc01
  • Android Gradle Plugin 9.4.0-alpha01
  • Kotlin Gradle Plugin 2.4.0
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.36.0...0.37.0)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 22, 2026
@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.684 bits/char
Verdict: ✅ Mid-4 beauty detected (thoughtful human code!)

Changed files entropy:

src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnLifecycleTest.java: 4.699
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlattenIterableTest.java: 4.496
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableForEachTest.java: 4.957
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromActionTest.java: 4.764
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArrayTest.java: 4.658
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromCallableTest.java: 4.813
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromCompletableTest.java: 4.776
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterableTest.java: 4.397
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromRunnableTest.java: 4.738
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromSourceTest.java: 4.455
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromSupplierTest.java: 4.821
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGenerateTest.java: 4.543
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupByTest.java: 4.633
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoinTest.java: 4.595
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableHideTest.java: 4.902
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableIgnoreElementsTest.java: 4.509
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoinTest.java: 4.634
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableLastTest.java: 4.734
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableLiftTest.java: 4.843
src/test/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMapNotificationTest.java: 4.688

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@akarnokd akarnokd merged commit 4a1be1f into 4.x Jun 22, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/com.vanniktech.maven.publish-0.37.0 branch June 22, 2026 08:56
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant