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

Bump com.vanniktech:gradle-maven-publish-plugin from 0.25.2 to 0.25.3 #55

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps com.vanniktech:gradle-maven-publish-plugin from 0.25.2 to 0.25.3.

Release notes

Sourced from com.vanniktech:gradle-maven-publish-plugin's releases.

0.25.3

  • Gradle 8.2: Fix error for projects that use the java-test-fixtures plugin.
  • Fix issue for Kotlin Multiplatform projects when running tests and having signing enabled.
Changelog

Sourced from com.vanniktech:gradle-maven-publish-plugin's changelog.

0.25.3 (2023-07-01)

  • Gradle 8.2: Fix error for projects that use the java-test-fixtures plugin.
  • Fix issue for Kotlin Multiplatform projects when running tests and having signing enabled.
Commits
  • cfd2a0d Update to 0.25.3-rc1
  • b75655d Changelog for 0.25.3
  • 4c2092a Update dependency gradle to v8.2 (#596)
  • fb1f620 Update dependency org.apache.maven:maven-model to v3.9.3 (#595)
  • b1e3fc6 Update dependency org.jlleitschuh.gradle:ktlint-gradle to v11.4.2 (#593)
  • 4c10159 Update tested versions (#592)
  • 0e0df29 Update truth to v1.1.5 (#586)
  • 6d7a9e8 Update dependency org.jlleitschuh.gradle:ktlint-gradle to v11.4.1 (#588)
  • 3100633 Update kotlin monorepo to v1.8.22 (#589)
  • 6f1f04b Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.20 (#587)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3.
- [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.25.2...0.25.3)

---
updated-dependencies:
- dependency-name: com.vanniktech:gradle-maven-publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 3, 2023
@robxyy robxyy merged commit 381561c into trunk Jul 4, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.vanniktech-gradle-maven-publish-plugin-0.25.3 branch July 4, 2023 13:00
robxyy pushed a commit that referenced this pull request Jul 6, 2023
* Bump com.vanniktech:gradle-maven-publish-plugin from 0.25.2 to 0.25.3 (#55)

Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3.
- [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.25.2...0.25.3)

---
updated-dependencies:
- dependency-name: com.vanniktech:gradle-maven-publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: add base45 encode

* refactor: base45 use expect-actual

* feat: add base45 decode

* test: add test for invalid decode

* refactor: base 45 decode use expect-actual

* test: remove unnecessary ?

* docs: add base45 description

* test: replace improper test case

* refactor: change decode to string as decode to bytes

* feat: add benchmark

* build: pom add description of Base45

* refactor: androidMain add file name base45

Refs: #54 (comment)

* refactor: jvmMain add file name base45

Refs: #54 (comment)

* style: remove unnecessary empty line

Refs: #54 (comment)

* style: remove unnecessary empty line in common main base45.kt

Refs: #54 (comment)

* refactor: inline isEncodedSizeNotValid

Refs: #54 (comment)

* refactor: inline sizeOfEncodedBase45

Refs: #54 (comment)

* build: re-arrange base45 and base64

Refs: #54 (comment)

* refactor: manually inline isEncodeSizeNotValid

Refs:#54 (comment)

* refactor: manually inline sizeOfEncodedBase45

Refs: #54 (comment)

* fix: typo

Refs: #54 (comment)

* refactor: remove unnecessary in and IntRange

Refs: #54 (comment)

* docs: add base45 in README.md

Refs: #54 (comment)

* docs: add link for rfc9285

Refs: #54 (comment)

* style: remove unnecessary empty line

Refs: #54 (comment)

* refactor: remove map param in commonEncodeBase45

Refs: #54 (comment)

* fix: compile error due to leaving BASE45 map somewhere

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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